Read the statement by Michael Teeuw here.
calendar fetch goes wrong and gpu process error
-
@bugsounet no… this is why we have the electron-rebuild problem…
in electron mode, we have the embedded node engine… (all the work is done from inside the electron binary)
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
and need electron rebuild to match the binary level
in server only mode we need the npm rebuild to get to match the node version binary level
"server": "node ./serveronly",
use on-off, or gpio… different compiles if they are different
this is a good reason to keep the the nodejs versions in sync
make them not syncd and switch between full and server only and you will see the binary level error
took my brain a while to see this
-
found the old discussion here
-
l@karsten13
hi, im running now in the recommended electron and a newer node version
SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model A Plus Rev 1.0; raspberry: [object Object]; virtual: false
OS: platform: linux; distro: Raspbian GNU/Linux; release: 11; arch: arm; kernel: 6.1.21-v7+
VERSIONS: electron: 31.1.0; used node: 20.14.0; installed node: 22.5.1; npm: 10.8.2; pm2: 5.4.1
OTHER: timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefinedThe MM now starts very fast and without rebooting the raspberry. I’ll keep you updated.
Thanks in advance :) -
-
thanks again. The magic mirror now runs smoothly and without any errors :)