A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Screen doesn't turn off
-
Hi!
@bugsounetI,ve just installed MMM-Pir and everything seemed to be working however, to get rid of the error messege.
Pir Error Detected: EINVAL: invalid argument, write
I changed the pir_mode: 1 as the user diccon did, this got rid of the message how ever now the screen won’t turn of, it just hides all the modules leaving the screen on.
Super tankfull for any help
Thanks!
-
@JeffBuilds which MMM-PIR?
git remote -v
in the module folder will give us the link to the module on github -
@JeffBuilds said in Screen doesn't turn off:
Pir Error Detected: EINVAL: invalid argument, write
Hi, Generally this error happen with Raspbian 12 (bookworm)
So you can use:
- mode: 2 - use dpms (For raspbian 10/11 or raspbian 12 with x11 compositor)
- mode: 9 - use xrandr use xrandr (For raspbian 11 or raspbian 12 with x11 compositor)
- mode: 10 - use wlr-randr (For rapsbian 12 with wayland compositor)
Note: By default
bookworm
use wayland compositor