Read the statement by Michael Teeuw here.
OpenWeather loaded but info is empty since update
-
@sdetweil appreciate the help!
Here they are:
magicmirror@2.35.0 postinstall
git clean -df fonts vendor modules/defaultmagicmirror@2.35.0 prepare
[ -f node_modules/.bin/husky ] && husky || echo no husky installed.no husky installed.
added 379 packages in 1m
82 packages are looking for funding
runnpm fundfor details
npm notice
npm notice New major version of npm available! 10.9.4 -> 11.12.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.12.1
npm notice To update run: npm install -g npm@11.12.1
npm notice
npm install completed - Sun Apr 5 10:07:56 CEST 2026 on baseadded 594 packages in 30s
260 packages are looking for funding
runnpm fundfor details
fixing sandbox permissionsChecking for modules with removed libraries
downloading dumpactivemodules script
no modules found needing npm refresh
restoring custom.css
removing git alias
we stashed a set of files that appear changed from the latest repo versions. you should review them
Upgrade ended - Sun Apr 5 10:08:29 CEST 2026 -
@SdR >Sun Apr 5 10:08:29 CEST 2026
there was a bug in the upgrade I fixed at 21:00 US Central time
can you edit ~/MagicMirror/installers/mm.sh
and change the
npm startto
npm run start:x11then you can
pm2 restart MagicMirror -
I have 2 in there after “DISPLAY”… do I need to change both?
#!/bin/bash
cd /home/simon/MagicMirrorif [ $(ps -ef | grep -v grep | grep -i -e xway -e labwc | wc -l) -ne 0 ]; then
if WAYLAND_DISPLAYis set, use it, else set to -0
export WAYLAND_DISPLAY=${WAYLAND_DISPLAY:=wayland-0}
npm run start:wayland
else
DISPLAY=:0 npm start
fi#DISPLAY=:0 npm start
-
-
@sdetweil
made the change and restarted MM but same result, is there a log can can show you after the restart? -
@SdR ok,
do this, stop of there is an error with one command
pm2 stop all cd ~/MagicMirror rm -rf node_modules rm package-lock.json npm run install-mm npm run start:x11 -
@sdetweil ok, did all the commands, no error shown but with the same result again (not showing any weather and weather forecasting).
-
@SdR Ok, in 2.35 we rewrote the data collection portion of the weather module
it does NOT support the old version 2.5 openweather api anymore.so, to use the openweather provider, you must get a new 3.0 apikey from openweather which requires a credit card, and you get (today) 1000 free api calls. (so net free)
from a year ago, in the troubleshooting section
-
@sdetweil I can confirm that version 2.5 is now definitely not supported anymore.
I changed it to openmeteo after the changed you suggested and now it works.
Thank you… your’e a wizard :)
-
@SdR awesome. Sorry it took so long. Got sidetracked by the MagicMirror install problem, which wasn’t the cause
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
