<?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[MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast]]></title><description><![CDATA[<p dir="auto">Ever since Apple bought Dark Sky and announced that that would stop allowing free access to their API (Thanks Apple!), I’ve been meaning to write a replacement for MMM-DarkSky Forecast.</p>
<p dir="auto">Well I finally got off my lazy ass and wrote it.  Link to code here:<br />
<a href="https://github.com/jclarke0000/MMM-OpenWeatherForecast" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/jclarke0000/MMM-OpenWeatherForecast</a></p>
<p dir="auto"><img src="/assets/uploads/files/1614517171275-mmm-openweatherforecast.png" alt="MMM-OpenWeatherForecast.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If you’re already using MMM-DarkSkyForecast, this will look familiar to you. In fact I based MMM-OpenWeatherForecast on MMM-DarkSkyForecast’s code.</p>
<p dir="auto"><strong>But!</strong>  Many improvements have been included.  With this rewrite I have made it possible to display every bit of weather data provided in OpenWeather’s One Call API.  Be sure to fully read the <code>README.md</code> file to see how you can configure this module exactly to your liking.</p>
<h2>Installation:</h2>
<ol>
<li>
<p dir="auto">Navigate into your MagicMirror <code>modules</code> folder and execute<br />
<code>git clone https://github.com/jclarke0000/MMM-OpenWeatherForecast.git</code>.</p>
</li>
<li>
<p dir="auto">Enter the new <code>MMM-OpenWeatherForecast</code> directory and execute <code>npm install</code>.</p>
</li>
</ol>
<p dir="auto"><strong>NOTE</strong><br />
If you’re using a pre-release version, doing <code>git pull</code> won’t be enough to install the latest code.  I replaced the deprecated <code>request</code> library with <code>axios</code>.  So make sure you run <code>npm install</code> to get the latest dependencies.  Optionally you may run <code>npm prune</code> to remove installation for <code>request</code>.</p>
<h2>Configuration:</h2>
<p dir="auto">At a minimum you need to supply the following required configuration parameters:</p>
<ul>
<li><code>apikey</code></li>
<li><code>latitude</code></li>
<li><code>longitude</code></li>
</ul>
<p dir="auto"><code>apikey</code> needs to be specified as a String, while <code>latitude</code> and <code>longitude</code> can be specified as either a String or a Number.  Both work fine.</p>
<p dir="auto">e.g.,</p>
<pre><code>  {
    module: "MMM-OpenWeatherForecast",
    position: "top_right",
    header: "Forecast",
    config: {
      apikey: "a1b2c3d4e5f6g7h8j9k0", //only string here
      latitude: 51.490230,            //number works here
      longitude: "-0.258810"          //so does a string
    }
  },
</code></pre>
<p dir="auto">You need to create a free account with OpenWeather in order to get an API key:<br />
<a href="https://home.openweathermap.org/users/sign_up" target="_blank" rel="noopener noreferrer nofollow ugc">https://home.openweathermap.org/users/sign_up</a>.</p>
<p dir="auto">Free tier is fine – this module will not make anywhere near 60 calls per minute / 1,000,000 requests per month.</p>
<p dir="auto">Find out your latitude and longitude here:<br />
<a href="https://www.latlong.net/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.latlong.net/</a>.</p>
<p dir="auto">Refer to the <code>README</code> for all of the other configuration options.</p>
<p dir="auto"><strong>NOTE</strong><br />
This module uses the Nunjucks templating system and therefore requires MagicMirror version 2.2.0 or later.</p>
]]></description><link>https://forum.magicmirror.builders/topic/14717/mmm-openweatherforecast-replacement-for-mmm-darkskyforecast</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 13:39:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14717.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 28 Feb 2021 13:06:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Wed, 02 Oct 2024 00:26:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marclandis" aria-label="Profile: MarcLandis">@<bdi>MarcLandis</bdi></a> Thanks… I was running a very old version of Raspian and wasn’t able to update Node. Setting up a new version now :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/120205</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120205</guid><dc:creator><![CDATA[kasperb]]></dc:creator><pubDate>Wed, 02 Oct 2024 00:26:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Tue, 01 Oct 2024 11:04:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimjones" aria-label="Profile: jimjones">@<bdi>jimjones</bdi></a> darksky has been dead for a number of years now.</p>
]]></description><link>https://forum.magicmirror.builders/post/120087</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120087</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 01 Oct 2024 11:04:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Tue, 01 Oct 2024 10:02:04 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the heads-up on MMM-OpenWeatherForecast as a replacement for MMM-DarkSkyForecast! I’m interested to see how it compares in terms of accuracy and features—has anyone tried it out yet?</p>
]]></description><link>https://forum.magicmirror.builders/post/120086</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120086</guid><dc:creator><![CDATA[jimjones]]></dc:creator><pubDate>Tue, 01 Oct 2024 10:02:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Tue, 01 Oct 2024 05:56:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kasperb" aria-label="Profile: kasperb">@<bdi>kasperb</bdi></a> what version of nodejs are you using?</p>
<p dir="auto">what does the following command say:</p>
<pre><code>nodejs -v
</code></pre>
<p dir="auto">The module was recently changed to use a nodejs internal method to get the data, but your nodejs might be outdated.</p>
]]></description><link>https://forum.magicmirror.builders/post/120079</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120079</guid><dc:creator><![CDATA[MarcLandis]]></dc:creator><pubDate>Tue, 01 Oct 2024 05:56:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Tue, 01 Oct 2024 00:21:18 GMT]]></title><description><![CDATA[<p dir="auto">Just updated my module to use the v3.0 API, but getting the following error:</p>
<p dir="auto">[ERROR] [MMM-OpenWeatherForecast] 30-Sep-24 20:15 ** ERROR ** ReferenceError: fetch is not defined</p>
<p dir="auto">Any idea why that is? When I copy/paste the URL into the browser, I get a response.</p>
]]></description><link>https://forum.magicmirror.builders/post/120074</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120074</guid><dc:creator><![CDATA[kasperb]]></dc:creator><pubDate>Tue, 01 Oct 2024 00:21:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Fri, 12 Jan 2024 19:56: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> easier fix in css:</p>
<pre><code>/* Disable alerts */
.MMM-OpenWeatherForecast .weather-alert .weather-alert-description,
.MMM-OpenWeatherForecast .weather-alert .weather-alert-source {
	display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114407</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114407</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 12 Jan 2024 19:56:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Fri, 12 Jan 2024 15:01:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/trashbln" aria-label="Profile: Trashbln">@<bdi>Trashbln</bdi></a> there is no feature to do that, but you could add it pretty easily</p>
<p dir="auto">add a new property to the defaults section</p>
<pre><code>showAlerts: true,
</code></pre>
<p dir="auto">then later around line 350<br />
you need the alerts field for the return following</p>
<pre><code>   var alerts = [];
   if(this.config.showAlerts){
      if (this.weatherData.alerts) {
       // for (alert in this.weatherData.alerts) {
       //   alert.description.replace("\n", "&lt;br /&gt;");
       // }

       alerts = this.weatherData.alerts;
     }
}
</code></pre>
<p dir="auto">in your config.js for this module config:{} section add</p>
<pre><code>      showAlerts: false
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114393</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114393</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 12 Jan 2024 15:01:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Fri, 12 Jan 2024 14:52:28 GMT]]></title><description><![CDATA[<p dir="auto">How can I turn off weather alerts? Unfortunately I can’t find a solution for this anywhere</p>
]]></description><link>https://forum.magicmirror.builders/post/114392</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114392</guid><dc:creator><![CDATA[Trashbln]]></dc:creator><pubDate>Fri, 12 Jan 2024 14:52:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Thu, 09 Nov 2023 06:33:06 GMT]]></title><description><![CDATA[<p dir="auto">Love this module.<br />
I have one question: how do I increase the icon size and temperature size and have it right-aligned ?</p>
<p dir="auto">Currently this is what it looks like (I know the icon has not loaded yet), and I’d like it larger and right-aligned.<br />
<img src="/assets/uploads/files/1699511532697-1656a683-9d59-458f-ae74-cf50b79569c6-image.png" alt="1656a683-9d59-458f-ae74-cf50b79569c6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Any hints as to what I need to adjust within the custom.css ?<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/112404</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112404</guid><dc:creator><![CDATA[p1lspeda]]></dc:creator><pubDate>Thu, 09 Nov 2023 06:33:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Mon, 24 Apr 2023 14:33:03 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much for this great module !</p>
]]></description><link>https://forum.magicmirror.builders/post/109037</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109037</guid><dc:creator><![CDATA[PaulB]]></dc:creator><pubDate>Mon, 24 Apr 2023 14:33:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Mon, 03 Apr 2023 21:08:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,<br />
after various tests I managed to get MMM-DarkSkyForecast to work again with <strong>pirate-weather.api.</strong></p>
<p dir="auto">I followed the <a class="plugin-mentions-user plugin-mentions-a" href="/user/dankerthrone" aria-label="Profile: dankerthrone">@<bdi>dankerthrone</bdi></a> guide on github:<br />
<a href="https://github.com/jclarke0000/MMM-DarkSkyForecast/issues/36#issuecomment-1407382499" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/jclarke0000/MMM-DarkSkyForecast/issues/36#issuecomment-1407382499</a><br />
I’ll just add that it seems that the “beta” of PirateWeather is no longer available, so you have to select “Free Tier” and it works the same.</p>
<p dir="auto">I also tried install the following module but didn’t work (seems to have the same modify contained in the <a class="plugin-mentions-user plugin-mentions-a" href="/user/dankerthrone" aria-label="Profile: dankerthrone">@<bdi>dankerthrone</bdi></a> guide but I don’t know why it gives an error… )<br />
<a href="https://github.com/dankerthrone/MMM-PirateSkyForecast" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/dankerthrone/MMM-PirateSkyForecast</a></p>
<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  for your valuable advice!</p>
]]></description><link>https://forum.magicmirror.builders/post/108621</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108621</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Mon, 03 Apr 2023 21:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 18:10:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a>  if u didn’t have apikeys from 2.5, then you only get keys from 3.0.</p>
<p dir="auto">now that I have signed up for 3.0 all new keys will be 3.0</p>
<p dir="auto">maybe pirate weather, which looks like the old darksky API is free for a while.</p>
<p dir="auto">I see a pull request in the darksky module to use the pirate weather API.</p>
<pre><code>git clone as normal
     or go to that module folder if already installed 
git fetch origin pull/38/head:pirate
git checkout pirate
</code></pre>
<p dir="auto">then get a key from pirateweather<br />
your old darksky module config ‘should’ work unchanged…</p>
<p dir="auto">every provider is going to a charge model, maybe with some low volumes free ( for a while, til it costs too much to run)</p>
]]></description><link>https://forum.magicmirror.builders/post/108603</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108603</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Apr 2023 18:10:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 17:39:18 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> said in <a href="/post/108599">MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast</a>:</p>
<blockquote>
<p dir="auto">i did enter cc… as it is required for v3.</p>
</blockquote>
<p dir="auto">but do they take money or in any case a free service?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/108599">MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast</a>:</p>
<blockquote>
<p dir="auto">i tried on my older api keys<br />
the key i created a few minutes ago, which worked under api 2.5,<br />
no longer works under 2.5<br />
the keys I had created before today continue to work under 2.5<br />
the default key works under both<br />
they sent me an email, with my apikey, which is my old default key…</p>
</blockquote>
<p dir="auto">so I understand that if you don’t activate “One Call API 3.0 NEW” now the module doesn’t work…</p>
<p dir="auto">Do you know of other weather modules with a similar layout and that don’t have these restrictions?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/108602</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108602</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Sun, 02 Apr 2023 17:39:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 17:23:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a> i did enter cc… as it is required for v3.</p>
<p dir="auto">i tried on my older api keys</p>
<p dir="auto">the key i created a few minutes ago, which worked under api 2.5,<br />
no longer works under 2.5</p>
<p dir="auto">the keys I had created before today continue to work under 2.5</p>
<p dir="auto">the default key works under both<br />
they sent me an email, with my apikey, which is my old default key…</p>
]]></description><link>https://forum.magicmirror.builders/post/108599</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108599</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Apr 2023 17:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 17:18:04 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> said in <a href="/post/108596">MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast</a>:</p>
<blockquote>
<p dir="auto">i just installed the module and used all my api keys  without any problem …  I did NOT edit the node_helper…</p>
</blockquote>
<p dir="auto">I don’t understand what’s different about me…<br />
Did you do anything in particular when you installed?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/108596">MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast</a>:</p>
<blockquote>
<p dir="auto">this is the signup screen I see for v3… need credit card</p>
</blockquote>
<p dir="auto">So I have to enable “One Call API 3.0 NEW” and put the credit card.<br />
So is it paid?<br />
Did you also have to enter your credit card for it to work?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/108598</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108598</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Sun, 02 Apr 2023 17:18:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 17:16:06 GMT]]></title><description><![CDATA[<p dir="auto">I signed up for the 3.0 api,  they updated my default api key</p>
<p dir="auto">I changed the code to use 3.0 instead of 2.5</p>
<p dir="auto"><img src="/assets/uploads/files/1680455755814-screenshot-at-2023-04-02-12-14-58-resized.png" alt="Screenshot at 2023-04-02 12-14-58.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">and it worked</p>
]]></description><link>https://forum.magicmirror.builders/post/108597</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108597</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Apr 2023 17:16:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 17:07:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a> i just installed the module and used all my api keys  without any problem …  I did NOT edit the node_helper…</p>
<p dir="auto">this is the signup screen I see for v3… need credit card<br />
<img src="/assets/uploads/files/1680455109525-screenshot-at-2023-04-02-12-02-40.png" alt="Screenshot at 2023-04-02 12-02-40.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/108596</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108596</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Apr 2023 17:07:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 16:33:46 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> thanks.</p>
<p dir="auto">I’m trying to create a new user in the OpenWeatherMap site to have a new API.</p>
<p dir="auto">In the meantime, if anyone knows how to help me it would be appreciated!:grinning_face_with_sweat:</p>
]]></description><link>https://forum.magicmirror.builders/post/108594</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108594</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Sun, 02 Apr 2023 16:33:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 16:17:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a> sorry, that part I don’t know.</p>
<p dir="auto">I have ow keys for both 2.5 and 3.0, but its been so long, I don’t remember what I did , altho it was only website</p>
]]></description><link>https://forum.magicmirror.builders/post/108591</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108591</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Apr 2023 16:17:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 16:13:12 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 already gone to the OpenWeatherMap site, I’ve regenerated a new API key but still the error…</p>
]]></description><link>https://forum.magicmirror.builders/post/108589</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108589</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Sun, 02 Apr 2023 16:13:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 16:08:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a>  i’ve seen a number of these…</p>
<p dir="auto">something to do with registering correctly with version 3 onecall</p>
<p dir="auto">someone else said</p>
<pre><code>I used the API keys from the website as the one sent in my email did not work.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/108588</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108588</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Apr 2023 16:08:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 16:02: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> said in <a href="/post/108583">MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast</a>:</p>
<blockquote>
<p dir="auto">edit the file an</p>
</blockquote>
<p dir="auto">In the file “node_helper.js” I have modify:<br />
this <strong><a href="https://api.openweathermap.org/data/2.5/onecall?" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.openweathermap.org/data/2.5/onecall?</a></strong><br />
with this <strong><a href="https://api.openweathermap.org/data/3.0/onecall?" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.openweathermap.org/data/3.0/onecall?</a></strong></p>
<p dir="auto">but I have the same error:</p>
<pre><code>[02.04.2023 17:58.05.910] [LOG]   [MMM-OpenWeatherForecast] 2-Apr-23 17:58 ** ERROR ** Error: Request failed with status code 401
</code></pre>
<p dir="auto">Where am I doing wrong?</p>
]]></description><link>https://forum.magicmirror.builders/post/108586</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108586</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Sun, 02 Apr 2023 16:02:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 15:49:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a> yes,</p>
<p dir="auto">just edit the file and change 2.5 to 3.0</p>
]]></description><link>https://forum.magicmirror.builders/post/108583</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108583</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Apr 2023 15:49:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast on Sun, 02 Apr 2023 15:48:39 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> thanks for answering me!<br />
I had read this post but I didn’t understand what I have to do.<br />
I have to update the node_helper.js version 2.5 to 3.0?</p>
<p dir="auto">Can you help me?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/108582</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108582</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Sun, 02 Apr 2023 15:48:39 GMT</pubDate></item></channel></rss>