Read the statement by Michael Teeuw here.
Upgrade errors?
-
@BerkSmash1984 I see 64bit… let me look
seems the process is different there… darn
-
@sdetweil Can you help me fix my WSL? I seem to be having and issue with electron and a missing lib. I have emailed you the install.log as well.
-
-
@sdetweil Thanks Sam. A bunch of missing libs but all working again.
Now to add my modules I had running on the dev machine. The joy. :-)
-
@mumblebaj always backup
I have one that makes a small image
https://github.com/sdetweil/MagicMirror-backup-restore -
@sdetweil I use your backup scripts on my main mirror. My dev machine I did not backup. Will teach me for next time. :crying_face:
-
@sdetweil turns out there was an update to MMM-Wallpaper that missed due to all the bugs in upgrading. 😉
-
@BKeyport yes I saw that too
-
@mumblebaj My scripts don’t depend on node or anything else they’re all bash scripts. So if you haven’t deleted anything you can still run the back up there and be able to restore it later
-
@BKeyport said in Upgrade errors?:
@sdetweil turns out there was an update to MMM-Wallpaper that missed due to all the bugs in upgrading. 😉
…just in case this might be interesting for anyone: I had the same problems on my Raspberry Pi 4 Model B (Rev 1.2) with buster (armv71).
- node 20 gave me the `GLIBCXX_3.4.26’ not found (required by node) error
- I had the “failed to load swrast driver”
I checked my modules, and the solution for my MM was (thanks to @sdetweil and @BKeyport here):
- installing node 18 (I did it manually like mentioned here)
- removing “DWD Warn Weather” (which caused the swrast error) from config.js
Now MagicMirror v2.25.0 is up and running! :beaming_face_with_smiling_eyes:
Thank you for all your effort and your tireless support!
May the code be with you.
-kai