<?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[Help to modify existing modules]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I would like to modify the following modules: weather, news, holidays to put those of my country.<br />
How can I do ?<br />
Thank you for your help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/4599/help-to-modify-existing-modules</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 07:14:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4599.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Aug 2017 08:38:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help to modify existing modules on Thu, 10 Aug 2017 22:44:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greda" aria-label="Profile: greda">@<bdi>greda</bdi></a></p>
<p dir="auto">Excellent! :^)</p>
]]></description><link>https://forum.magicmirror.builders/post/26414</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26414</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 10 Aug 2017 22:44:06 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Thu, 10 Aug 2017 12:42:36 GMT]]></title><description><![CDATA[<p dir="auto">Super thank you so much.<br />
I ve got weather on my magic mirror :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/26396</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26396</guid><dc:creator><![CDATA[greda]]></dc:creator><pubDate>Thu, 10 Aug 2017 12:42:36 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Thu, 10 Aug 2017 11:21:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greda" aria-label="Profile: greda">@<bdi>greda</bdi></a> said in <a href="/post/26383">Help to modify existing modules</a>:</p>
<blockquote>
<p dir="auto">locationID: “<a href="https://openweathermap.org/city/2977892%E2%80%9D" target="_blank" rel="noopener noreferrer nofollow ugc">https://openweathermap.org/city/2977892”</a>,</p>
</blockquote>
<p dir="auto">Change your locationID in both modules to this:</p>
<p dir="auto"><code>locationID: "2977892", </code></p>
<p dir="auto">And, of course, enter your apiKey in both</p>
]]></description><link>https://forum.magicmirror.builders/post/26390</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26390</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 10 Aug 2017 11:21:10 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Thu, 10 Aug 2017 14:47:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I use module currentweather and weatherforecast.<br />
Here’s my configuration :</p>
<pre><code>			module: "currentweather",
			position: "top_right",
			config: {
				location: "Saint Nicolas d'Aliermont",
				locationID: "https://openweathermap.org/city/2977892",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "MyAPI"
			}
		},
		{
			module: "weatherforecast",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				location: "Saint Nicolas d'Aliermont",
				locationID: "https://openweathermap.org/city/2977892",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "MyAPI"
</code></pre>
<p dir="auto">No information is displayed on screen.<br />
<img src="/assets/uploads/files/1502353604054-magicmirror-resized.jpg" alt="0_1502353663403_MagicMirror.JPG" class=" img-fluid img-markdown" /><br />
Thank you for you help</p>
]]></description><link>https://forum.magicmirror.builders/post/26383</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26383</guid><dc:creator><![CDATA[greda]]></dc:creator><pubDate>Thu, 10 Aug 2017 14:47:33 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Wed, 09 Aug 2017 20:59:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greda" aria-label="Profile: greda">@<bdi>greda</bdi></a> said in <a href="/post/26354">Help to modify existing modules</a>:</p>
<blockquote>
<p dir="auto">Now I try to display the color weather of my country.</p>
</blockquote>
<p dir="auto">What weather module are you using?</p>
]]></description><link>https://forum.magicmirror.builders/post/26367</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26367</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 09 Aug 2017 20:59:27 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Wed, 09 Aug 2017 11:51:21 GMT]]></title><description><![CDATA[<p dir="auto">Sorry,</p>
<p dir="auto">I found or had to modify the parameters for the rss feed (MagicMirror/config/config.js).</p>
<p dir="auto">Now I try to display the color weather of my country.</p>
]]></description><link>https://forum.magicmirror.builders/post/26354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26354</guid><dc:creator><![CDATA[greda]]></dc:creator><pubDate>Wed, 09 Aug 2017 11:51:21 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Wed, 09 Aug 2017 07:13:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am a beginner in this field. I’m stuck for the following things:<br />
1- Modify the rss stream while I modify it in the configuration file newsfeed.js with a new url: <a href="http://www.lemonde.fr/rss/une.xml" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.lemonde.fr/rss/une.xml</a><br />
2- I will also activate the color weather on the MagicMirror by setting my country of origin.<br />
For the moment, I managed to edit compliments<br />
Thank you very much for your help.</p>
]]></description><link>https://forum.magicmirror.builders/post/26352</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26352</guid><dc:creator><![CDATA[greda]]></dc:creator><pubDate>Wed, 09 Aug 2017 07:13:49 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Fri, 04 Aug 2017 12:52:54 GMT]]></title><description><![CDATA[<p dir="auto">Thanks you so much everybody</p>
]]></description><link>https://forum.magicmirror.builders/post/26188</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26188</guid><dc:creator><![CDATA[greda]]></dc:creator><pubDate>Fri, 04 Aug 2017 12:52:54 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Fri, 04 Aug 2017 11:46:23 GMT]]></title><description><![CDATA[<p dir="auto">Holiday module that should work for your country…</p>
<p dir="auto"><a href="https://github.com/cowboysdude/MMM-Holiday2" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/cowboysdude/MMM-Holiday2</a></p>
]]></description><link>https://forum.magicmirror.builders/post/26184</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26184</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Fri, 04 Aug 2017 11:46:23 GMT</pubDate></item><item><title><![CDATA[Reply to Help to modify existing modules on Fri, 04 Aug 2017 11:35:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greda" aria-label="Profile: greda">@<bdi>greda</bdi></a></p>
<p dir="auto">Weather usually requires that you enter a location ID of some sort, so that the module knows what information to display.</p>
<p dir="auto">Newsfeed? Do a google search for an .rss newsfeed that interests you, local to you and/or in your native language. You’ll need the url to that newsfeed to add to the module.</p>
<p dir="auto">MMM-Holiday2? Change the country code in the config.</p>
<p dir="auto">The README file included with each module has directions for use</p>
]]></description><link>https://forum.magicmirror.builders/post/26183</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26183</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 04 Aug 2017 11:35:50 GMT</pubDate></item></channel></rss>