That is what I got when i did a pm2 stop all.
Read the statement by Michael Teeuw here.
Posts
-
RE: pm2 and MagicMirror stopped
pi@raspberrypi:~/MagicMirror $ npm stop all
npm ERR! Missing script: “stop”
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm runnpm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2022-08-05T23_00_11_817Z-debug-0.log
pi@raspberrypi:~/MagicMirror $ -
pm2 and MagicMirror stopped
I don’t think I did anything to cause it but all of a sudden when I do pm2 start MagicMirror it says that pm2 has started MagicMirror but that is as far as it gets. The panel says status is online and memory using 2.6mb but the mirror never starts. I’ve rebooted, I’ve shutdown and started from scratch and nothing seems to help… I tried to do a search on not starting but must not have asked the right question.
Anyone ever have this problem?
Dennis -
RE: Screen turning off
@N6NG I get an error from the line that looks like this.
on_event_start /home/pi/MagicMirror/modules/MMM-SleepWake/external_motion started
which is line 47 which shows this error.
[ERROR] Line 47 column 19: Parsing error: Unexpected token /
That’s the / in front of the home/pi/MagicMirror…
Can’t see why that would be a problem. -
RE: Screen turning off
@N6NG I also don’t understand how this would keep the Monitor from turning off after 15 minutes? I need to turn off the auto off somehow.
-
RE: Screen turning off
@N6NG I have the MMM-SleepWake installed. I have the config.js installed. Now I have to tie it to the MMM-PIR-Sensor-Lite module.
I’ve got the 2lines in the config.js
But what is in place of the /external_motion start and end from the PIR module?on_event_start /home/pi/MagicMirror/modules/MMM-SleepWake/external_motion started
on_event_end /home/pi/MagicMirror/modules/MMM-SleepWake/external_motion ended -
RE: Screen turning off
@N6NG I’m guessing it’s mm-Hide-All but can you tie that to the Pir sensor so it hides it with no motion?
-
RE: Screen turning off
@sdetweil I had the screen blanking off already and I did use you script to install it… It’s not just that the screen goes blank, it’s that the power on the monitor turns off also, so when the screen would wake up because of motion the power is still off on the monitor. I’m thinking it must be something in the monitor setup but I don’t find it… I thought there might be a command to keep the screen alive so the monitor wouldn’t turn off for lack of activity…
-
Screen turning off
I was reading a resolved discussion about his screen turning off after 15min. I’m having the same problem. It was suggest he installs xscreensaver. I looked around for it but there are several versions of xscreensaver. I downloaded and installed the one for Linux but it doesn’t seem to work. Is there a special xscreensaver for the RPi ?
Dennis -
RE: Raspberry Pi 3B+ low voltage
@Fozi I’m using the psu that came with the RPi 3B+. I have no extension cables. The only things I have attached is the HDMI monitor, Bluetooth keyboard and the SD chip. I wouldn’t think that would be too much for standard psu I’ll take a look at Amazon and get something with a little more umph. Thanks all for the lessons. Dennis
-
Raspberry Pi 3B+ low voltage
I’ve tried 4 different power modules for the Pi 3B+ and no matter which I use, I get the Low voltage warning --Please check you power supply messages. I tied to use a Pi4 supply but which is 3 instead of the 2.5 but that doesn’t fit.
Anyone else see this behavior?
Thanks all mostly Sam
Dennis N6NG -
RE: Version identification
@sdetweil Thanks again… I’ll try to remember “help is my friend”
-
Version identification
I know I’ve seen it on here but can’t find how to identify which version of various software is installed…
node, npm, MagicMirror and others…
Thanks
Dennis N6NG