Read the statement by Michael Teeuw here.
MMM-PIR-Sensor-Lite does not switch HDMI off
-
@grena a more better thing would be to make a parameter for config so the user can change it without editing your code.
-
@grena said in MMM-PIR-Sensor-Lite does not switch HDMI off:
:thumbs_up: Yes, You can also run the python script of the module:
python3 -u ~/MagicMirror/modules/MMM-PIR-Sensor-Lite/pir.py SENSOR_PIN
-
I also have a problem displaying the flow from the MMM-RTSPStream module after turning on the screen on the motion sensor. The stream image does not return to the frame of the desired location. Was it possible to somehow defeat the image shift? I know that the module is no longer supported, but maybe who was able to find a solution? ((
This is the kind of screen I have after the motion sensor is triggered… ((( -
@Laz
I have exactly the same Problem using MMM-PIR-Sensor-Lite in combination with MMM-RTSPStream and even by using MMM-PIR-Sensor-Lite in combination with MMM-iFrame.I have no idea…
-
Tell me which command to restart MagicMirror? I want to try after turning on the screen to reboot the program itself.
Not raspberries, but mirror programs. Maybe it will help return the stream picture to the right place…? -
pm2 restart /home/vova/MagicMirror/installers/mm.sh
This command overloaded the program MM2 and returned the video stream to the right place in the RTSP frame…)
-
@Laz pm2 status
will show u the apps that pm2 manages
pm2 restart xxxx
where xxx is the name or the number of the row
pm2 restart MagicMirror
or
pm2 restart 0or if u have more that one app, like I do, pm2 restart all
on Linux, a convention is that passing --help to a command will show u it’s options
pm2 --help
-
@sdetweil Thank you !!! ))))
-
Maybe there is an alternative using MMM-RTSPStream for showing a live stream from the own webcam…???