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
-
S sdetweil has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login