<?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[Problems With Weather]]></title><description><![CDATA[<p dir="auto">Having trouble getting weather forecast to display. Current weather is displaying, although it is giving incorrect temperature readings and time. I have confirmed that I have the correct location id as well as API key id on both modules. Does anyone know what might be going on?</p>
]]></description><link>https://forum.magicmirror.builders/topic/14708/problems-with-weather</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 20:01:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14708.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 Feb 2021 00:19:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems With Weather on Fri, 12 Mar 2021 02:12:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a></p>
<p dir="auto"><em>Rolling</em></p>
]]></description><link>https://forum.magicmirror.builders/post/89417</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89417</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 12 Mar 2021 02:12:45 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Fri, 12 Mar 2021 02:07:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/csoogos" aria-label="Profile: csoogos">@<bdi>csoogos</bdi></a> Not sure I’ve seen calcium temperature LOL</p>
]]></description><link>https://forum.magicmirror.builders/post/89416</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89416</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Fri, 12 Mar 2021 02:07:29 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Thu, 11 Mar 2021 20:18:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/csoogos" aria-label="Profile: csoogos">@<bdi>csoogos</bdi></a></p>
<p dir="auto">MagicMirror is a web page  (see index.html) loaded by a browser (electron)</p>
<p dir="auto">the main core of mm is a JavaScript wrapper around  standard dynamic html, which allows api calls to manipulate the web page (DOM) content.</p>
<p dir="auto">there are predefined areas (positions) for scripts (modules) to place their content in.<br />
the mm runtime calls the module to get it’s content contribution. and then puts that content in the position defined for this module (in config.js module entry)</p>
<p dir="auto">all content is provided by module entries in config.js  otherwise the page is empty ( see index.html)</p>
<p dir="auto">some additional functions are provided by the runtime.</p>
<p dir="auto">inter module communications, by way of typeless broadcast messages. the receiver must understand and handle the data format of any message it proposes to process.</p>
<p dir="auto">due to browser security constraints, a module (running in the browser) cannot access the file system or any hardware.</p>
<p dir="auto">so a ‘server’ side module component is launched in the background, ‘node_helper’… which CAN , and communications are supported between the helper and the browser module code, in a similar way as between modules. except the flow is only between the module and ITS helper.</p>
<p dir="auto">the implementation of the helper/module communications supports  messaging over networks, so the helper is where the ‘server’ is and the browser can be where the user is… the browser can be any es6 or above  browser</p>
<p dir="auto">electron  chrome firefox edge…</p>
<p dir="auto">as it’s a web page  all the standard css techniques are available to style the content, by module or collectively…</p>
]]></description><link>https://forum.magicmirror.builders/post/89397</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89397</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 11 Mar 2021 20:18:02 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Wed, 10 Mar 2021 21:39:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/csoogos" aria-label="Profile: csoogos">@<bdi>csoogos</bdi></a> said in <a href="/post/89352">Problems With Weather</a>:</p>
<blockquote>
<p dir="auto">How do I run the mirror from within the directory?</p>
</blockquote>
<ol>
<li>Open a terminal</li>
<li>Change directory to MagicMirror. Usually done by <code>cd MagicMirror</code> unless you installed somewhere else.</li>
<li>Then <code>npm start</code></li>
</ol>
]]></description><link>https://forum.magicmirror.builders/post/89365</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89365</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 10 Mar 2021 21:39:59 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sun, 07 Mar 2021 03:29:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wenike" aria-label="Profile: wenike">@<bdi>wenike</bdi></a></p>
<p dir="auto">Well, I’m not going to do that <em><strong>because</strong></em> the module is deprecated. Doesn’t make much sense to me. If you feel the need, have at it. :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/89248</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89248</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 07 Mar 2021 03:29:26 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sun, 07 Mar 2021 03:11:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> I see the edit but now I’m wondering if the issue you and Brendan are experiencing are related to <a href="https://forum.magicmirror.builders/post/77945">this old bug that was fixed last year</a> and maybe it came back? Or that code could be a workaround until the fix next month.</p>
]]></description><link>https://forum.magicmirror.builders/post/89247</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89247</guid><dc:creator><![CDATA[Wenike]]></dc:creator><pubDate>Sun, 07 Mar 2021 03:11:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sun, 07 Mar 2021 03:30:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a></p>
<pre><code>weatherforecast: Your AppID does not support long term forecasts. Switching to fallback endpoint.
</code></pre>
<p dir="auto">Totally not your fault, just so you know.</p>
<p dir="auto">And I guess mine does not either, However, the module does load after a short delay but it only displays tomorrow’s weather. Same as when using my api key.</p>
<p dir="auto"><img src="/assets/uploads/files/1615079584553-screenshot-from-2021-03-06-20-12-23.png" alt="Screenshot from 2021-03-06 20-12-23.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is very odd as I tested your api key in another weather module that uses open weather and it is giving all the data and NO errors. SO, I’m guessing the weatheforecast module itself has some issues.</p>
<p dir="auto"><img src="/assets/uploads/files/1615080210074-screenshot-from-2021-03-06-20-22-54.png" alt="Screenshot from 2021-03-06 20-22-54.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Are you dead set on using weatherforecast? There are many weather modules that provide you with forecasts and current weather. I’m fairly sure that some of them were built upon the openweather api and your current api key should work fine with them. Personally, I don’t use the default weather modules. I’ll be happy to give you a hand with them if you are willing to try them.</p>
<p dir="auto">Edit:</p>
<p dir="auto">I’ve just been informed that in the new MM release (April 1) both of those modules are being replaced by a newer version that does both current and forecast. Sheeesh</p>
]]></description><link>https://forum.magicmirror.builders/post/89246</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89246</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 07 Mar 2021 03:30:52 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 06 Mar 2021 01:59:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a> said in <a href="/post/89157">Problems With Weather</a>:</p>
<blockquote>
<p dir="auto">So I emailed Openweathermap for help and he said I should use the “One Call Api” <a href="https://openweathermap.org/api/one-call-api" target="_blank" rel="noopener noreferrer nofollow ugc">https://openweathermap.org/api/one-call-api</a> but I am having trouble figuring out how to incorporate the API call code into the weather forecast module?</p>
</blockquote>
<p dir="auto">Uhhh, I’m pretty sure the default weatherforecast module DOES use the One Call API.</p>
<p dir="auto">I would try getting another api key using a different email. However, I suspect there might be something else going on there. Would you object to sending me your current openweather api key so I can test it here? If you agree, send it in a private chat message. I’ve sent you a chat. You can send your api key there if you agree.</p>
]]></description><link>https://forum.magicmirror.builders/post/89182</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89182</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 06 Mar 2021 01:59:13 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Fri, 05 Mar 2021 14:57:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> So I emailed Openweathermap for help and he said I should use the “One Call Api” <a href="https://openweathermap.org/api/one-call-api" target="_blank" rel="noopener noreferrer nofollow ugc">https://openweathermap.org/api/one-call-api</a> but I am having trouble figuring out how to incorporate the API call code into the weather forecast module?</p>
]]></description><link>https://forum.magicmirror.builders/post/89157</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89157</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Fri, 05 Mar 2021 14:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 03:11:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a></p>
<p dir="auto">I’m done for the night, mate. I would suggest you double check your appid at openweather. copy and paste it into your config entry for weatherforecast and make sure it is in quotes.</p>
<p dir="auto">Perhaps someone else will continue to help you tonight.</p>
<p dir="auto">Good luck</p>
]]></description><link>https://forum.magicmirror.builders/post/88944</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88944</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 27 Feb 2021 03:11:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 03:01:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> now it is displaying message: “Please set the correct openweather appid in the config for module: weatherforecast.”</p>
]]></description><link>https://forum.magicmirror.builders/post/88943</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88943</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Sat, 27 Feb 2021 03:01:35 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:56:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> No errors and yes MM launched, everything is displaying but the forecast</p>
]]></description><link>https://forum.magicmirror.builders/post/88942</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88942</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:46:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a></p>
<p dir="auto">MagicMirror should have launched when you issued the <code>pm2 start MagicMirror</code> command</p>
]]></description><link>https://forum.magicmirror.builders/post/88941</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88941</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:46:34 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:43:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a></p>
<p dir="auto">Were there any errors when MM launched?</p>
]]></description><link>https://forum.magicmirror.builders/post/88940</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88940</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:43:03 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:41:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> pi@raspberrypi:~ $ pm2 stop MagicMirror<br />
[PM2] Applying action stopProcessId on app [MagicMirror](ids: 0)<br />
[PM2] <a href="0">MagicMirror</a> ✓<br />
┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐<br />
│ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │<br />
├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤<br />
│ 0  │ MagicMirror        │ fork     │ 6    │ stopped   │ 0%       │ 0b       │<br />
└────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘<br />
pi@raspberrypi:~ $ pm2 start MagicMirror<br />
[PM2] Applying action restartProcessId on app [MagicMirror](ids: 0)<br />
[PM2] <a href="0">MagicMirror</a> ✓<br />
[PM2] Process successfully started<br />
┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐<br />
│ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │<br />
├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤<br />
│ 0  │ MagicMirror        │ fork     │ 6    │ online    │ 0%       │ 2.4mb    │<br />
└────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘<br />
pi@raspberrypi:~ $<br />
Still no luck displaying forecast, thank you again for bearing with me this long</p>
]]></description><link>https://forum.magicmirror.builders/post/88939</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88939</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:41:50 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:37:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a></p>
<p dir="auto">ok,. so try <code>pm2 stop MagicMirror</code></p>
<p dir="auto">then <code>pm2 start MagicMirror</code></p>
]]></description><link>https://forum.magicmirror.builders/post/88938</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88938</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:37:24 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:35:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> I should not have any other programs running besides the magic mirror as it is the only one I have installed , but not totally sure if there are any default programs already on there.</p>
]]></description><link>https://forum.magicmirror.builders/post/88937</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88937</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:35:27 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:33:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> pi@raspberrypi:~ $ pm2 status<br />
┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐<br />
│ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │<br />
├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤<br />
│ 0  │ MagicMirror        │ fork     │ 6    │ online    │ 0%       │ 2.6mb    │<br />
└────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘<br />
pi@raspberrypi:~ $</p>
]]></description><link>https://forum.magicmirror.builders/post/88936</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88936</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:33:25 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:29:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a></p>
<p dir="auto">output should look like this</p>
<pre><code>pi@Pi3:~ $ pm2 status
┌──────┬──────┬────────┬───┬─────┬──────────┐
│ Name │ mode │ status │ ↺ │ cpu │ memory   │
├──────┼──────┼────────┼───┼─────┼──────────┤
│ mm   │ fork │ online │ 0 │ 0%  │ 1.3 MB   │
└──────┴──────┴────────┴───┴─────┴──────────┘
 Use `pm2 show &lt;id|name&gt;` to get more details about an app
pi@Pi3:~ $ 

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88935</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88935</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:29:32 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:27:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a></p>
<p dir="auto">try running <code>pm2 status</code> in the terminal (I think that’s the command) and post the result here please.</p>
<p dir="auto">Don’t post a picture. Copy the terminal output and paste it into your reply.</p>
<p dir="auto">Also, do you have any other programs running on the Pi besides Magic Mirror?</p>
]]></description><link>https://forum.magicmirror.builders/post/88933</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88933</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:27:20 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:23:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> How could I try fixing this?</p>
]]></description><link>https://forum.magicmirror.builders/post/88932</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88932</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:23:38 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:21:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brendan_c23" aria-label="Profile: brendan_c23">@<bdi>brendan_c23</bdi></a> said in <a href="/post/88930">Problems With Weather</a>:</p>
<blockquote>
<p dir="auto">Is it because I am using the same APPid for both weather modules?</p>
</blockquote>
<p dir="auto">No, you can use the appid twice. However, MM can not share port 8080</p>
]]></description><link>https://forum.magicmirror.builders/post/88931</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88931</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:21:52 GMT</pubDate></item><item><title><![CDATA[Reply to Problems With Weather on Sat, 27 Feb 2021 02:19:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> Is it because I am using the same APPid for both weather modules?  I have triple checked that I have the correct appid that was also working for the current weather. <img src="/assets/uploads/files/1614392385730-img_3983-resized.jpg" alt="IMG_3983.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/88930</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88930</guid><dc:creator><![CDATA[brendan_c23]]></dc:creator><pubDate>Sat, 27 Feb 2021 02:19:48 GMT</pubDate></item></channel></rss>