Read the statement by Michael Teeuw here.
Screen shines black / Don´t know if it´s an Pi or Screen-Error?
-
When I go to the MM folder and type
npm stop
I got an errors:
npm ERR! missing script: stop npm ERR! A complete log of this run can be found in: nom ERR! /home/pi/.npm/_logs/2018-07-26T14_14_20_020Z-debug.log but I can´t open the folder because there is no folder like this. So I can´t stop it?! I can´t stop the npm aswell via remote desktop from Windows... I´m confused
-
@killing-joke try pm2 stop mm or pm2 stop mm.sh
-
It worked with
pm2 stop MagicMirror
after
npm start dev
there are some errors… but they appeared after I connected via remote desktop
(see picture)!
0_1532617380576_forum.png -
and wat does the consel put out?? ( wher you type npm start )
-
-
@killing-joke
check if the screensaver is deactivated -
On the screen the the screensaver is deactivated.
Is there an option on the pi?
-
@killing-joke said in Screen shines black / Don´t know if it´s an Pi or Screen-Error?:
On the screen the the screensaver is deactivated.
Is there an option on the pi?
what you can still try
open
sudo nano /boot/config.txt
and add
# uncomment to put the monitor into power saving mode (DPMS) hdmi_blanking=1
-
After I edit the code as you described above, the screen shows “no signal” after 10 to 15 minutes.
-
@killing-joke - When the screen does its fade-to-black thing, what happens if you hook up a mouse or keyboard to the pi and wiggle it? Does everything come back?
In my experience, the best way to keep the screen from going black is to install XScreenSaver and set it to never run a screensaver.