<?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[Weather not displaying envcanada provider]]></title><description><![CDATA[<p dir="auto"><strong>Platform</strong> : Xubuntu<br />
<strong>Node version</strong>: v14.18.1<br />
<strong>MagicMirror Version</strong> : V2-Beta</p>
<p dir="auto"><strong>Description</strong>:<br />
Hello,<br />
After installation and configuration of MagicMirror everything was working and the weather envcanada as well.<br />
Since this morning it’s just loading. i’ve tried with a fresh installation and still not loading.<br />
Unfortunately don’t know from where to start for troubleshooting.<br />
i’ve already check several time the configuration and it seems fine. But i am pretty sure i am missing something, you can see the config below:</p>
<pre><code>{
			module: "weather",
			position: "top_right",
			config: {
				weatherProvider: "envcanada",
				type: "current",
				location: "Québec, QC",
				siteCode: "s0000620",
				//provCode: "QC"
			}
		},
		{
			module: "weather",
			position: "top_right",
			header: "Forecast",
			config: {
				weatherProvider: "envcanada",
				type: "forecast",
				location: "Québec, QC",
				siteCode: "s0000620",
				//provCode: "QC"
			}
		},
</code></pre>
<p dir="auto">Thanks in advance for your help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/15754/weather-not-displaying-envcanada-provider</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 08:14:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15754.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Oct 2021 22:11:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Wed, 26 Jan 2022 21:38:00 GMT]]></title><description><![CDATA[<p dir="auto">found a solution meanwhile, will provide a PR in the github repo</p>
]]></description><link>https://forum.magicmirror.builders/post/99051</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99051</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Wed, 26 Jan 2022 21:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Wed, 26 Jan 2022 19:01:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I have the same problem with envcanada provider.  I start a fresh installation and it’s always in loading mode.<br />
I use version 2.18.<br />
Do you have a solution ou an eta for a fix ?<br />
Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/99048</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99048</guid><dc:creator><![CDATA[joebloe]]></dc:creator><pubDate>Wed, 26 Jan 2022 19:01:46 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Thu, 28 Oct 2021 15:08:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lexcyr" aria-label="Profile: lexcyr">@<bdi>lexcyr</bdi></a> bummer</p>
<p dir="auto">this may need a proxy to get around this… (code change)</p>
]]></description><link>https://forum.magicmirror.builders/post/95824</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95824</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 28 Oct 2021 15:08:56 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Thu, 28 Oct 2021 14:59:21 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> Just tried it, now i am able to remotely connect to MM but the weither is gone again :(.</p>
]]></description><link>https://forum.magicmirror.builders/post/95823</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95823</guid><dc:creator><![CDATA[lexcyr]]></dc:creator><pubDate>Thu, 28 Oct 2021 14:59:21 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Thu, 28 Oct 2021 13:20:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lexcyr" aria-label="Profile: lexcyr">@<bdi>lexcyr</bdi></a> try this, not sure</p>
<p dir="auto">find the ip address of the pi,<br />
ipconfig, look in your router, …whatever way</p>
<p dir="auto">replace</p>
<pre><code>address:"localhost",
</code></pre>
<p dir="auto">with</p>
<pre><code>address:"???",
</code></pre>
<p dir="auto">like on my machine</p>
<pre><code>address:"192.168.2.106",
</code></pre>
<p dir="auto">where ??? is the ip address</p>
<p dir="auto">in my MMM-Config, this address choice is in the dropdown list</p>
]]></description><link>https://forum.magicmirror.builders/post/95822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95822</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 28 Oct 2021 13:20:40 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Thu, 28 Oct 2021 13:16: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> Thank you.</p>
<p dir="auto">you are right it’s working with localhost, but now i don’t know how to make it listen to other interface in the sametime to be able to access to it remotely. :(</p>
]]></description><link>https://forum.magicmirror.builders/post/95820</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95820</guid><dc:creator><![CDATA[lexcyr]]></dc:creator><pubDate>Thu, 28 Oct 2021 13:16:06 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Sun, 24 Oct 2021 22:58:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lexcyr" aria-label="Profile: lexcyr">@<bdi>lexcyr</bdi></a> using your config, and the MM config set to   address:“0.0.0.0”</p>
<p dir="auto">I see in the dev window</p>
<pre><code>Access to XMLHttpRequest at 
'https://thingproxy.freeboard.io/fetch/https://dd.weather.gc.ca/citypage_weather/xml/QC/s0000620_e.xml' from origin 'http://0.0.0.0:8090' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
</code></pre>
<p dir="auto">but using address:“localhost”  works ok</p>
]]></description><link>https://forum.magicmirror.builders/post/95755</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95755</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 24 Oct 2021 22:58:49 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Sun, 24 Oct 2021 19:56:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazylegs" aria-label="Profile: crazylegs">@<bdi>crazylegs</bdi></a> Already and still not working<br />
<img src="/assets/uploads/files/1635105350663-a917a569-7e27-456f-bed2-98aa57a01013-image.png" alt="a917a569-7e27-456f-bed2-98aa57a01013-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/95754</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95754</guid><dc:creator><![CDATA[lexcyr]]></dc:creator><pubDate>Sun, 24 Oct 2021 19:56:01 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Sun, 24 Oct 2021 02:47:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lexcyr" aria-label="Profile: lexcyr">@<bdi>lexcyr</bdi></a></p>
<p dir="auto">I notice you have provCode commented out in your config file. The envcanada provider requires that parm, so uncomment and see if your problem is resolved.</p>
]]></description><link>https://forum.magicmirror.builders/post/95743</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95743</guid><dc:creator><![CDATA[crazylegs]]></dc:creator><pubDate>Sun, 24 Oct 2021 02:47:02 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Wed, 20 Oct 2021 00:17:41 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>  here is it:<br />
<img src="/assets/uploads/files/1634689057944-fbbbc939-af6b-4e1d-aaa4-4720ffdf38e1-image.png" alt="fbbbc939-af6b-4e1d-aaa4-4720ffdf38e1-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/95667</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95667</guid><dc:creator><![CDATA[lexcyr]]></dc:creator><pubDate>Wed, 20 Oct 2021 00:17:41 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Mon, 18 Oct 2021 15:38:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lexcyr" aria-label="Profile: lexcyr">@<bdi>lexcyr</bdi></a> can I show the mm startup messages</p>
]]></description><link>https://forum.magicmirror.builders/post/95629</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95629</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 18 Oct 2021 15:38:58 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Mon, 18 Oct 2021 14:59:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lexcyr" aria-label="Profile: lexcyr">@<bdi>lexcyr</bdi></a><br />
i just made a fresh installion using your script,  and i still have the same problem :(</p>
]]></description><link>https://forum.magicmirror.builders/post/95626</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95626</guid><dc:creator><![CDATA[lexcyr]]></dc:creator><pubDate>Mon, 18 Oct 2021 14:59:59 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not displaying envcanada provider on Mon, 18 Oct 2021 02:02:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lexcyr" aria-label="Profile: lexcyr">@<bdi>lexcyr</bdi></a> said in <a href="/post/95605">Weather not displaying envcanada provider</a>:</p>
<blockquote>
<p dir="auto">MagicMirror Version : V2-Beta</p>
</blockquote>
<p dir="auto">what does that mean ? v2 beta?</p>
<p dir="auto">we are at v 2.17.1</p>
<p dir="auto">use my install script , see<br />
<a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a></p>
<p dir="auto">rename the MM folder out of the way, the script assumes new install</p>
<p dir="auto">this sounds like the expired certificate authority certificate, bug in electron, fixed in 2.17.1</p>
]]></description><link>https://forum.magicmirror.builders/post/95609</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95609</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 18 Oct 2021 02:02:23 GMT</pubDate></item></channel></rss>