Thank you very much
which version of pi are you using, show results of
uname -a
Linux MagicMirror 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux
a work around do
cd ~/MagicMirror nano package.json change the line that looks like this "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js", to this "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js", ctrl-o to save the file ctrl-x to exit nano and try restarting magicmirror
Done, I’ll tell you in a week or so if it’s worked :-)


