This Forum is now reserved to registred users!
Unsolved EXT-Pir not coming back from blank screen
-
I updated my mirror to the latest version of MM and now my motion sensor has stopped working. EXT-Screen is working fine, it puts my mirror to sleep on time but it won’t come back.
I have checked that my PIR sensor is working using this code and it behaves as expected.
I have the PIR sensor set up on GPIO 21 in config.js
from gpiozero import MotionSensor
pir = MotionSensor(21)
while True:
pir.wait_for_motion()
print(“Motion detected!”) -
(if installed) what
EXT-Alert
says ?
(or) any log from start of magicmirror ?from gpiozero import MotionSensor
pir = MotionSensor(21)
while True:
pir.wait_for_motion()
print(“Motion detected!”)cool … but what can i do with this … nothing ?