<?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 ignoring fade false ?]]></title><description><![CDATA[<p dir="auto">I have two instances of weather in my config. The first for current and using my pws provider. The second for forecast using weathergov. Both display data but the forecast seems to ignore the fade: false option. Here are the module entries from my config.js.</p>
<pre><code>  ```
</code></pre>
<p dir="auto">{<br />
module: “weather”,<br />
position: “top_right”,<br />
order: “1”,<br />
header: “Our Weather Station”,<br />
config: {<br />
weatherProvider: “pws”,<br />
stationId: “KTXFARME145”,<br />
apiKey: “xxxxx”,<br />
type: “current”<br />
},<br />
disabled: false,<br />
label: “instance 1”,<br />
hiddenOnStartup: false,<br />
configDeepMerge: false,<br />
animateIn: “none”,<br />
animateOut: “none”,<br />
index: 0<br />
},<br />
{<br />
module: “weather”,<br />
position: “top_right”,<br />
order: “2”,<br />
header: “Weather Forecast”,<br />
config: {<br />
weatherProvider: “weathergov”,<br />
type: “forecast”,<br />
lat: 33.173,<br />
lon: -96.332<br />
},<br />
colored: true,<br />
fade: false,<br />
fadePoint: “1”,<br />
maxEntries: “7”,<br />
maxNumberOfDays: “7”,<br />
disabled: false,<br />
label: “instance 2”,<br />
hiddenOnStartup: false,<br />
configDeepMerge: false,<br />
animateIn: “none”,<br />
animateOut: “none”,<br />
index: 1<br />
},</p>
<pre><code></code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/20325/default-weather-ignoring-fade-false</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 05:42:22 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20325.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 08 Aug 2026 19:49:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Default weather ignoring fade false ? on Sat, 08 Aug 2026 21:50:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msimon360" aria-label="Profile: msimon360">@<bdi>msimon360</bdi></a>  you have things mis ordered</p>
<p dir="auto">Inside config:{} are the properties TO the module<br />
The rest are to MagicMirror</p>
<pre><code>module: “weather”,
position: “top_right”,
order: “1”,
header: “Our Weather Station”,
config: {
weatherProvider: “pws”,
stationId: “KTXFARME145”,
apiKey: “xxxx”,
type: “current”
},
disabled: false,
label: “instance 1”,
hiddenOnStartup: false,
configDeepMerge: false,
animateIn: “none”,
animateOut: “none”,
index: 0
},
{
module: “weather”,
position: “top_right”,
order: “2”,
header: “Weather Forecast”,
config: {
weatherProvider: “weathergov”,
type: “forecast”,
lat: 33.173,
lon: -96.332,
colored: true,
fade: false,
fadePoint: “1”,
maxEntries: “7”,
maxNumberOfDays: “7”,
},
disabled: false,
label: “instance 2”,
hiddenOnStartup: false,
configDeepMerge: false,
animateIn: “none”,
animateOut: “none”,
index: 1
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/131642</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131642</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Aug 2026 21:50:08 GMT</pubDate></item></channel></rss>