Read the statement by Michael Teeuw here.
Update
-
hello my MagicMirror asks me for an update I wanted to do it by remote control but my MagicMirror does not restart what to do thank you.
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
pi@raspberrypi:~ $ node -v
v18.18.0
pi@raspberrypi:~ $ grep version ~/MagicMirror/package.json
“version”: “2.28.0”,
pi@raspberrypi:~ $ -
@pat59 the latest release will not run on buster, as it requires system libraries not available on buster.
the last release that will work on buster is 2.27.0
you can get back with
cd ~/MagicMirror git fetch --tags git checkout -b temp v2.27.0 rm -rf node_modules rm package-lock.json npm run install-mm
-
@pat59 I have updated my upgrade script to abort if on buster
-
Thank you very much it works I don’t know how to thank you so happy cordially
-