This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Finally got the PIR sensor working. Turning off and on the monitor without any issue. However when the screen turns back on its in landscape mode. All i have to do is run this command to correct it
WAYLAND_DISPLAY=âwayland-1â wlr-randr --output HDMI-A-1 --on --transform 270
here is my config. I have tried a few different options but so far no luck
{
module: âMMM-Pirâ,
position: âtop_leftâ,
config: {
debug: true,
delay: 10 * 60 * 1000,
turnOffDisplay: true,
mode: 10,
ecoMode: true,
displayCounter: true,
displayBar: true,
displayStyle: âSemiCircleâ,
displayLastPresence: true,
lastPresenceTimeFormat: âLL H:mmâ,
mode6_gpio: 20,
mode6_clearGpioValue: true,
pir_gpio: 17,
pir_reverseValue: false,
xrandrForceRotation: ânormailâ,
wrandrForceRotation: âflipped-270â
}
},
Any suggestions?
Subreddit
Post Details
- Posted
- 11 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/MagicMirror...