Skip to content

Weather Module not loading since MM update #3574

@Denn2705

Description

@Denn2705

Hi all,

i did the MM Update few days ago (Notifikation in the bottom bar) via git pull. Until the Update everything worked fine, but since the Update was done, the Weather Module is not loading any more. All other modules are fine after the update. I dont see anything in the logs. Would be great if someone could help me figuring out whats going on.

System: Raspi Zero 2W with PoE LAN Hat
Node: v22.9.0
OS: Debian 12 Bookworm latest update/upgrade
Electron: v32.1.2
MagicMirror Version: 2.29.0

Weather Module API is OpenWeather Map
API Key is valid and checked.

Config-Part of Weather:

		{
			module: "weather",
			position: "bottom_right",
			header: "Wetter Vorhersage",
			config: {
				weatherProvider: "openweathermap",
				type: "forecast",
				maxNumberOfDays: 5,
				locationID: "2831948", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
				apiKey: "*****CENSORED*******",
				weatherEndpoint: "/forecast",
				tableClass: 'medium',
				colored: 'true',
				fade: true,
				fadePoint: 0.5,
				
			}

Log output if restarting MM:

0|mm | [2024-10-02 12:37:42.326] [LOG] Starting MagicMirror: v2.29.0
0|mm | [2024-10-02 12:37:42.427] [LOG] Loading config ...
0|mm | [2024-10-02 12:37:42.436] [LOG] config template file not exists, no envsubst
0|mm | [2024-10-02 12:37:43.863] [INFO] Checking config file /home/pi/MagicMirror/config/config.js ...
0|mm | [2024-10-02 12:37:44.087] [INFO] Your configuration file doesn't contain syntax errors :)
0|mm | [2024-10-02 12:37:44.090] [INFO] Checking modules structure configuration ...
0|mm | [2024-10-02 12:37:44.205] [INFO] Your modules structure configuration doesn't contain errors :)
0|mm | [2024-10-02 12:37:44.212] [LOG] Loading module helpers ...
0|mm | [2024-10-02 12:37:44.218] [LOG] No helper found for module: alert.
0|mm | [2024-10-02 12:37:44.240] [LOG] Initializing new module helper ...
0|mm | [2024-10-02 12:37:44.242] [LOG] Module helper loaded: updatenotification
0|mm | [2024-10-02 12:37:44.245] [LOG] No helper found for module: clock.
0|mm | [2024-10-02 12:37:44.701] [LOG] Initializing new module helper ...
0|mm | [2024-10-02 12:37:44.706] [LOG] Module helper loaded: calendar
0|mm | [2024-10-02 12:37:44.717] [LOG] No helper found for module: MMM-AutoDimmer.
0|mm | [2024-10-02 12:37:44.723] [LOG] No helper found for module: weather.
0|mm | [2024-10-02 12:37:44.741] [LOG] Initializing new module helper ...
0|mm | [2024-10-02 12:37:44.742] [LOG] Module helper loaded: netatmo
0|mm | [2024-10-02 12:37:44.743] [LOG] All module helpers loaded.
0|mm | [2024-10-02 12:37:44.764] [LOG] Starting server on port 8080 ...
0|mm | [2024-10-02 12:37:56.138] [LOG] Server started ...
0|mm | [2024-10-02 12:37:56.163] [LOG] Connecting socket for: updatenotification
0|mm | [2024-10-02 12:37:56.165] [LOG] Starting module helper: updatenotification
0|mm | [2024-10-02 12:37:56.166] [LOG] Connecting socket for: calendar
0|mm | [2024-10-02 12:37:56.168] [LOG] Starting node helper for: calendar
0|mm | [2024-10-02 12:37:56.169] [LOG] Connecting socket for: netatmo
0|mm | [2024-10-02 12:37:56.170] [LOG] Netatmo helper started ...
0|mm | [2024-10-02 12:37:56.172] [LOG] Sockets connected & modules started ...
0|mm | [2024-10-02 12:37:58.210] [LOG] Launching application.
0|mm | [2024-10-02 12:38:09.296] [INFO] System information:
0|mm | ### SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi Zero 2 W Rev 1.0; virtual: false
0|mm | ### OS: platform: linux; distro: Raspbian GNU/Linux; release: 12; arch: arm; kernel: 6.6.51+rpt-rpi-v7
0|mm | ### VERSIONS: electron: 29.1.6; used node: 20.9.0; installed node: 22.9.0; npm: 10.8.3; pm2: 5.3.1
0|mm | ### OTHER: timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined
0|mm | [2024-10-02 12:38:18.041] [ERROR] Netatmo: clientId not set in config.
0|mm | [2024-10-02 12:38:18.116] [LOG] Create new calendarfetcher for url: http://p71-caldav.icloud.com/published/2/MjA0MDUwMTIxMjA.....*CENSORED* - Interval: 604800000
0|mm | [2024-10-02 12:38:18.786] [LOG] Netatmo: using token.json file
0|mm | [2024-10-02 12:38:18.794] [LOG] Netatmo: Initialized
0|mm | [2024-10-02 12:38:18.847] [INFO] updatenotification: Updater Class Loaded!
0|mm | [2024-10-02 12:38:18.848] [INFO] updatenotification: Checking PM2 using...
0|mm | [2024-10-02 12:38:21.265] [INFO] Checking git for module: MMM-AutoDimmer
0|mm | [2024-10-02 12:38:21.642] [INFO] Checking git for module: netatmo
0|mm | [2024-10-02 12:38:21.819] [INFO] Checking git for module: MagicMirror
0|mm | [2024-10-02 12:38:21.972] [INFO] updatenotification: [PM2] You are not using pm2
0|mm | [2024-10-02 12:38:22.050] [LOG] Netatmo: Authenticated
0|mm | [2024-10-02 12:38:22.053] [LOG] Netatmo: token.json was written successfully
0|mm | [2024-10-02 12:38:22.109] [LOG] Netatmo: New Token Expire Wednesday, October 2, 2024 3:38 PM
0|mm | [2024-10-02 12:38:32.845] [ERROR] Moment Timezone has no data for GMT+0200. See http://momentjs.com/timezone/docs/#/data-loading/.
0|mm | [2024-10-02 12:38:32.846] [ERROR] Moment Timezone has no data for GMT+0200. See http://momentjs.com/timezone/docs/#/data-loading/.
0|mm | [2024-10-02 12:38:32.847] [ERROR] Moment Timezone has no data for GMT+0200. See http://momentjs.com/timezone/docs/#/data-loading/.
0|mm | [2024-10-02 12:38:33.062] [INFO] Calendar-Fetcher: Broadcasting 40 events from http://p71-caldav.icloud.com/published/2/MjA0MDUwMTIxMjA0MD........*CENSORED*.

I dont even see the weather module loading in the log-File? But to be honest, i didnt compeared if it was listed before the update in the log... Unfortunatly i didnt stored any older log files.
The Display shows endless "loading". Can someone have a look on this or maybe guide me into deeper analysis?

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions