<?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 working since MM update]]></title><description><![CDATA[<p dir="auto">I’m running two mirrors from one virtualised Pi, and both gave me the update is available message earlier. I backed up and updated, and now the weather module is stuck on loading on both. I get the following error message in the browser console:</p>
<pre><code>openweathermap.js:479 Uncaught TypeError: this.hide is not a function
    at Class.getParams (openweathermap.js:479)
    at Class.getUrl (openweathermap.js:122)
    at Class.fetchCurrentWeather (openweathermap.js:31)
    at weather.js:163
</code></pre>
<p dir="auto">and line 479 is:</p>
<pre><code>this.hide(this.config.animationSpeed, { lockString: this.identifier });
</code></pre>
<p dir="auto">I’ve just checked the old file from the backup, and the same line exists, but on line 440:</p>
<pre><code>this.hide(this.config.animationSpeed, { lockString: this.identifier });
</code></pre>
<p dir="auto">The only change I’ve made on my end was to the MMM-Fitbit2 module, and that only runs on one of the mirrors. The change is here in case it makes a difference:</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/14879/mmm-fitbit2-pythonshell-is-not-a-constructor">https://forum.magicmirror.builders/topic/14879/mmm-fitbit2-pythonshell-is-not-a-constructor</a></p>
<p dir="auto">Please let me know if you need any more information :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/14897/weather-not-working-since-mm-update</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 00:25:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14897.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Apr 2021 03:22:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weather not working since MM update on Tue, 13 Apr 2021 00:24:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tippon" aria-label="Profile: tippon">@<bdi>tippon</bdi></a> said in <a href="/post/90460">Weather not working since MM update</a>:</p>
<blockquote>
<p dir="auto">I realised today that I’m having a problem with MMM-fitbit2 too. I fixed the issue in my other thread here yesterday:</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/14879/mmm-fitbit2-pythonshell-is-not-a-constructor?_=1617917654075">https://forum.magicmirror.builders/topic/14879/mmm-fitbit2-pythonshell-is-not-a-constructor?_=1617917654075</a></p>
<p dir="auto">but updated Magic Mirror shortly after, so I’m not sure if the problem existed before the update or not.</p>
<p dir="auto">The module loads and seems to work, but I’m only getting values returned for the calories I’ve burned and my weight. My food eaten isn’t updating, even though it’s showing in my Fitbit dashboard.</p>
<p dir="auto">I know this probably isn’t related, but as both issues appeared at the same time I thought it was worth a mention just in case.</p>
</blockquote>
<p dir="auto">I’m really sorry, I’ve just found out that the reason that my food eaten wasn’t being updated is that my calorie goal had been deleted from my Fitbit dashboard. I use other apps that fill the same goal in, so I hadn’t noticed.</p>
<p dir="auto">I’m still getting the weather issue though.</p>
]]></description><link>https://forum.magicmirror.builders/post/90593</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90593</guid><dc:creator><![CDATA[Tippon]]></dc:creator><pubDate>Tue, 13 Apr 2021 00:24:27 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not working since MM update on Thu, 08 Apr 2021 21:54:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tippon" aria-label="Profile: tippon">@<bdi>tippon</bdi></a> that code is in a weird place… it is asking for the part of the url to be added  based on the configuration…</p>
<p dir="auto">and for some reason it just abandons the work and returns… with garbage…</p>
]]></description><link>https://forum.magicmirror.builders/post/90462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90462</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 08 Apr 2021 21:54:03 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not working since MM update on Thu, 08 Apr 2021 21:45:22 GMT]]></title><description><![CDATA[<p dir="auto">I realised today that I’m having a problem with MMM-fitbit2 too. I fixed the issue in my other thread here yesterday:</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/14879/mmm-fitbit2-pythonshell-is-not-a-constructor?_=1617917654075">https://forum.magicmirror.builders/topic/14879/mmm-fitbit2-pythonshell-is-not-a-constructor?_=1617917654075</a></p>
<p dir="auto">but updated Magic Mirror shortly after, so I’m not sure if the problem existed before the update or not.</p>
<p dir="auto">The module loads and seems to work, but I’m only getting values returned for the calories I’ve burned and my weight. My food eaten isn’t updating, even though it’s showing in my Fitbit dashboard.</p>
<p dir="auto">I know this probably isn’t related, but as both issues appeared at the same time I thought it was worth a mention just in case.</p>
]]></description><link>https://forum.magicmirror.builders/post/90460</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90460</guid><dc:creator><![CDATA[Tippon]]></dc:creator><pubDate>Thu, 08 Apr 2021 21:45:22 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not working since MM update on Thu, 08 Apr 2021 03:46:26 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> I’ve just done npm install and it made no difference. I rebooted and there was no difference, so I did git pull on both installations too, just in case. Git pull said already up to date in both cases, and npm install ran through but made no difference.</p>
<p dir="auto">EDIT: Sorry, I’ll be a little while before I answer again. I’ve just realised that it’s 5am here, so I’m going to bed :astonished_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/90417</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90417</guid><dc:creator><![CDATA[Tippon]]></dc:creator><pubDate>Thu, 08 Apr 2021 03:46:26 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not working since MM update on Thu, 08 Apr 2021 03:30:01 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> Not as far as I know. I used MMM-Remote-Control to update remotely</p>
<p dir="auto"><a href="https://github.com/Jopyth/MMM-Remote-Control" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jopyth/MMM-Remote-Control</a></p>
<p dir="auto">I’ll try npm install now and see if it fixes it.</p>
]]></description><link>https://forum.magicmirror.builders/post/90415</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90415</guid><dc:creator><![CDATA[Tippon]]></dc:creator><pubDate>Thu, 08 Apr 2021 03:30:01 GMT</pubDate></item><item><title><![CDATA[Reply to Weather not working since MM update on Thu, 08 Apr 2021 03:26:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tippon" aria-label="Profile: tippon">@<bdi>tippon</bdi></a> you did the npm install after the git pull  right?)</p>
]]></description><link>https://forum.magicmirror.builders/post/90414</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90414</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 08 Apr 2021 03:26:05 GMT</pubDate></item></channel></rss>