MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
UNSOLVED MMM-RemoteControl or vcgencmd Issue
-
I’m using a Raspberry Pi 4 Model B Rev 1.2 for my mirror. In attempting to shut off the hdmi to the mirror using both MMM-RemoteControl, or a bash file using vcgencmd display_power 0/1, the monitor turns back on within 12 seconds. Research indicates that it’s due to kernel control on the P1 4 model. Oddly, no one in the forum seems to be experiencing this. Any suggestions or tips that I can employ? Thank you.
-
@Stroke-0 my pi4 doesn’t have an issue
off command is
(sudo /usr/bin/vcgencmd display_power 0) >/dev/null
on command is
(sudo /usr/bin/vcgencmd display_power 1) >/dev/nullcommands issued over ssh
-
This post is deleted! -
@Stroke-0 No Problems here. Im using MMM-RemoteControl and a PI4. I also use MMM-NewPir to turn the Monitor off.
-