@jackyjoy123 Hi, i wrote a Temperature (MMM-Temperature) module that supports multiple sensors. Also the data can be received via notifications or by fetching the data via tcp (with the netcat command).
Personally i use an HTU21 and BME280 sensors connected to ESP32 and ESP8266 boards. The data will be send to my MQTT Bridge (Mosquitto installed on the same Pi as the mirror). With help of the MMM-MQTTbridge module the values send via MQTT will be translated to notifications which will be send to my module.
One of my sensors is powerd by a small battery thats why i use the deep sleep mode of the ESP8266 board and only send new values all 10 minutes others are powerd by permanently and send data every 10 seconds.
All my sketches and some configs are included in the examples directory of the module.
Read the statement by Michael Teeuw here.
Posts
-
RE: Wireless temperature sensor module ?.
-
RE: Auto Black Screen (save mode of monitor?) after a few minutes
@peterpang Hi, you need to run the editor with root privileges “sudo vi …” or “sudo nano …”
-
RE: Auto Black Screen (save mode of monitor?) after a few minutes
@peterpang Hi, that’s the right file. Simply add it at the end before the closing "
-
RE: Auto Black Screen (save mode of monitor?) after a few minutes
@peterpang Hi, Raspberry OS has an built in feature called screen blanking. Maybe that is the problem. You can disable it by adding a “consoleblank=0” to the line in “/boot/cmdline.txt” and reboot the pi.
But i did not have this problem in my recent installations. -
RE: Auto Black Screen (save mode of monitor?) after a few minutes
@peterpang Hi,
sdetweil wrote a script which can be used to disable the screensaver. You may look at GitHub. -
RE: which module to listen to the radio on my MM ?
@rikko14 Hi,
i wrote a module to play radio streams on the mirror. You can control it either via touch or notification. An autoplay feature is implemented as well. You do not need to display the module to get it active.As there had been a lot of problems with mplayer the last weeks i strongly suggest to use vlc instead. The readme contains an example configuration on howto change to vlc.
-
RE: Stop mm from a touch button
@harney Hi, I recently had the same problem and wrote a module to exactly do this job (MMM-TouchButton).
-
RE: MMM-MplayerRadio - No sound
@totofar Hi, there is already a issue open (see here) for this problem. I searched for a solution but three other guys and me could not find the reason. My current suggestion is to install vlc and use the custom command option to specify it as the player. The only disadvantage is that there is no stream info provided.
-
RE: MMM-MplayerRadio
@robfer Hi, sure you can. The right class will be “.module.newsfeed”