<?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[Weather: Current and Forecast- not showing]]></title><description><![CDATA[<p dir="auto">Hello, i am new to programming and i was recently interested in MagicMirror. I got it working and now i am changing settings of modules (e.g. changing location). I stumbled across the problem where current weather and weather forecast do not work. I have no idea, because MagicMirror loads, so i looked at the positions and everything seems normal. I tried to move these 2 modules to the middle or bottom, but my notification feed then doesn’t show…Please help!!!</p>
<pre><code>{
			module: "currentweather",
			position: "bottom_right",
			config: {
				location: "Darwin, AU",
				locationID: "2073124",
				appid: "abcde12345abcde12345abcde12345ab"
			}
		},
		{
			module: "weatherforecast",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				location: "Darwin, AU",
				locationID: "2073124",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "abcde12345abcde12345abcde12345ab"
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/4534/weather-current-and-forecast-not-showing</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 12:12:38 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4534.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Jul 2017 08:58:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weather: Current and Forecast- not showing on Wed, 26 Jul 2017 11:03:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/minecraftbuilder" aria-label="Profile: MinecraftBuilder">@<bdi>MinecraftBuilder</bdi></a></p>
<p dir="auto">You’re welcome, mate.</p>
]]></description><link>https://forum.magicmirror.builders/post/25866</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25866</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 26 Jul 2017 11:03:38 GMT</pubDate></item><item><title><![CDATA[Reply to Weather: Current and Forecast- not showing on Tue, 25 Jul 2017 08:36: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> Thank you soooooooo MUCH! It really helped me! :)</p>
]]></description><link>https://forum.magicmirror.builders/post/25811</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25811</guid><dc:creator><![CDATA[MinecraftBuilder]]></dc:creator><pubDate>Tue, 25 Jul 2017 08:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to Weather: Current and Forecast- not showing on Mon, 24 Jul 2017 14:19:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/minecraftbuilder" aria-label="Profile: MinecraftBuilder">@<bdi>MinecraftBuilder</bdi></a></p>
<p dir="auto">I have to make 2 assumptions here.</p>
<ul>
<li>
<p dir="auto">The <code>appid</code> in your config is the example from the readme file. That won’t work. You have to acquire your own unique API key from <a href="http://www.openweathermap.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.openweathermap.org</a>.</p>
</li>
<li>
<p dir="auto">When you say <code>notification feed</code> I think you mean your newsfeed in the <code>bottom_bar</code> position.</p>
</li>
</ul>
<p dir="auto">Anyway, both of your weather modules will work with a valid API key entered in the <code>appid</code>. I tested it with mine.<br />
<img src="/assets/uploads/files/1500905928808-we.jpg" alt="0_1500905937592_we.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/25735</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25735</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 24 Jul 2017 14:19:54 GMT</pubDate></item></channel></rss>