Read the statement by Michael Teeuw here.
MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror
-
I had this last night and I got frustrated and shutdown the mirror and re-opened it via terminal and it worked. I only tested with one sensor. Then I added another sensor and I didn’t have to restart to have it show it up. Not sure what changed, but this might work for you. Something else I did was not install the right one TWICE, I instralled them as they appeared in the list on Github and found out about their issues, which caused me to install the next one and so on. At least I got experience installing modules. This was the last one I installed and I have a lock and a sensor displaying now. More to Come.
-
i have the same problem. It never worked. I hassio i got “Login attempt failed
Login attempt or request with invalid authentication from raspberrypi (192.168.16.71)”so something is wrong with this module.
-
@Karlberg Hi, the module should be working. It sounds like you have something wrong with the token if HA reports failed logins…
-
This post is deleted! -
@Snille Yes something was wrong. its working with another token
-
@Karlberg Great! :)
-
@Snille Looks very nice, good job!
-
anyway to use https with self signed. I am getting error "“Error Fetching Stats”. No error on homeassistant and MM
-
@karlberg hey man thanks for the module. However I am getting “Error fetching stats” there is no error in HA.
Can you please help? thnaks
-
@bachoo786 Hi, I’m using the module and it’s working. It may be that the “request” module is missing? Have you installed it?
Go the to the module folder and donpm init
&
npm install request
Let me know if it works.