@MDLefevere
Check out this post and see if it helps
https://forum.magicmirror.builders/post/88444
Read the statement by Michael Teeuw here.
Latest posts made by maptecnet
-
RE: PIR Sensor ??
-
RE: {HowTo} turn on/off your monitor (Time based, PIR/Button, App)
Just a little feedback that was a huge help for me.
@cruunnerr don’t know if you want to add this information on your first message.I have a samsung d6000 series tv that wouldn’t work anyway with modules for PIR sensor. A BIG aplause for all developers but i coudn’t get the tv out of “No Signal” message. The MagicMirror would turn image off but tv only in “No Signal”.
I’m not a programmer and just went on test and try.
I figured out that the https://github.com/bugsounet/MMM-NewPIR from @Bugsounet (BIG thanks to you also!) managed the problem!!
With this module set to mode: 4 - use HDMI CEC the TV shuts down when the MagicMirror tells her to shut down!
It’s straight through ON and OFF as expected!I’me very thankful to you all managing to help us out!
Thanks! -
MMM-NewPIR messing modules position
Hello great people and thanks to you all!
Thanks to you and all your help i’m concluding the second Magic Mirror.
My fault for not presenting them here but i’m on final configurations.I’me writing right now because one of those configurations.
I have just adapted a motion sensor and installed the great MMM-NewPIR.
With this the presentation of the MMM-SystemStats module ended up all messed up.Before i aligned it to be inside the clock and worked well
After the MMM-NewPIR instalation he moved and i can’t force it to be where i want him and that’s inside the clock.Can you please help me out?
Inside css i have:
body { margin: 0px; position: absolute; height: calc(100% - 35px); width: calc(100% - 50px); } .MMM-SystemStats { position: absolute; top: 37px; left: 215px; } .MMM-SystemStats { margin: 10px 5px 10px 10px; /* 10px top, 5px right, 15px bottom, 20px left */ width: 150px; }
Here’s the before, like i want it:
And after MMM-NewPIR applied:
Thaks for all the help you can give!