<?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-underground config.js]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/121/weather-underground-forecast-wuforecast">Weather Underground Forecast (wuforecast)</a><br />
Hello, as soon as I add this module to config.js, my mirror won’t start saying that there’s an error in the file, if I remove it it starts… what’s wrong with it? thank you</p>
<pre><code> {
                   module: "MMM-WunderGround",
                   position: "top_right",
                   config: {
                   apikey: "d2c28567ee4d5e00", // private; don't share!
                   pws: 'pws:"KPAGRATZ3", //Gratz
                   hourly: '1',
                   fctext: '1',
                   fcdaycount: "5",
                   fcdaystart: "0",
                   hourlyinterval: "3",
                   hourlycount: "2",
                   alerttime: 10000,
                   alerttruncatestring: "english:",
	           roundTmpDecs: 1,
	           UseCardinals: 0,
	           layout: "horizontal",
	           sysstat: 0
                 }
                 },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/4428/weather-underground-config-js</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 07:29:46 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4428.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Jul 2017 21:07:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weather-underground config.js on Tue, 11 Jul 2017 01:02:48 GMT]]></title><description><![CDATA[<pre><code>/* Magic Mirror Config file
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 */

var config = {
	port: 8080,
	ipWhitelist: [], // Set [] to allow all IP addresses.

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

	modules: [
                   		
		{
		   module: "MMM-WordClock",
		   position: "top_left",
		   config: {
				width: "300px",
				height: "300px"
			   }
		},
               
		 {
	           module: "calendar_monthly",
		   position: "top_left",
		   config:{
				// The config property is optional
				// Without a config, a default month view is shown
				// Please see the 'Configuration Options' section for more information
		           }
		 },
	         {
		   module: "compliments",
		   position: "bottom_bar"
		 },
       	         {
                   module: "MMM-AlexaPi",
                   position: "lower_third",
                   config: {
                               // The config property is optional.
                               // If no config is set, defualt values are used
                               // See 'Configuration options' for more information.
                 }
                 },
 {
                   module: "MMM-WunderGround",
			position: "top_right",
			header: "",
			config: {
				apikey: "d2c28567ee4d5e00",
				pws: "pws:KPAGRATZ2",
				currentweather: 0,
				coloricon: true,
				hourly: "1",
				fcdaycount: "5",
				hourlyinterval: "2",
				hourlycount: "1",
				animationSpeed: 5000,
				alerttime: 10000,
				alerttruncatestring: "english:",
				roundTmpDecs: 0,
				UseCardinals: 1,
				windunits: "mph",
				sysstat: "0"
			}
		},
   

]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/25183</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25183</guid><dc:creator><![CDATA[amosh83]]></dc:creator><pubDate>Tue, 11 Jul 2017 01:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to Weather-underground config.js on Tue, 11 Jul 2017 00:23:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amosh83" aria-label="Profile: amosh83">@<bdi>amosh83</bdi></a> said in <a href="/post/25169">Weather-underground config.js</a>:</p>
<blockquote>
<p dir="auto">pws: 'pws:“KPAGRATZ3”, //Gratz</p>
</blockquote>
<p dir="auto">This line is formatted incorrectly. It should look like this:<br />
<code>pws: 'pws:KPAGRATZ3',</code></p>
<p dir="auto"><strong>HOWEVER</strong>, that pws is not working. I just tested it. Are you sure you copied it correctly? Also, sometimes the pws is not working. Check that number or try another.</p>
<p dir="auto">You can test your module with my pws:<br />
<code>pws: 'pws:KNYNEWYO103',</code> It is working.</p>
]]></description><link>https://forum.magicmirror.builders/post/25179</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25179</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 11 Jul 2017 00:23:04 GMT</pubDate></item></channel></rss>