Read the statement by Michael Teeuw here.
Update is not working..I need help please
-
@Stoffbeuteluwe your version of node is not good enough You need either 18 or 20
node -v
will tell you
-
@sdetweil
I don’t have version 20 either but rather 16.14.2. How can I install version 20? Can you please help me? -
@sil3ntstorm you can try the node20_install script
or you can try with upgrading mm using my upgrade script
-
@sdetweil I installed it, thanks
-
@sdetweil Hi thanks for answering, the problem was 3 modules
the module
MMM-DWD-WarnWeather
MMM-Snake
MMM-MyCalendarwithout the modules it works fine and with the modules it doesn’t work and I don’t know wy???
anybody an idea??
-
@Stoffbeuteluwe it’s this
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
we removed node-fetch
I think
MMM-DWD-WarnWeather
put out a fix
git pull in that module folder and npm install -
@Stoffbeuteluwe Did you just deactivate the 3 modules in config.js, or did you also delete the 3 folders in the Modules folder? Did you have to do anything else to make it work?
-
@sil3ntstorm we removed some libraries in this release that modules use but don’t document So you have to fix the modules manually by installing the missing libraries.
I posted a link to the troubleshooting Post that shows you how to find the library and what to do about it
-
@sil3ntstorm I only deleted the module folder…
-
thanks DWD-Warnweather is fine
I can’t get MMM-MyCalendar to work, I’ve tried everything but unfortunately it doesn’t work.
As soon as the module folder (MMM-MyCalendar) is in the modules folder it doesn’t work…
Unfortunately I don’t know what to do next, sorry