<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OpenWeather loaded but info is empty since update]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I just updated to the latest version of MM but since the update my OpenWeather info is not working anymore, the info is all empty which was working fine before the update. <img src="/assets/uploads/files/1775411595555-weather.jpg" alt="weather.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is my config.js , does anyone have a solution?</p>
<pre><code>	{
		module: "weather",
		position: "top_right",
		config: {
			weatherProvider: "openweathermap",
			weatherEndpoint:"/weather", 
			type: "current",	
			location: "Gemeente Nijkerk",
			locationID: "2750064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
			apiVersion: "2.5",
			apiKey: "xxxxxxxxxx"
		}
	},
	{
		module: "weather",
		position: "top_right",
		header: "Weather Forecast",
		config: {
			weatherProvider: "openweathermap",
			weatherEndpoint:"/forecast", 
			type: "forecast",
			colored: "true",
			location: "Gemeente Nijkerk",
			locationID: "2750064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
			apiVersion: "2.5", 
			apiKey: "xxxxxxx"
		}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/20200/openweather-loaded-but-info-is-empty-since-update</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Apr 2026 22:06:14 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20200.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Apr 2026 17:58:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenWeather loaded but info is empty since update on Sun, 05 Apr 2026 19:07:14 GMT]]></title><description><![CDATA[<p dir="auto">So that you can start receiving weather data again right away and don’t have to wait until we’ve figured the issue out, I’d suggest you try a different provider.</p>
<p dir="auto"><a href="https://docs.magicmirror.builders/modules/weather.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/weather.html</a></p>
]]></description><link>https://forum.magicmirror.builders/post/130659</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130659</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sun, 05 Apr 2026 19:07:14 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWeather loaded but info is empty since update on Sun, 05 Apr 2026 19:03:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdr" aria-label="Profile: SdR">@<bdi>SdR</bdi></a>, did <code>apiVersion: "2.5"</code> really still work before the MM update? That version was deprecated a long time ago (June 2024). See <a href="https://forum.magicmirror.builders/topic/18662/modules-using-openweather-api-need-review">https://forum.magicmirror.builders/topic/18662/modules-using-openweather-api-need-review</a>.</p>
]]></description><link>https://forum.magicmirror.builders/post/130658</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130658</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sun, 05 Apr 2026 19:03:18 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWeather loaded but info is empty since update on Sun, 05 Apr 2026 18:23:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdr" aria-label="Profile: SdR">@<bdi>SdR</bdi></a> in the car, see the troubleshooting</p>
]]></description><link>https://forum.magicmirror.builders/post/130657</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130657</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Apr 2026 18:23:13 GMT</pubDate></item></channel></rss>