<?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[Default weather module not displaying forecast]]></title><description><![CDATA[<p dir="auto">Since updating MM to 2.35 from 2.34, the default weather module is no longer displaying the forecast.<br />
I use :<br />
“openweathermap” option for the <em>weatherProvider:</em> key;<br />
“forecast” option for the <em>type:</em> key; and<br />
“/forecast” option for the <em>weatherEndpoint:</em> key</p>
<p dir="auto">Other than updating the apiVersion from 2.5 to 3.0 in the config, no other changes have been made to any other keys within the module’s config and the module only shows “WEATHER FORECAST” as per the <em>header:</em> key, and then only displays <em>Loading …</em> where the forecast should be displayed.</p>
<p dir="auto">My config for the module is as follows:</p>
<pre><code>{
    module: "weather",
    position: "top_right",
    header: "WEATHER FORECAST",
    config: {
        // General Options
        weatherProvider: "openweathermap",
        type: "forecast",
        roundTemp: true,
        degreeLabel: true,
        updateInterval: 300000,
        showPeriod: true,
        showPeriodUpper: false,
        appendLocationNameToHeader: false,
        // Forecast Options
        tableClass: "xsmall",
        colored: true,
        fade: false,
        maxNumberOfDays: 5,
        // OpenWeatherMap Options
        apiVersion: "3.0",
        apiBase: "https://api.openweathermap.org/data/",
        weatherEndpoint: "/forecast",
        location: "Melbourne,Australia",
        apiKey: "xxxxx",
    
},
</code></pre>
<p dir="auto">What am i missing in this latest release in the config of this module in MM 2.35?</p>
]]></description><link>https://forum.magicmirror.builders/topic/20205/default-weather-module-not-displaying-forecast</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 23:55:00 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20205.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Apr 2026 10:31:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Default weather module not displaying forecast on Wed, 08 Apr 2026 12:03:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darreno-0" aria-label="Profile: DarrenO-0">@<bdi>DarrenO-0</bdi></a> get the new apikey, requires a credit card</p>
<p dir="auto">Remove apiVersion, apiBase, weatherEndpoint,<br />
Let those default</p>
<p dir="auto">Remove location<br />
Add lat, lon</p>
]]></description><link>https://forum.magicmirror.builders/post/130714</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130714</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 08 Apr 2026 12:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to Default weather module not displaying forecast on Wed, 08 Apr 2026 11:41:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darreno-0" aria-label="Profile: DarrenO-0">@<bdi>DarrenO-0</bdi></a> see<br />
<a href="https://forum.magicmirror.builders/post/122915">https://forum.magicmirror.builders/post/122915</a></p>
]]></description><link>https://forum.magicmirror.builders/post/130713</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130713</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 08 Apr 2026 11:41:21 GMT</pubDate></item></channel></rss>