-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with No Arduino Sensors whatsoever #6
Comments
UPDATE ON ISSUE!!!My sensors are now showing up but they do disappear briefly after appearing with the "ARDUINO_WAITING_DATA" case. I've traced this to when the getDom function finishes for the first time but don't know how to fix it. MMM-ArduPort.js// ==================================================== Module.register("MMM-ArduPort", {
}); |
Main Problem
At the moment, I cannot see any of my Arduino sensors, and I don't see the "Waiting for Connection..." error like many other people. Here is some screenshots of what is happening
As you can see, I don't have any visual on the Arduino Sensors whatsoever. Here is some code:
MMM-ArduPort.js
// ====================================================
// MMM-ArduPort Copyright(C) 2019 Furkan Türkal
// This program comes with ABSOLUTELY NO WARRANTY; This is free software,
// and you are welcome to redistribute it under certain conditions; See
// file LICENSE, which is part of this source code package, for details.
// ====================================================
Module.register("MMM-ArduPort", {
});
Run Log can be seen in screenshot above
Thanks in advance
The text was updated successfully, but these errors were encountered: