<?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[Current Weather module not working]]></title><description><![CDATA[<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: "en",
	timeFormat: 12,
	units: "imperial",

	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: "calendar",
			header: "US Holidays",
			position: "top_left",
			config: {
				calendars: [
					{
						symbol: "calendar-check-o ",
						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
					}
				]
			}
		},
		{
			module: "compliments",
			position: "lower_third"
		},
		
		{
			module: "currentweather",
			position: "top_right",
			config: {
				location: "Omaha",
				locationID: "5074472",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "d2c62a1048cc5a3a2e586597ce29dc45"
			}
		},
		{
			module: "weatherforecast",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				location: "Omaha",
				locationID: "5074472",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "9ab5aef55af5581932e453668b57dd2b"
			}
		},
{
				module: 'random_quotes',
				position: 'bottom_bar',
				config: {
						// The config property is optional
						// Without a config, a random quote is shown,
						// selected from all of the categories available.
				}
			},
		{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "New York Times",
						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
					}
				],
				showSourceTitle: true,
				showPublishDate: true
			}
		},
	
			{
	module: 'MMM-Globe',
	position: 'center',
	config: {
		style: 'geoColor',
		imageSize:400 ,
		ownImagePath:'',
		updateInterval: 10*60*1000
	}
},
				{
    			module: 'MMM-ATM',
   			 position: 'top_left',              // Works well anywhere
    			config: {
				multipleChoice: "Yes",        // No = just the ? then the answer
				useHeader: true,              // true if you want a header
				header: "Not another trivia module!",   // Any text you want
				maxWidth: "250px",             // Stretch or constrain according to region
    			}
	},

			

			{
	module: "MMM-cryptocurrency",
	position: "top_right",
	config: {
		currency: ['ethereum', 'bitcoin', 'monero'],
		conversion: 'USD',
		showUSD: false,
		headers: ['change24h', 'change1h', 'change7d'],
		displayType: 'logoWithChanges',
		showGraphs: true
	}
}

]
};
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/6910/current-weather-module-not-working</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 03:39:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6910.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Apr 2018 02:27:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Current Weather module not working on Sat, 07 Apr 2018 14:18:37 GMT]]></title><description><![CDATA[<p dir="auto">Odd… mine hasn’t… Is there a way to manually restart the module?</p>
<p dir="auto">Edit: Seems to be related to that metric to imperial thread. If I switch to metric, it loads fine, but imperial breaks It.</p>
<p dir="auto">What was the solution to that?</p>
]]></description><link>https://forum.magicmirror.builders/post/38071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38071</guid><dc:creator><![CDATA[sefeing]]></dc:creator><pubDate>Sat, 07 Apr 2018 14:18:37 GMT</pubDate></item><item><title><![CDATA[Reply to Current Weather module not working on Fri, 06 Apr 2018 14:24:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sefeing" aria-label="Profile: sefeing">@<bdi>sefeing</bdi></a> My Current Weather was working again this morning without making any config changes after restarting the module.</p>
]]></description><link>https://forum.magicmirror.builders/post/38036</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38036</guid><dc:creator><![CDATA[mattmurf]]></dc:creator><pubDate>Fri, 06 Apr 2018 14:24:48 GMT</pubDate></item><item><title><![CDATA[Reply to Current Weather module not working on Fri, 06 Apr 2018 13:05:05 GMT]]></title><description><![CDATA[<p dir="auto">Just started having this same issue when I updated magic mirror. The forecast works fine, but the Current weather does not show. Any updates / have you solved?</p>
]]></description><link>https://forum.magicmirror.builders/post/38029</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38029</guid><dc:creator><![CDATA[sefeing]]></dc:creator><pubDate>Fri, 06 Apr 2018 13:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to Current Weather module not working on Thu, 05 Apr 2018 21:19:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> Thanks!  That’s helpful and I’ll give it a look tonight.</p>
<p dir="auto">The odd bit is that mine started working after I made the change and then stopped.</p>
]]></description><link>https://forum.magicmirror.builders/post/38018</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38018</guid><dc:creator><![CDATA[mattmurf]]></dc:creator><pubDate>Thu, 05 Apr 2018 21:19:03 GMT</pubDate></item><item><title><![CDATA[Reply to Current Weather module not working on Thu, 05 Apr 2018 20:48:24 GMT]]></title><description><![CDATA[<p dir="auto">I guess it’s the same error as here: <a href="https://forum.magicmirror.builders/topic/6878/changing-units-from-metric-to-imperial-breaks-currentweather-module/2">https://forum.magicmirror.builders/topic/6878/changing-units-from-metric-to-imperial-breaks-currentweather-module/2</a></p>
]]></description><link>https://forum.magicmirror.builders/post/38016</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38016</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Thu, 05 Apr 2018 20:48:24 GMT</pubDate></item><item><title><![CDATA[Reply to Current Weather module not working on Thu, 05 Apr 2018 14:32:05 GMT]]></title><description><![CDATA[<p dir="auto">Disregard my post.  The modules stopped working again this morning and I haven’t had time to look at any logs before heading in to work.</p>
]]></description><link>https://forum.magicmirror.builders/post/37987</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37987</guid><dc:creator><![CDATA[mattmurf]]></dc:creator><pubDate>Thu, 05 Apr 2018 14:32:05 GMT</pubDate></item><item><title><![CDATA[Reply to Current Weather module not working on Thu, 05 Apr 2018 02:47:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amped24" aria-label="Profile: amped24">@<bdi>amped24</bdi></a> said in <a href="/post/37869">Current Weather module not working</a>:</p>
<blockquote>
<p dir="auto"><a href="http://www.openweathermap.org/" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.openweathermap.org/</a></p>
</blockquote>
<p dir="auto">I had the same problem and seem to have fixed it.  Try setting the initialLoadDelay to 1000.</p>
<p dir="auto">Here’s the section from the release notes.</p>
<p dir="auto">initialLoadDelay 	The initial delay before loading. If you have multiple modules that use the same API key, you might want to delay one of the requests. (Milliseconds)</p>
<p dir="auto">Possible values: 1000 - 5000<br />
Default value: 0</p>
]]></description><link>https://forum.magicmirror.builders/post/37965</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37965</guid><dc:creator><![CDATA[mattmurf]]></dc:creator><pubDate>Thu, 05 Apr 2018 02:47:06 GMT</pubDate></item></channel></rss>