Read the statement by Michael Teeuw here.
Monitor goes to sleep within minutes
-
@Newbie007 hm… well, if you reboot it, run my screensaver setup script…
seehttps://forum.magicmirror.builders/topic/11052/new-script-for-screensaver-disable
post the log after from
~/screensaver.log
-
This is what I got
lxsession screen saver already disabled
-
@Newbie007 PIR-Sensor… is that module still in config.js?
you can disable it by adding
disabled: true,
to that module config, after the module: statement
note that PIR has some dependencies, which can cause black screen…
-
@sdetweil said in Monitor goes to sleep within minutes:
PIR-Sensor
Damn! You are right.
I commented whole PIR-Sensor in config.js but I followed this method as well and forgot about it.
Currently I have unplugged my PIR, let me plug it again and report back to you.
But in mean time how can I disable this?
-
@Newbie007 said in Monitor goes to sleep within minutes:
But in mean time how can I disable this?
what? the module? I gave u instructions in the prior post
-
@Newbie007 said in Monitor goes to sleep within minutes:
but I followed this method as well and forgot about it.
I don’t see a ‘method’ there… its a 4 page topic
-
@sdetweil said in Monitor goes to sleep within minutes:
@Newbie007 said in Monitor goes to sleep within minutes:
but I followed this method as well and forgot about it.
I don’t see a ‘method’ there… its a 4 page topic
I thought I linked you to a comment in that thread which details how to use PIR sensor to turn on/off monitor along with LED lights which is apart from PIR-Sensor module.
I commented out the module but forgot about the standalone script. Now we are good.
Thanks for your help!