<?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[2.29.0 Weather Module w/api v3.0 works, sort of…]]></title><description><![CDATA[<p dir="auto">Updated MM2 today to v2.29.0.  Learned quickly that the api change forces you subscribe to the One Call v3.0 and provide a payment method but no big deal as long as you stay under 1000 calls per day.</p>
<p dir="auto">It took some configuration editing to get the current and forecast sections working, specifically adding the apiVersion parameter and of course the new api key.  It still didn’t work, so I added weatherEndpoint ‘/onecall’ and this resolved the problem, but now the location header reads “America/New York”.  If you use One Call , the location and locationId parameters are ignored.  Just not sure why the first shows incorrectly.</p>
<p dir="auto">Anyone else having this issue?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19029/2-29-0-weather-module-w-api-v3-0-works-sort-of</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 16:39:27 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19029.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Oct 2024 00:52:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 02 Oct 2024 20:14:11 GMT]]></title><description><![CDATA[<p dir="auto">OK, it would appear when /onecall is used, the OpenWeatherMap.js script controls the header and you’re either going to get:</p>
<p dir="auto">${data.timezone}</p>
<p dir="auto">or</p>
<p dir="auto">${<a href="http://data.city.name" target="_blank" rel="noopener noreferrer nofollow ugc">data.city.name</a>},${data.city.country}</p>
<p dir="auto">I’m see the first option, timezone.  It’s correct, but I don’t want timezone.  I want city/country.  Booooo!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/120290</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120290</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Wed, 02 Oct 2024 20:14:11 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 09 Oct 2024 13:07:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> here it works also!<br />
Thank you, everyone who helped.<br />
My MM is up and running great!<br />
Peter</p>
]]></description><link>https://forum.magicmirror.builders/post/120506</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120506</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Wed, 09 Oct 2024 13:07:39 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 09 Oct 2024 11:26:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> - lol, adjusted my headers and saw that the timezone was concatenated to the header.  Snapped a photo to post and saw your comment.  That fixed it!!!  Thank you and Sam both!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/120505</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120505</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Wed, 09 Oct 2024 11:26:04 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 09 Oct 2024 05:12:57 GMT]]></title><description><![CDATA[<p dir="auto">I just tested it. You can pass a header by yourself but need to add</p>
<pre><code>appendLocationNameToHeader: false,
</code></pre>
<p dir="auto">Otherwise it will add the timezone again.</p>
<pre><code>
 
        {
            disabled: false,
            module: "weather",
            header: "YOURCITY",
            position: "top_right",
            config:
            {
                // See 'Configuration options' for more information.
                weatherProvider: 'openweathermap',
                appendLocationNameToHeader: false,
                weatherEndpoint: '/onecall',
                apiKey: 'API',
                apiVersion: '3.0',
                lat: '51.5',
                lon: '9.52',
                type: 'forecast',
                colored: true,
                fade: false,
                maxNumberOfDays: 3,
                degreeLabel: 'true',
                showWindDirectionAsArrow: 'true',
                decimalSymbol: ','
            }
        },

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/120496</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120496</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Wed, 09 Oct 2024 05:12:57 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 23:29:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> header is a property beside module<br />
<img src="/assets/uploads/files/1728430192789-img_0382.png" alt="IMG_0382.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/120495</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120495</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 08 Oct 2024 23:29:55 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 23:02:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> - sorry, I didn’t copy/paste from the actual editor.  I typed all that in and made a few errors!  Sorry for the goose chase!</p>
]]></description><link>https://forum.magicmirror.builders/post/120494</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120494</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Tue, 08 Oct 2024 23:02:06 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 22:54:36 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> - sure, I’d be happy to force my header if that’s possible.  So for example, with forecast I would want it to say:</p>
<p dir="auto">Forecast - Canton, GA</p>
<p dir="auto">Or similar, of course.  I could test it if you could let me know where to insert that line of code.</p>
]]></description><link>https://forum.magicmirror.builders/post/120493</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120493</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Tue, 08 Oct 2024 22:54:36 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 22:05:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> that’s open weather   3.0 is /onecall only</p>
<p dir="auto">nothing we can do but force you to specify the header yourself<br />
does that work or get overridden by the weather data?</p>
<p dir="auto">i am not where i can test</p>
]]></description><link>https://forum.magicmirror.builders/post/120492</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120492</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 08 Oct 2024 22:05:12 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 21:19:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> - so as it was said before, we’re not going to see our city the way we did under v2.5 of the API.  That’s going to likely need a response from the MM2 dev team because if /open call is used, it’s timezone/city only.  It seems api 3.0 broke the location/locationID functionality when using “current” or “forecast”.  Or did someone else get it to work?</p>
]]></description><link>https://forum.magicmirror.builders/post/120490</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120490</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Tue, 08 Oct 2024 21:19:55 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 20:38:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> thanks.<br />
I will try tomorrow.<br />
I will let you know!<br />
Peter</p>
]]></description><link>https://forum.magicmirror.builders/post/120488</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120488</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:38:36 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 20:37:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peter" aria-label="Profile: Peter">@<bdi>Peter</bdi></a> of course</p>
<pre><code>
      {
            disabled: false,
            module: "weather",
            position: "top_right",
            config:
            {
                // See 'Configuration options' for more information.
                weatherProvider: 'openweathermap',
                weatherEndpoint: '/onecall',
                apiKey: 'apikey',
                apiVersion: '3.0',
                lat: '50.465',
                lon: '9.481',
                type: 'forecast',
                colored: true,
                fade: false,
                maxNumberOfDays: 3,
                degreeLabel: 'true',
                showWindDirectionAsArrow: 'true',
                decimalSymbol: ','
            }
        },

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/120487</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120487</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:37:05 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 20:33:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> can you share your config?<br />
Without the key and only the weatherpart.<br />
Thanks!<br />
Peter</p>
]]></description><link>https://forum.magicmirror.builders/post/120486</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120486</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:33:29 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 20:28:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peter" aria-label="Profile: Peter">@<bdi>Peter</bdi></a> it shows the timezone „EUROPE/BERLIN“, but the weather is correct.</p>
]]></description><link>https://forum.magicmirror.builders/post/120484</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120484</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:28:52 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 20:27:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> what does it show in the header?<br />
And do you see the right weather for your location?<br />
Peter</p>
]]></description><link>https://forum.magicmirror.builders/post/120483</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120483</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:27:21 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 20:24:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peter" aria-label="Profile: Peter">@<bdi>Peter</bdi></a> no, unfortunately not</p>
]]></description><link>https://forum.magicmirror.builders/post/120482</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120482</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:24:35 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 20:14:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> does it show country and city in the header?<br />
Peter</p>
]]></description><link>https://forum.magicmirror.builders/post/120481</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120481</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:14:28 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 19:34:01 GMT]]></title><description><![CDATA[<p dir="auto">I got it working and think there are a few tricky typos in your config.</p>
<pre><code>module: “weather”,
position: “top_center”,
config: {
weatherProvider: “openweathermap”,
type: “current:,
weatherEndpoint: ‘/onecall’,
lat: ‘34.17188’.
lon: ‘-84.57056’,
apiVersion: ‘3.0’,
apiKey: 'nunya”
</code></pre>
<p dir="auto">Line 5: closing quotation marks are missing<br />
Line 7: point as line ending instead of comma<br />
Line 10: wrong quotation mark</p>
<p dir="auto">Your config entry type is from line 5 - 10.</p>
]]></description><link>https://forum.magicmirror.builders/post/120479</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120479</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Tue, 08 Oct 2024 19:34:01 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 19:13:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peter" aria-label="Profile: Peter">@<bdi>Peter</bdi></a> - Unfortunately, not yet.  I’m wondering if anyone has been able to using the 3.0 API!</p>
]]></description><link>https://forum.magicmirror.builders/post/120475</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120475</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Tue, 08 Oct 2024 19:13:30 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Tue, 08 Oct 2024 19:11:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> did you get it working with city, country?<br />
Peter</p>
]]></description><link>https://forum.magicmirror.builders/post/120474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120474</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Tue, 08 Oct 2024 19:11:39 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 02 Oct 2024 20:14:11 GMT]]></title><description><![CDATA[<p dir="auto">OK, it would appear when /onecall is used, the OpenWeatherMap.js script controls the header and you’re either going to get:</p>
<p dir="auto">${data.timezone}</p>
<p dir="auto">or</p>
<p dir="auto">${<a href="http://data.city.name" target="_blank" rel="noopener noreferrer nofollow ugc">data.city.name</a>},${data.city.country}</p>
<p dir="auto">I’m see the first option, timezone.  It’s correct, but I don’t want timezone.  I want city/country.  Booooo!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/120290</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120290</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Wed, 02 Oct 2024 20:14:11 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 02 Oct 2024 20:09:09 GMT]]></title><description><![CDATA[<p dir="auto"><s>forecast need lot / lan set. locationID as in api 2.5 isn’t working anymore (with api 3.0)</s> sorry, didn’t read your post properly…</p>
<p dir="auto">openweather doesn’t add geoname in response. so i guess it’s the timezone.</p>
]]></description><link>https://forum.magicmirror.builders/post/120286</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120286</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Wed, 02 Oct 2024 20:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 02 Oct 2024 19:46:56 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> - Oh okay - I was wondering why you mentioned case.  That was just a typo here on my part.  When I was using it, it was “locationID”.</p>
]]></description><link>https://forum.magicmirror.builders/post/120288</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120288</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Wed, 02 Oct 2024 19:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 02 Oct 2024 19:44:48 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>  - Hi Sam!  I’m not even calling locationID in my script.</p>
<p dir="auto">Here’s what I have:</p>
<p dir="auto">module: “weather”,<br />
position: “top_center”,<br />
config: {<br />
weatherProvider: “openweathermap”,<br />
type: “current:,<br />
weatherEndpoint: ‘/onecall’,<br />
lat: ‘34.17188’.<br />
lon: ‘-84.57056’,<br />
apiVersion: ‘3.0’,<br />
apiKey: 'nunya”</p>
]]></description><link>https://forum.magicmirror.builders/post/120287</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120287</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Wed, 02 Oct 2024 19:44:48 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 02 Oct 2024 10:44:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> for the doc</p>
<p dir="auto">note MagicMirror is case sensitive</p>
<p dir="auto">locationId is incorrect</p>
<p dir="auto"><img src="/assets/uploads/files/1727865875882-img_0363.png" alt="IMG_0363.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/120223</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120223</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Oct 2024 10:44:37 GMT</pubDate></item><item><title><![CDATA[Reply to 2.29.0 Weather Module w/api v3.0 works, sort of… on Wed, 02 Oct 2024 10:32:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> Hi, i cant get mine to load!!</p>
]]></description><link>https://forum.magicmirror.builders/post/120222</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120222</guid><dc:creator><![CDATA[dawookie1979]]></dc:creator><pubDate>Wed, 02 Oct 2024 10:32:56 GMT</pubDate></item></channel></rss>