@sdetweil and others – I ran Sam Detweil’s update script. Trial mode didn’t show anything worrying, so I re-ran it and applied the changes. I was running pm2 logs in another terminal window and saw it stall…
I’ve rebooted the machine, and it is stuck in a loop now. What looks like the relevant section of the logs is pasted below. This repeats over and over…
@sdetweil - I sent you the upgrade log by email.
0|MagicMirror | [2024-10-29 15:16:06.807] [LOG] Starting node helper for: newsfeed
0|MagicMirror | [2024-10-29 15:16:06.807] [LOG] Connecting socket for: MMM-DynamicWeather
0|MagicMirror | [2024-10-29 15:16:06.808] [LOG] Sockets connected & modules started ...
0|MagicMirror | Authorization required, but no authorization protocol specified
0|MagicMirror | [123146:1029/151606.810294:ERROR:ozone_platform_x11.cc(245)] Missing X server or $DISPLAY
0|MagicMirror | [123146:1029/151606.810429:ERROR:env.cc(258)] The platform failed to initialize. Exiting.
0|MagicMirror | /home/al/MagicMirror/node_modules/electron/dist/electron exited with signal SIGSEGV
PM2 | App [MagicMirror:0] exited with code [1] via signal [SIGINT]
PM2 | App [MagicMirror:0] starting in -fork mode-
PM2 | App [MagicMirror:0] online
0|MagicMirror | > magicmirror@2.29.0 start
0|MagicMirror | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
0|MagicMirror | [2024-10-29 15:16:13.638] [LOG] Starting MagicMirror: v2.29.0
0|MagicMirror | [2024-10-29 15:16:13.664] [LOG] Loading config ...
0|MagicMirror | [2024-10-29 15:16:13.666] [LOG] config template file not exists, no envsubst
0|MagicMirror | [2024-10-29 15:16:14.116] [INFO] Checking config file /home/al/MagicMirror/config/config.js ...
0|MagicMirror | [2024-10-29 15:16:14.230] [INFO] Your configuration file doesn't contain syntax errors :)
0|MagicMirror | [2024-10-29 15:16:14.231] [INFO] Checking modules structure configuration ...
0|MagicMirror | [2024-10-29 15:16:14.329] [INFO] Your modules structure configuration doesn't contain errors :)
0|MagicMirror | [2024-10-29 15:16:14.331] [LOG] Loading module helpers ...
0|MagicMirro