<?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[Magic Mirror Default Weather Module]]></title><description><![CDATA[<p dir="auto">I’m just getting started with my magicmirror project, and having varying success.<br />
I’ve tried a couple of 3rd Party weather modules, but have settled on the default on as I like the simplicity of it.</p>
<p dir="auto">I’ve managed to configure it to show the current weather, but want to be able to view a forecast. However following the config instructions etc, changing it to a forecast just results in it appearing as loading on the screen.</p>
<p dir="auto">I’m using <a href="http://weatherbit.io" target="_blank" rel="noopener noreferrer nofollow ugc">weatherbit.io</a> as the provider and config.js is set as follows</p>
<pre><code>module: "weather",
position: "top_right",
config: {
          apibase: "https://api.weatherbit.io/v2.0",
          weatherEndpoint: "/current",
          apiKey: "MY API KEY"
         lat: MY LATITUDE
         lon: MY LONGITUDE
</code></pre>
<p dir="auto">weather.js</p>
<pre><code>defaults: {
          weatherProvider: "weatherbit"
          type: "current",
</code></pre>
<p dir="auto">this results in the correct display on magicmirror, however changing the endpoint to “/forecast”, “/daily” or “/forecast/daily”  and the type to “forecast”, “daily” or “forecast/daily” just results in the loading icon.</p>
<p dir="auto">Can anyone shed some light please?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/17251/magic-mirror-default-weather-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 21:16:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17251.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Oct 2022 11:17:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Magic Mirror Default Weather Module on Tue, 04 Oct 2022 15:21:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> all sorted now, I took the config out and put it back in fresh as I couldn’t work out where the typo/formatting error was. All tickety-boo now. Thanks for your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/104913</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104913</guid><dc:creator><![CDATA[bicolorbore586]]></dc:creator><pubDate>Tue, 04 Oct 2022 15:21:27 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Default Weather Module on Tue, 04 Oct 2022 14:57:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bicolorbore586" aria-label="Profile: bicolorbore586">@<bdi>bicolorbore586</bdi></a> mine looks like</p>
<pre><code>		{
			module:"weather",
			position: "top_left",
			config:{
				type:"current",
				weatherProvider:"weatherbit",
				lat:30.956,
				lon:-97.435,
				initialLoadDelay:1,
                                units:'imperial',
				apiKey:"your key"
			}
		},
</code></pre>
<p dir="auto">both type:“current” and type:“forecast” work</p>
]]></description><link>https://forum.magicmirror.builders/post/104909</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104909</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 04 Oct 2022 14:57:15 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Default Weather Module on Tue, 04 Oct 2022 14:12:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bicolorbore586" aria-label="Profile: bicolorbore586">@<bdi>bicolorbore586</bdi></a> eh?  sounds like a typo in the config</p>
<p dir="auto">in the MagicMirror folder do</p>
<pre><code>npm run config:check
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/104906</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104906</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 04 Oct 2022 14:12:11 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Default Weather Module on Tue, 04 Oct 2022 13:26:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Hi Sam, I’m probably not following this correctly, but I appear to be in a worse position than before in the fact that none of my modules now load.</p>
]]></description><link>https://forum.magicmirror.builders/post/104905</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104905</guid><dc:creator><![CDATA[bicolorbore586]]></dc:creator><pubDate>Tue, 04 Oct 2022 13:26:06 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Default Weather Module on Tue, 04 Oct 2022 11:32:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bicolorbore586" aria-label="Profile: bicolorbore586">@<bdi>bicolorbore586</bdi></a> do not edit the base source files, all configuration is done in config.js</p>
<p dir="auto">remove the API base and endpoint, don’t need to set them, the code does that</p>
<p dir="auto">set the provider and type<br />
(use the lastest release, 2.21,  as we fixed a couple configs to always use the type)</p>
<p dir="auto">also set the initialLoadDelay:1</p>
]]></description><link>https://forum.magicmirror.builders/post/104898</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104898</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 04 Oct 2022 11:32:08 GMT</pubDate></item></channel></rss>