<?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[Wheather&#x2F; Wunderground not loading]]></title><description><![CDATA[<p dir="auto">Hi guys,<br />
after a while of operation (<a href="https://forum.magicmirror.builders/topic/6101/my-1st-mm-project-as-a-noob-1-2m-x-0-6m-with-22-display?page=1">https://forum.magicmirror.builders/topic/6101/my-1st-mm-project-as-a-noob-1-2m-x-0-6m-with-22-display?page=1</a>) my wheather is not loading anymore on my mirror.<br />
Sometimes I had to rebbot the mirror several times to get it started - now the wheater module is not loading anymore? Any hints for a noob to check?<br />
Config:<br />
{</p>
<p dir="auto">module: ‘MMM-WunderGround’,</p>
<p dir="auto">position: ‘top_right’,</p>
<p dir="auto">config: {</p>
<p dir="auto">apikey: ‘xxxxxxxxxxxx’,<br />
pws: ‘xxxxxxxxxxxxx’,</p>
<p dir="auto">hourly: ‘1’,</p>
<p dir="auto">fctext: ‘1’,</p>
<p dir="auto">fcdaycount: “4”,</p>
<p dir="auto">fcdaystart: “0”,</p>
<p dir="auto">hourlyinterval: “3”,</p>
<p dir="auto">hourlycount: “2”,</p>
<p dir="auto">alerttime: 10000,</p>
<p dir="auto">alerttruncatestring: “english:”,</p>
<p dir="auto">roundTmpDecs: 1,</p>
<p dir="auto">coloricon: true,</p>
<p dir="auto">daily:1,</p>
<p dir="auto">iconset: “colourful”,</p>
<p dir="auto">UseCardinals: 0,</p>
<p dir="auto">layout: “horizontal”,</p>
<p dir="auto">debug: 1,</p>
<p dir="auto">sysstat: 0</p>
<p dir="auto">}</p>
<p dir="auto">With the command npm start dev I see following error:</p>
<p dir="auto">{<br />
“response”: {<br />
“version”:“0.1”,<br />
“termsofService”:“<a href="http://www.wunderground.com/weather/api/d/terms.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.wunderground.com/weather/api/d/terms.html</a>”,<br />
“features”: {<br />
}<br />
,<br />
“error”: {<br />
“type”: “invalidkey”<br />
,“description”: “this key is not valid due to exceeding rate plan”<br />
}<br />
}<br />
}</p>
<p dir="auto">MMM-WunderGround.js:821 Uncaught TypeError: Cannot read property ‘estimated’ of undefined<br />
at Class.processWeather (MMM-WunderGround.js:821)<br />
at Class.socketNotificationReceived (MMM-WunderGround.js:1249)<br />
at module.js:183<br />
at r. (socketclient.js:25)<br />
at r.emit (index.js:133)<br />
at r.onevent (socket.js:270)<br />
at r.MMSocket.self.socket.onevent (socketclient.js:19)<br />
at r.onpacket (socket.js:228)<br />
at r. (index.js:21)<br />
at r.emit (index.js:133)</p>
<p dir="auto">Any ideas?<br />
Thanks, Chris</p>
]]></description><link>https://forum.magicmirror.builders/topic/9962/wheather-wunderground-not-loading</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 04:29:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9962.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Mar 2019 07:59:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Mon, 01 Apr 2019 18:55:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coloradokb" aria-label="Profile: coloradokb">@<bdi>coloradokb</bdi></a></p>
<p dir="auto">Yes with the new API key you get current weather data and also forecast. However, most variables have changed their name and you have to adjust the code of “MMM-WunderGround.js” and “node_helper.js”.</p>
<p dir="auto">Examples:</p>
<p dir="auto">apiBase old: “<a href="http://api.wunderground.com/api/" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.wunderground.com/api/</a>”<br />
apiBase new: “<a href="https://api.weather.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.weather.com/</a>”</p>
<p dir="auto">forecast old: “<a href="http://api.wunderground.com/api/yourApiKey/conditions/hourly/forecast10day/astronomy/alerts/lang:DL/q/pws:ISAFENWI13.json" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.wunderground.com/api/yourApiKey/conditions/hourly/forecast10day/astronomy/alerts/lang:DL/q/pws:ISAFENWI13.json</a>”<br />
forecast new: "<a href="https://api.weather.com/v3/wx/forecast/daily/5day?postalKey=81657:US&amp;units=e&amp;language=en-US&amp;format=json&amp;apiKey=yourApiKey" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.weather.com/v3/wx/forecast/daily/5day?postalKey=81657:US&amp;units=e&amp;language=en-US&amp;format=json&amp;apiKey=yourApiKey</a><br />
"<br />
Variables:</p>
<p dir="auto">old: wind_mph<br />
new: windspeed</p>
<p dir="auto">old: relative_humidity<br />
new: relativeHumidity</p>
<p dir="auto">The effort to rewrite the existing code is very large, unfortunately I’m not a programmer :(</p>
<p dir="auto">greetings from Switzerland<br />
Peter<br />
(translated with Google)</p>
]]></description><link>https://forum.magicmirror.builders/post/55232</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55232</guid><dc:creator><![CDATA[Lusbueb]]></dc:creator><pubDate>Mon, 01 Apr 2019 18:55:50 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Thu, 28 Mar 2019 00:34:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a><br />
May be missing the mark here, but what I’m seeing is if you had a key w/weatherunderground, it’s definitely gone. However, generating keys seems to still be an option. Perhaps I’m grandfathered in.</p>
<p dir="auto">Mine isn’t loading either. With newly (longer) generated api key from WU api-key form, there’s documentation showing <a href="http://weather.com" target="_blank" rel="noopener noreferrer nofollow ugc">weather.com</a> returning content. New URL and json below. I’ll try to see about adjusting code to handle new response. I’m new to this module and may not have time for a few days. Hope this helps and if someone could verify that’d be especially helpful.</p>
<p dir="auto"><a href="https://api.weather.com/v2/pws/observations/current?stationId=KMAHANOV10&amp;format=json&amp;units=e&amp;apiKey=keyhere" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.weather.com/v2/pws/observations/current?stationId=KMAHANOV10&amp;format=json&amp;units=e&amp;apiKey=keyhere</a></p>
<p dir="auto">{“observations”:[{“stationID”:“KMAHANOV10”,“obsTimeUtc”:“2019-03-27T03:17:53Z”,“obsTimeLocal”:“2019-03-26 23:17:53”,“neighborhood”:“1505Broadway”,“softwareType”:“Rainwise IP-100”,“country”:“US”,“solarRadiation”:null,“lon”:-70.86485291,“realtimeFrequency”:null,“epoch”:1553656673,“lat”:42.09263229,“uv”:null,“winddir”:270,“humidity”:71,“qcStatus”:1,“imperial”:{“temp”:24,“heatIndex”:24,“dewpt”:16,“windChill”:24,“windSpeed”:0,“windGust”:0,“pressure”:30.30,“precipRate”:0.00,“precipTotal”:0.00,“elev”:104}}]}</p>
]]></description><link>https://forum.magicmirror.builders/post/54979</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54979</guid><dc:creator><![CDATA[coloradokb]]></dc:creator><pubDate>Thu, 28 Mar 2019 00:34:10 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Sat, 16 Mar 2019 12:01:43 GMT]]></title><description><![CDATA[<p dir="auto">I migrated my MMM-WunderGround24Hours module also to use the Dark Sky API and it is now available at <a href="https://github.com/thobach/MMM-DarkSky24Hours" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MMM-DarkSky24Hours</a>. The migration was super easy.</p>
]]></description><link>https://forum.magicmirror.builders/post/54378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54378</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Sat, 16 Mar 2019 12:01:43 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Mon, 11 Mar 2019 04:10:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/medo" aria-label="Profile: Medo">@<bdi>Medo</bdi></a> - Yeah, my free API key was shut down last week.</p>
]]></description><link>https://forum.magicmirror.builders/post/54059</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54059</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Mon, 11 Mar 2019 04:10:54 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Sun, 10 Mar 2019 16:34:02 GMT]]></title><description><![CDATA[<p dir="auto">I have found that DarkSkyForecast has been an excellent replacement for the Wunderground module.  Format and display looks very similar.  I have been using it for a few weeks and I am very happy with it.  API keys for DarkSky are free for up to 1000 calls a day.  So if you refresh the weather every 15 mins, thats only 96 calls a day.</p>
<p dir="auto">Check it out<br />
<a href="https://forum.magicmirror.builders/topic/9181/mmm-darkskyforecast-yet-another-weather-module">https://forum.magicmirror.builders/topic/9181/mmm-darkskyforecast-yet-another-weather-module</a></p>
]]></description><link>https://forum.magicmirror.builders/post/54024</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54024</guid><dc:creator><![CDATA[Dommer]]></dc:creator><pubDate>Sun, 10 Mar 2019 16:34:02 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Sat, 09 Mar 2019 01:49:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/medo" aria-label="Profile: Medo">@<bdi>Medo</bdi></a> et al,</p>
<p dir="auto">You can also use the darksky api with NOAA3. I find this to be very accurate for my  location</p>
]]></description><link>https://forum.magicmirror.builders/post/53964</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53964</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 09 Mar 2019 01:49:17 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Fri, 08 Mar 2019 14:39:21 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>: I will give this module a try:</p>
<p dir="auto"><a href="https://github.com/cowboysdude/MMM-NOAA3" target="_blank" rel="noopener noreferrer nofollow ugc"> https://github.com/cowboysdude/MMM-NOAA3</a></p>
<p dir="auto">It has several options for placing API (weatherdata). So if one closes - i can switch to the next if needed…</p>
<p dir="auto">I installed it today so i cannot say if the data (from <a href="http://weatherbit.io" target="_blank" rel="noopener noreferrer nofollow ugc">weatherbit.io</a> in my case) is reliable…</p>
]]></description><link>https://forum.magicmirror.builders/post/53937</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53937</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Fri, 08 Mar 2019 14:39:21 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Fri, 08 Mar 2019 12:44:59 GMT]]></title><description><![CDATA[<p dir="auto">Thanks.</p>
<p dir="auto">Does anyone have suggestions on the next best alternative? I feel like weather underground was relatively accurate, unlike some of the other options out there.</p>
]]></description><link>https://forum.magicmirror.builders/post/53927</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53927</guid><dc:creator><![CDATA[kasperb]]></dc:creator><pubDate>Fri, 08 Mar 2019 12:44:59 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Fri, 08 Mar 2019 07:11:01 GMT]]></title><description><![CDATA[<p dir="auto">The API was shut down. Heres the official statement (from: <a href="https://feedback.weather.com/customer/en/portal/articles/2970681-my-weather-underground-api-key-has-been-disabled-why-?b_id=17298" target="_blank" rel="noopener noreferrer nofollow ugc">https://feedback.weather.com/customer/en/portal/articles/2970681-my-weather-underground-api-key-has-been-disabled-why-?b_id=17298</a>)</p>
<p dir="auto">***My Weather Underground API key has been disabled. Why?</p>
<p dir="auto">The Weather Underground’s API has been retired. Keys have been closed down on a rolling basis since February 15, 2019. It will close down completely shortly. Information about this has been available through the API itself and online for nearly a year.</p>
<p dir="auto">If you are a contracted, paying customer and feel you have been shut off in error, please click the blue ‘email us’ button below.</p>
<p dir="auto">If you would like to explore paid plans on The Weather Company’s enterprise-grade API, please follow this link and fill out the form on that page.</p>
<p dir="auto">At this time we do not anticipate offering free, ongoing “developer” level keys to The Weather Company’s API.</p>
<p dir="auto">Thank you for your support of the Weather Underground API.***</p>
<p dir="auto">Alternatives?</p>
]]></description><link>https://forum.magicmirror.builders/post/53909</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53909</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Fri, 08 Mar 2019 07:11:01 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Wed, 06 Mar 2019 15:33:39 GMT]]></title><description><![CDATA[<p dir="auto">Thanks - then I have to try another module and update MM2…</p>
<p dir="auto">Hope it works out…</p>
]]></description><link>https://forum.magicmirror.builders/post/53762</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53762</guid><dc:creator><![CDATA[chris1971]]></dc:creator><pubDate>Wed, 06 Mar 2019 15:33:39 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Wed, 06 Mar 2019 14:23:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chris1971" aria-label="Profile: chris1971">@<bdi>chris1971</bdi></a>  I understand… but this is not possible…   thus the number of new weather  modules using other ‘free’ apis…</p>
]]></description><link>https://forum.magicmirror.builders/post/53755</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53755</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 06 Mar 2019 14:23:39 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Wed, 06 Mar 2019 14:19:49 GMT]]></title><description><![CDATA[<p dir="auto">WU does not supply new API keys for free - I am looking for an opportunity only to change tie PAKi key in teh confis - an leaf the rest as it is. I was happy to have my mirrior confugured as it is… ;-)</p>
]]></description><link>https://forum.magicmirror.builders/post/53754</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53754</guid><dc:creator><![CDATA[chris1971]]></dc:creator><pubDate>Wed, 06 Mar 2019 14:19:49 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Wed, 06 Mar 2019 14:13:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chris1971" aria-label="Profile: chris1971">@<bdi>chris1971</bdi></a> u would have to to weatherunderground and get a new key. Note that free keys no longer exist.</p>
<p dir="auto">Old ones still work for a while I think</p>
]]></description><link>https://forum.magicmirror.builders/post/53752</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53752</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 06 Mar 2019 14:13:19 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Wed, 06 Mar 2019 13:02:21 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the info - how can I implement another key in the module? Do I have to install a new weather module or is Wunderground working with another API key?</p>
]]></description><link>https://forum.magicmirror.builders/post/53750</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53750</guid><dc:creator><![CDATA[chris1971]]></dc:creator><pubDate>Wed, 06 Mar 2019 13:02:21 GMT</pubDate></item><item><title><![CDATA[Reply to Wheather&#x2F; Wunderground not loading on Wed, 06 Mar 2019 12:32:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chris1971" aria-label="Profile: chris1971">@<bdi>chris1971</bdi></a> said in <a href="/post/53736">Wheather/ Wunderground not loading</a>:</p>
<blockquote>
<p dir="auto">,“description”: “this key is not valid due to exceeding rate plan”</p>
</blockquote>
<p dir="auto">there it is…</p>
<p dir="auto">looking thru google for that error, it is common, but then key becomes disabled… sounds like permanently…<br />
only a new key will work…</p>
<p dir="auto">“I have seen in forums that when the usage exceeds limit the key will be disabled”</p>
<p dir="auto">looks like the modules doesn’t handle the error</p>
]]></description><link>https://forum.magicmirror.builders/post/53749</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53749</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 06 Mar 2019 12:32:15 GMT</pubDate></item></channel></rss>