<?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[WeatherForecast]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I apologize for the silly question but this thing is making me crazy.<br />
I would like to have a weather forecast with more than 5 days but when I set the option in the config I only can see the sam amount of days. Can you tell me where’s my mistake? Here’s my code:</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

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: 24,
	units: "metric",

	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: "New York",
				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "YOUR_OPENWEATHER_API_KEY"
			}
		},
		{
			module: "weatherforecast",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				location: "Roseto degli Abruzzi",
				locationID: "3168936",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "xxxxxxxxxxxxxxxxxxxxxxxxxx",
                                maxNumberOfDays: "10"
			}
		},
		{
			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
			}
		},
	]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
<p dir="auto">Another question: I would have liked to try the Wunderground module but it seems that there’s no way in getting a free api, can you confirm it? Is there a way to obtain it and to get the module work?<br />
Thanks again mates.</p>
]]></description><link>https://forum.magicmirror.builders/topic/7194/weatherforecast</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 23:29:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7194.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 May 2018 23:32:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WeatherForecast on Mon, 21 May 2018 15:06:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a> just checked… nothing free there…</p>
<p dir="auto">cheapest looked like 400 eu /year</p>
]]></description><link>https://forum.magicmirror.builders/post/39725</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39725</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 21 May 2018 15:06:20 GMT</pubDate></item><item><title><![CDATA[Reply to WeatherForecast on Mon, 21 May 2018 01:19:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/39692">WeatherForecast</a>:</p>
<blockquote>
<p dir="auto">IBM now owns this stuff and has decided not to provide free api access anymore…  what a shame…</p>
</blockquote>
<p dir="auto">SOB’s!!! :-(</p>
]]></description><link>https://forum.magicmirror.builders/post/39711</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39711</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 21 May 2018 01:19:37 GMT</pubDate></item><item><title><![CDATA[Reply to WeatherForecast on Sun, 20 May 2018 20:44:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Have you tried to get a meteoblue api? I can’t even get that kind of api despite a normal subscription.</p>
]]></description><link>https://forum.magicmirror.builders/post/39698</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39698</guid><dc:creator><![CDATA[Hriereb]]></dc:creator><pubDate>Sun, 20 May 2018 20:44:12 GMT</pubDate></item><item><title><![CDATA[Reply to WeatherForecast on Sun, 20 May 2018 15:27:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a> i see… i created a new userid and see the same thing… IBM now owns this stuff and has decided not to provide free api access anymore…  what a shame…</p>
]]></description><link>https://forum.magicmirror.builders/post/39692</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39692</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 20 May 2018 15:27:50 GMT</pubDate></item><item><title><![CDATA[Reply to WeatherForecast on Sun, 20 May 2018 15:03:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> It’s strange because every time I try to get an api key I find myself in this page:<br />
<a href="https://www.wunderground.com/weather/api" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.wunderground.com/weather/api</a><br />
There’s no way in obtaining the api, I don’t know where the problem is… Can someone help me?</p>
]]></description><link>https://forum.magicmirror.builders/post/39690</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39690</guid><dc:creator><![CDATA[Hriereb]]></dc:creator><pubDate>Sun, 20 May 2018 15:03:57 GMT</pubDate></item><item><title><![CDATA[Reply to WeatherForecast on Sun, 20 May 2018 12:29:09 GMT]]></title><description><![CDATA[<p dir="auto">i got an api key the other day without any trouble. just have to login and go to key settings…</p>
<p dir="auto"><a href="https://www.wunderground.com/weather/api/d/docs" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.wunderground.com/weather/api/d/docs</a></p>
]]></description><link>https://forum.magicmirror.builders/post/39687</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39687</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 20 May 2018 12:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to WeatherForecast on Sun, 20 May 2018 08:24:39 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 so much mate, you always give precious advices. I tried in the wunderground site to get a free api but there’s a statement in which the say they won’t give free api anymore. Could you make a check for me? Is there another way to obtain it? Thanks again.</p>
]]></description><link>https://forum.magicmirror.builders/post/39679</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39679</guid><dc:creator><![CDATA[Hriereb]]></dc:creator><pubDate>Sun, 20 May 2018 08:24:39 GMT</pubDate></item><item><title><![CDATA[Reply to WeatherForecast on Sat, 19 May 2018 23:55:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a> said in <a href="/post/39659">WeatherForecast</a>:</p>
<blockquote>
<p dir="auto">Can you tell me where’s my mistake? Here’s my code:</p>
</blockquote>
<p dir="auto"><code>maxNumberOfDays: "10"</code></p>
<p dir="auto">Get rid of the quotes:</p>
<p dir="auto"><code>maxNumberOfDays: 10</code></p>
<p dir="auto">Take a better look at the wunderground site. I’m pretty sure the basic membership with API key is still available</p>
]]></description><link>https://forum.magicmirror.builders/post/39660</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39660</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 19 May 2018 23:55:24 GMT</pubDate></item></channel></rss>