@sdetweil I tried the new script and it did not autostart on reboot
Read the statement by Michael Teeuw here.
Posts
-
RE: Help With 2.8 Install?
-
RE: Problems with starting pm2 start mm.sh
When i do
pm2 list
The "name, id, mode, status, cpu, and memory chart shows up. It is all in blue.
Below it, it says “use ‘pm2 show <id/name>~ to get more details about an app.’”When i type in
pm2 start
The same chart above displays along with a message saying
[PM2] [ERROR] File ecosystem.config.js is not foundWhat does this mean?
-
RE: Problems with starting pm2 start mm.sh
And I tried restarting the pi and the “Booting up” MagicMirror2 showed but it never actually loaded.
-
RE: Problems with starting pm2 start mm.sh
I tried it but I do not think that it worked. My code before I touched it read
cd ~/MagicMirror
Now i tried two things both gave same output
cd ~/home/pi/MagicMirror
and
cd /home/pi/MagicMirror
It now says
[PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2
[PM2] PM2 Successfully daemonized
Use --update-env to update environment variables
[PM2] Applying action restartProcessId on app [0](ids: [ ‘0’ ])
[PM2] [ERROR] Process 0 not foundIn my mm.sh the file currently reads this:
cd /home/pi/MagicMirror
DISPLAY=:0 npm start -
RE: Problems with starting pm2 start mm.sh
I’m actually having thus EXACT problem and it is very frusterating. Im having a little trouble reading all of the instructions to fix it. Did you get yours fixed? If so exactly what did you do to fix it?