<?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 module not getting shown]]></title><description><![CDATA[<p dir="auto">Nach der Grundinstallation fehlt mir die Wetteranzeige und die Wettervorhersage.<br />
Beide Werte werden im Spiegel nicht angezeigt obwohl diese als Standardmodule mitinstalliert wurden.</p>
<p dir="auto">Mir ist nicht ganz klar ob hier was angepasst werden muss ausser den API’s.<br />
Hat jemand eine Idee?</p>
]]></description><link>https://forum.magicmirror.builders/topic/7036/weather-module-not-getting-shown</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 09:20:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7036.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Apr 2018 20:30:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 13 May 2018 08:39:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaels" aria-label="Profile: michaels">@<bdi>michaels</bdi></a> It looks like you don’t use pm2 to run MagicMirror.</p>
<p dir="auto">How did you install MagicMirror, did you use the automatic installation?</p>
]]></description><link>https://forum.magicmirror.builders/post/39421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39421</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Sun, 13 May 2018 08:39:57 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Mon, 07 May 2018 23:19:09 GMT]]></title><description><![CDATA[<p dir="auto">This is an English forum. Please try to stick to English!</p>
]]></description><link>https://forum.magicmirror.builders/post/39284</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39284</guid><dc:creator><![CDATA[paviro]]></dc:creator><pubDate>Mon, 07 May 2018 23:19:09 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Mon, 07 May 2018 23:20:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/idoodler" aria-label="Profile: idoodler">@<bdi>idoodler</bdi></a> said in <a href="/post/38728">Wetter wird nicht angezigt</a>:</p>
<blockquote>
<p dir="auto">pm2 restart MagicMirror &amp;&amp; pm2 log MagicMirror</p>
</blockquote>
<p dir="auto">Hier bekomme ich nur eine Fehlermeldung: Kommando nicht gefunden</p>
<pre><code>pi@Door:~/MagicMirror $ npm start

&gt; magicmirror@2.3.1 start /home/pi/MagicMirror
&gt; sh run-start.sh

Starting MagicMirror: v2.3.1
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper ...
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 ... 
Server started ...
Connecting socket for: updatenotification
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected &amp; modules started ...
Launching application.
Create new news fetcher for url: https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html - Interval: 300000
Shutting down server...
Stopping module helper: updatenotification
Stopping module helper: newsfeed
pi@Door:~/MagicMirror $ pm2 restart MagicMirror &amp;&amp; pm2 log MagicMirror
bash: pm2: Kommando nicht gefunden.
pi@Door:~/MagicMirror $ 
</code></pre>
<p dir="auto">Ist es normal das die Helper Module nicht gefunden werden?</p>
]]></description><link>https://forum.magicmirror.builders/post/38754</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38754</guid><dc:creator><![CDATA[MichaelS]]></dc:creator><pubDate>Mon, 07 May 2018 23:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 19:08:27 GMT]]></title><description><![CDATA[<p dir="auto">There is no location in your config, or did you replaced the location with the *** ?</p>
<p dir="auto">Da ist keine location in deiner config angegeben, es sei denn, du hast die id durch die *** ersetzt.</p>
]]></description><link>https://forum.magicmirror.builders/post/38752</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38752</guid><dc:creator><![CDATA[Albert2002]]></dc:creator><pubDate>Sun, 22 Apr 2018 19:08:27 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 17:43:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sek_is_back" aria-label="Profile: sek_is_back">@<bdi>sek_is_back</bdi></a> said in <a href="/post/38744">Wetter wird nicht angezigt</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaels" aria-label="Profile: MichaelS">@<bdi>MichaelS</bdi></a> said in <a href="/post/38719">Wetter wird nicht angezigt</a>:</p>
<blockquote>
<p dir="auto">module: “currentweather”,</p>
</blockquote>
<p dir="auto">heißt das Modul currentweather? oder MMM-Wounderground?<br />
unter Modul muss der Name des Moduls stehen der gleich mit dem Name des Ordners ist</p>
</blockquote>
<p dir="auto">Das default Modul heisst currentweather. Soweit ist alles richtig.<br />
MicharlS: hast du mal gemacht, was idoodler gesagt hat? Logs könnten weiterhelfen.</p>
]]></description><link>https://forum.magicmirror.builders/post/38745</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38745</guid><dc:creator><![CDATA[MadScientist]]></dc:creator><pubDate>Sun, 22 Apr 2018 17:43:31 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 17:34:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaels" aria-label="Profile: MichaelS">@<bdi>MichaelS</bdi></a> said in <a href="/post/38719">Wetter wird nicht angezigt</a>:</p>
<blockquote>
<p dir="auto">module: “currentweather”,</p>
</blockquote>
<p dir="auto">heißt das Modul currentweather? oder MMM-Wounderground?<br />
unter Modul muss der Name des Moduls stehen der gleich mit dem Name des Ordners ist</p>
]]></description><link>https://forum.magicmirror.builders/post/38744</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38744</guid><dc:creator><![CDATA[sek_is_back]]></dc:creator><pubDate>Sun, 22 Apr 2018 17:34:47 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 17:30:46 GMT]]></title><description><![CDATA[<p dir="auto">Uhrzeit, News und Sprüche werden angezeigt.<br />
Wetter nach wie vor nicht.</p>
]]></description><link>https://forum.magicmirror.builders/post/38743</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38743</guid><dc:creator><![CDATA[MichaelS]]></dc:creator><pubDate>Sun, 22 Apr 2018 17:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 16:48:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaels" aria-label="Profile: MichaelS">@<bdi>MichaelS</bdi></a> said in <a href="/post/38737">Wetter wird nicht angezigt</a>:</p>
<blockquote>
<p dir="auto">Warum umbenennen?</p>
</blockquote>
<p dir="auto">because the Mainprogram looks for a file named config.js without this file it dontn know what to display</p>
]]></description><link>https://forum.magicmirror.builders/post/38742</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38742</guid><dc:creator><![CDATA[sek_is_back]]></dc:creator><pubDate>Sun, 22 Apr 2018 16:48:08 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 16:46:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaels" aria-label="Profile: MichaelS">@<bdi>MichaelS</bdi></a> The config.js.sample is only a sample file. You have to rename it by removing the sample part in the end. But you most likely did already, otherwise the mirror would ask you to create a config file.</p>
<p dir="auto">Are the other modules showing?</p>
]]></description><link>https://forum.magicmirror.builders/post/38741</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38741</guid><dc:creator><![CDATA[MadScientist]]></dc:creator><pubDate>Sun, 22 Apr 2018 16:46:36 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 15:38:57 GMT]]></title><description><![CDATA[<p dir="auto">Warum umbenennen?<br />
Das habe ich nicht gemacht</p>
]]></description><link>https://forum.magicmirror.builders/post/38737</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38737</guid><dc:creator><![CDATA[MichaelS]]></dc:creator><pubDate>Sun, 22 Apr 2018 15:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 14:02:15 GMT]]></title><description><![CDATA[<p dir="auto">You may take a look at the log. If you use <code>pm2</code> you can just type <code>pm2 restart MagicMirror &amp;&amp; pm2 log MagicMirror</code>, this will restart your MacigMirror and then echo out the log. You then can look for any error or warning messages.</p>
]]></description><link>https://forum.magicmirror.builders/post/38728</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38728</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Sun, 22 Apr 2018 14:02:15 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 13:25:55 GMT]]></title><description><![CDATA[<p dir="auto">I don’t really see anything wrong with your config. All other default modules are displayed? Did you rename the config.js.sample to config.js?</p>
]]></description><link>https://forum.magicmirror.builders/post/38727</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38727</guid><dc:creator><![CDATA[MadScientist]]></dc:creator><pubDate>Sun, 22 Apr 2018 13:25:55 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Mon, 07 May 2018 23:19:23 GMT]]></title><description><![CDATA[<p dir="auto">hier ist meine config Datei</p>
<pre><code>var config = {
	address: "localhost", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	language: "de",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_right"
		},
		
		{
			module: "compliments",
			position: "lower_third"
		},
		{
			module: "currentweather",
			position: "top_left",
			config: {
				location: "***",
				locationID: "****",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "****"
			}
		},
		{
			module: "weatherforecast",
			position: "top_left",
			header: "Weather Forecast",
			config: {
				location: "***",
				locationID: "***",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "****"
			}
		},
		{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "aktuelle Nachrichten",
						url: "https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html"
					}
				],
				showSourceTitle: true,
				showPublishDate: true
			}
		},
	]

};
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/38719</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38719</guid><dc:creator><![CDATA[MichaelS]]></dc:creator><pubDate>Mon, 07 May 2018 23:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not getting shown on Sun, 22 Apr 2018 07:52:51 GMT]]></title><description><![CDATA[<p dir="auto">(Ich mach das hier mal auf englisch, damit du deine Chancen erhöhst, dein Problem zu lösen.)</p>
<p dir="auto">It’s probably best to share your config with us. Just remember to remove anything you don’t want to share (e.g. API keys, maybe location etc.).</p>
]]></description><link>https://forum.magicmirror.builders/post/38717</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38717</guid><dc:creator><![CDATA[MadScientist]]></dc:creator><pubDate>Sun, 22 Apr 2018 07:52:51 GMT</pubDate></item></channel></rss>