Hi, nice module. One question, is it possible to filter some of the pollutants that I want to see? Right now, it just displays all of them.
Read the statement by Michael Teeuw here.
Best posts made by maydaymiao
-
RE: MMM-AQI
Latest posts made by maydaymiao
-
Problem with MMM-Button
Hi, I am trying to work with MMM-Button but met some problems. I have connected a push button to GPIO 5 and tested with Python script without any problem.
But magic mirror logs continously throws me the error whenever I push the button. Here is the screen shot from both the mm logs and part of my config file. Thanks for your help!
-
RE: MMM-AQI
Hi, nice module. One question, is it possible to filter some of the pollutants that I want to see? Right now, it just displays all of them.
-
RE: MMM-htmlvideo, Basic video file player
Hi, thanks for this great module, and it works well. I have a speical scenario and it will be great if someone can give some tips here (Sorry, I am not a JS programmer…)
Right now, the video is running by default when mm starts. Here is my scenario,
- The video will not run automatically by default so that I can still see other information clearly.
- I can store mutiple videos (let’s assume two videos: 1.mp4 & 2.mp4) in the local Pi directory, and only when there is a certain mqtt message “1” published to the topic, it triggers to play 1.mp4; another message “2” published, triggers 2.mp4.
I am not sure whether there is an easier to achieve that, thanks!