(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 ? 😉