@sdetweil Thanks for your comment !
Do you have any reference for the tape, i could try to find ? I wasn’t sure for the electronic if it’ll make some issue with tape…
Read the statement by Michael Teeuw here.
Posts
-
RE: Finally I finished my mirror
-
Finally I finished my mirror
Hey !
It took me years (i started in 2016…) to get the motivation to finish it and now it look gorgeous !
Some explanations about what is inside, we have :
- A PIR Sensor (Oiyagai AM312, it’s very small !)
- A Temperature sensor (DHT11)
- A Pilkington MirroView (from brigla-shop dot de)
- A 27" used screen from ASUS (vz279h)
- A Raspberry 3 (obviously)
The main issue was : I live in a flat, I haven’t tools to make the frame. So I ordered one from a french shop. I took it big enough to be able to fix screws on the back. Here a picture to show you how I managed to stuck the screen and mirror (thx to some youtubers for this tip) :
These pieces of wood hide all the components and make the frame not too heavy. About the raspberry pi, i’m not sure how to attach it, so for the moment it’s only tape…
And finally the frame on the wall !! (still need to hide the holes from the previous tenant… and tie the cables)
For the plugins I use :
- MMM-DarkSkyForecast
- MMM-DHT-Sensor
- MMM-PIR-Sensor
- MMM-MyCalendar
- MMM-Paris-RATP-PG
- MMM-Hue-Lights
:D
-
RE: MMM-Temperature
Hello !
Nice script but can you tell us what information you need to execute scripts ? Maybe I should open a troubleshooting thread but I tried with the examples with AdafruitDHT.py script and have this config :
{ module: 'MMM-Temperature', position: 'top_right', config: { sensors: [ name: "Test", script: "/home/pi/Adafruit_Python_DHT/examples/AdafruitDHT.py", args: "11 2" ] } },
And get an error (but if I use the script alone, i get the temperature and humidity)
Thanks !