A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Pir alternative for bookworm
-
After switching to “dtoverlay=vc4-kms-v3d” in /boot/firmware/config.txt the commands did not work anymore.
This is my current config:
module: "MMM-Universal-Pir", hiddenOnStartup: true, config: { gpioCommand: "gpiomon -r -b gpiochip0 4", onCommand: "echo on | sudo tee /sys/class/drm/card1-HDMI-A-1/status", offCommand: "echo off | sudo tee /sys/class/drm/card1-HDMI-A-1/status", deactivateDelay: 60 * 1000, }
-
@Muffex yes the commands change. don’t know what to.
-
@Muffex do those work,
-
@sdetweil said in MMM-Pir alternative for bookworm:
@Muffex do those work,
Hey @sdetweil,
yes, now everything works as inteded. :)
I was just thinking of others who may read this thread at a later date. Since bookworm is in the title I didn’t want to mislead them with the old vcgencmd which does not work with wayland. (At least in my case it didn’t.)
regards
-
@Muffex awesome! your prior post wasn’t clear to me