for testing I added wlopm
to the current mm-develop docker image.
So for another test use this lines in the .env file
MM_IMAGE="karsten13/magicmirror:develop"
LABWC_IMAGE="karsten13/labwc:develop"
Then change the on/off commands in the config.js
module: "MMM-Universal-Pir",
position: "top_right",
config: {
onCommand: "wlopm --on HDMI-A-1",
offCommand: "wlopm --off HDMI-A-1",
}
and then do a docker compose pull && docker compose up -d