Read the statement by Michael Teeuw here.
MM startup problem after update
-
Hello, I updated the new MM with the script from @sdetweil (as I usually do) everything went well but after the sudo reboot the screen remains stuck on the operating system page raspberry but the MM does not start, I tried to do
pm2 stop al
l and then
pm2 start all
but still nothing happens on the pi screen! thank you in advance for your help, the script is as follows, I passed it after doing a pm2 stop all
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
-
@manu85340 did you get a all black screen? There’s some background stuff that needs node/npm upgraded. If you updated before around 6 hours prior to your post, run the command again.
-
@BKeyport No I didn’t have a black screen, I ran the script I didn’t get an error message I updated about 2 hours ago, I updated again the update an hour ago but MM still does not want to start I don’t understand why thank you for your help
-
@manu85340 logs
pm2 stop all
cd ~/MagicMirror
npm startpm2 logs --lines=50
also might tell usI’ve seen some troubles w pm2 lately not on pi os, but maybe here too now
-
@manu85340 also try this
sudo npm install -g pm2@latest pm2 update sudo reboot
-
@sdetweil Hi Stan, I’m happy to read you (every time I have problems :-)) here are the screenshots of what you asked me to do
-
-
@sdetweil I’m stuck at this level
-
-
@manu85340 but what about npm start??