Read the statement by Michael Teeuw here.
MM funktioniert nicht mehr nach Update
-
-
@sdetweil ja ich benutze den Autostart.
Aber MM von Hand starten bringt aber auch nichts. Was mir aber aufgefallen ist, das wenn ich MM über die Console starte, hinten in der Tabelle bei “Watching” disable ausgegeben wird.
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────── ─┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ MagicMirror │ N/A │ 2.22.0 │ fork │ 8302 │ 0s │ 10 │ online │ 0% │ 2.5mb │ pi │ disabled -
@NickOne said in MM funktioniert nicht mehr nach Update:
Das Überwachen von Dateiänderungen wird nicht auf allen Plattformen unterstützt. (Wenn Sie config.js ändern und speichern, wird mm neu gestartet) …
Wie gesagt, ich muss die Ausgabe der Protokolle sehen.
Bitte
pm2 stop all pm2 flush pm2 start MagicMirror 20 Sekunden warten pm2 logs --lines=100 >somefile.txt ctrl-c und Beispiel somefile.txt -
Meinen Sie das hier?
0|MagicMirror | /home/pi/MagicMirror/node_modules/electron/dist/electron: symbol lookup error: /home/pi/MagicMirror/node_modules/electron/dist/electron: undefined symbol: gbm_bo_get_modifier
PM2 | App [MagicMirror:0] exited with code [127] via signal [SIGINT]
PM2 | App [MagicMirror:0] starting in -fork mode-
PM2 | TypeError [ERR_INVALID_ARG_TYPE]: The “data” argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (16302)
PM2 | at Object.writeFileSync (node:fs:2195:5)
PM2 | at /usr/lib/node_modules/pm2/lib/God/ForkMode.js:258:12
PM2 | at wrapper (/usr/lib/node_modules/pm2/node_modules/async/internal/once.js:12:16)
PM2 | at next (/usr/lib/node_modules/pm2/node_modules/async/waterfall.js:96:20)
PM2 | at /usr/lib/node_modules/pm2/node_modules/async/internal/onlyOnce.js:12:16
PM2 | at WriteStream. (/usr/lib/node_modules/pm2/lib/Utility.js:186:13)
PM2 | at WriteStream.emit (node:events:513:28)
PM2 | at WriteStream.emit (node:domain:552:15)
PM2 | at node:internal/fs/streams:75:16
PM2 | at FSReqCallback.oncomplete (node:fs:192:23)
PM2 | App [MagicMirror:0] online -
@NickOne said in MM funktioniert nicht mehr nach Update:
0|MagicMirror | /home/pi/MagicMirror/node_modules/electron/dist/electron: symbol lookup error: /home/pi/MagicMirror/node_modules/electron/dist/electron: undefined symbol: gbm_bo_get_modifier
thank you
one more command
lsb_release -a
but likely
-
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch -
@NickOne yes, latest MM release will not run on stretch.
only fix is to flash a new sd card and re-setup the mirror
my backup/restore scripts could help minimize the work …
https://github.com/sdetweil/MagicMirror-backup-restoreyou can run them from the web, save the changes to github and then restore from there
(after installing MM on a new sd card)
https://github.com/sdetweil/MagicMirror_scriptsI have just updated my upgrade script to NOT upgrade on stretch systems
at least give u time to figure out what to do , not break your MM setup -
Okay, vielen Dank für Ihre Hilfe. Dann werde ich wohl alles neu machen dürfen. Danke für die Links zum backup-restore script. Mal schauen ob ich das alles hinbekomme.
Schön Abend Ihnen!
