Read the statement by Michael Teeuw here.
Local temperature with DHT22 sensor
-
I am searching for a working module that includes the DHT22 sensor in to the MagicMirror. I used for a log time this module: https://github.com/glitch452/MMM-LocalTemperature but for some time it does not work anymore and i can’t find another one that is woring. I have a python script that shows the values, this means the sensor is working and the wireing is also ok, but i am not smart enough to make a module to show the values on the mirror. Anyone has a working one?
Any advice, trick to get the sensor values displayed on the mirror is apreciated.
Thanks. -
Hi,
you can use my MMM-Temperature module or a combination of my two modules MMM-CommandToNotification and MMM-ValuesByNotification for this job.
-
So, i build my first module for MagicMirror:
https://github.com/J0n4e/MMM-DHT22
hope it helps someone