<?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 CurrentWeather, WeatherForecast working fine..]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">It’s driving me nuts but I probably have only a small mistake I just can’t see. All software up to date, just checked. The Weatherforecastmodule is working fine but the Currentweather module isn’t showing up. What’s wrong with my config ?</p>
<p dir="auto"><strong>{<br />
module: “currentweather”,<br />
position: “top_right”,<br />
config: {<br />
location: “Kerkrade”,<br />
locationID: “27529922”,<br />
appid:“bdb47df57bd63562bb11xxxxxxxxxx”<br />
}<br />
},<br />
{<br />
module: “weatherforecast”,<br />
position: “top_right”,<br />
header: “Weersverwachting”,<br />
config: {<br />
location: “Kerkrade”,<br />
locationID: “2752922”,<br />
appid:“bdb47df57bd63562bb11xxxxxxxxxx”<br />
}<br />
},</strong></p>
<p dir="auto">Thnx for the help…<br />
Grtz, Haab</p>
]]></description><link>https://forum.magicmirror.builders/topic/8969/problems-with-currentweather-weatherforecast-working-fine</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 23:32:51 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8969.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Oct 2018 19:01:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems with CurrentWeather, WeatherForecast working fine.. on Wed, 24 Oct 2018 20:05:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haab" aria-label="Profile: haab">@<bdi>haab</bdi></a></p>
<p dir="auto">You’re welcome, mate. Now edit your post to remove your API key. I’ve already done so in mine. You should keep those private</p>
]]></description><link>https://forum.magicmirror.builders/post/45859</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45859</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 20:05:16 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with CurrentWeather, WeatherForecast working fine.. on Wed, 24 Oct 2018 20:00:46 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> Thank you very much m8 for your very fine eyes. The nin solved the problem, I overlooked it probably a thousand times. Thank you very much.</p>
<p dir="auto">The quotes I use are the same you use , just a copy &amp; paste thing that changed the quotes.</p>
<p dir="auto">Thnx again Mykle1</p>
]]></description><link>https://forum.magicmirror.builders/post/45857</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45857</guid><dc:creator><![CDATA[haab]]></dc:creator><pubDate>Wed, 24 Oct 2018 20:00:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with CurrentWeather, WeatherForecast working fine.. on Wed, 24 Oct 2018 20:03:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haab" aria-label="Profile: haab">@<bdi>haab</bdi></a> said in <a href="/post/45846">Problems with CurrentWeather, WeatherForecast working fine..</a>:</p>
<blockquote>
<p dir="auto">{<br />
module: “currentweather”,<br />
position: “top_right”,<br />
config: {<br />
location: “Kerkrade”,<br />
locationID: “27529922”,<br />
appid: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”<br />
}<br />
},<br />
{<br />
module: “weatherforecast”,<br />
position: “top_right”,<br />
header: “Weersverwachting”,<br />
config: {<br />
location: “Kerkrade”,<br />
locationID: “2752922”,<br />
appid: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”<br />
}<br />
},</p>
</blockquote>
<p dir="auto">Your current weather location ID has one too many 9’s and the type of quotes you are using is causing syntax errors. This will work for you. Notice the difference in quotes.</p>
<pre><code>{
module: "currentweather",
position: "top_right",
config: {
location: "Kerkrade",
locationID: "2752922",
appid: "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
},
{
module: "weatherforecast",
position: "top_right",
header: "Weersverwachting",
config: {
location: "Kerkrade",
locationID: "2752922",
appid: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
},
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1540410983543-screenshot-from-2018-10-24-15-51-33.png" alt="0_1540410982641_Screenshot from 2018-10-24 15-51-33.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/45856</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45856</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 20:03:56 GMT</pubDate></item></channel></rss>