<?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[config.js help]]></title><description><![CDATA[<p dir="auto">Hey all.</p>
<p dir="auto">Another newbie her, but with some small coding experience. Could anyone please help me out? I Have tried to add several modules to config.js, and with some troubleshooting I was able to start MM without any errors. However, some modules won’t just show on MM.  I Had a look at the { and }, and they all seem to add up.</p>
<p dir="auto">In below code, the MyCalendar works as should, but MyDutchWeather does not seem to load.</p>
<pre><code>		{
			module: "clock",
			position: "top_left"
		},
		{
		module: "MMM-MyCalendar",
		position: "top_left",	// This can be any of the regions. Best results in left or right regions.
		config: {
	colored: false,
	timeformat: "HH:mm",
	maximumNumberOfDays: 31,
	calendars: [
		{
			url: 'https://calendar.google.com/calendar/ical/d.ics 
			symbol: 'calendar',
		},
	],
}
	},

{
  module: 'MMM-MyDutchWeather',
  position: 'top_left',
  header: 'My Dutch Weather',
  config: {
	  latitude: 52.057499,			// Latitude of your city
	  longitude: 4.49306,			// Longitude of your city
	  apiKey: 9041487188,			// API Key - Get for free at http://weerlive.nl/api/toegang/index.php
	  showIcons: true,			// Display Icons or Text
	  showExtra: true,			// Display additional weather information
	  maxWidth: "500px"			// Max width wrapper
  }
},
{
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/10837/config-js-help</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 14:28:20 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10837.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Jul 2019 13:40:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to config.js help on Mon, 29 Jul 2019 15:18:18 GMT]]></title><description><![CDATA[<p dir="auto">you forgot the comma after (position: “top_left”)</p>
]]></description><link>https://forum.magicmirror.builders/post/59496</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59496</guid><dc:creator><![CDATA[drone001]]></dc:creator><pubDate>Mon, 29 Jul 2019 15:18:18 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 16:50:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a> yes… that is why you push the button and copy the url to your cut/paste cache</p>
<p dir="auto">glad u got it solved!</p>
]]></description><link>https://forum.magicmirror.builders/post/59313</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59313</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 23 Jul 2019 16:50:12 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 16:46:58 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> Solved.</p>
<p dir="auto">Did you know that the git command to download from git repositories is also case sensitive? :face_with_tears_of_joy:</p>
]]></description><link>https://forum.magicmirror.builders/post/59312</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59312</guid><dc:creator><![CDATA[DaVinki]]></dc:creator><pubDate>Tue, 23 Jul 2019 16:46:58 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 15:23:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a></p>
<p dir="auto">server is the local system… the mirror is a web page, trying to load the javascript from a ‘server’ (local)</p>
<p dir="auto">the name is MMM-MyDutchWeather, you have it coded somewhere as</p>
<p dir="auto">MMM-**My_**MyDutchWeather   (1st error)</p>
<p dir="auto">can you<br />
from the MagicMirror/modules folder do</p>
<pre><code>ls
</code></pre>
<p dir="auto">and show the results here</p>
]]></description><link>https://forum.magicmirror.builders/post/59309</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59309</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 23 Jul 2019 15:23:21 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 15:12:43 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> And there we have it. Just wondering. the server it is referring to, is that local server, or the server from which data is pulled from?</p>
<p dir="auto"><img src="/assets/uploads/files/1563894679847-screen2.png" alt="0_1563894678728_screen2.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/59307</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59307</guid><dc:creator><![CDATA[DaVinki]]></dc:creator><pubDate>Tue, 23 Jul 2019 15:12:43 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 15:06:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a> that is the elements tab, select the console tab please</p>
]]></description><link>https://forum.magicmirror.builders/post/59306</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59306</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 23 Jul 2019 15:06:29 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 15:05:40 GMT]]></title><description><![CDATA[<p dir="auto">Just had a look at it, but I can’t find anything weird:</p>
<p dir="auto"><img src="/assets/uploads/files/1563894305303-screen.png" alt="0_1563894302168_screen.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/59305</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59305</guid><dc:creator><![CDATA[DaVinki]]></dc:creator><pubDate>Tue, 23 Jul 2019 15:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:55:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a>  just for testting, can u move the module block to the top of the list in config.js?</p>
<p dir="auto">the modules are placed in order of appearance  in the config file…</p>
<p dir="auto">mine is date/time, calendar, then MMM-MyDutchWeather<br />
trying to get a pic uploaded…<br />
<img src="https://www.dropbox.com/s/6w6motceni43hnf/2019-07-23%2009.41.47.jpg?dl=1" alt="With Weather" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/59304</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59304</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:55:58 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:49:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a> If you do a <code>shift + ctrl + i</code> it will open a panel on the right.  Scroll up on the Consol and see for any red lines, which would indicate errors.  It could also be that there are conflicts with other modules.</p>
]]></description><link>https://forum.magicmirror.builders/post/59303</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59303</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:49:11 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:47:06 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> Hi Sam,</p>
<p dir="auto">So, I am not going nuts, there is no issue in the code, but somewhere else. Is there any logging I can check?</p>
]]></description><link>https://forum.magicmirror.builders/post/59302</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59302</guid><dc:creator><![CDATA[DaVinki]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:47:06 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:41:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a> hm… i installed the module and copied  your config and it shows up just below my calendar on the left without any other changes</p>
]]></description><link>https://forum.magicmirror.builders/post/59301</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59301</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:31:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dazza120" aria-label="Profile: dazza120">@<bdi>dazza120</bdi></a> OK, I’ll wait and see what he can come up with. Thanks for your time and quick replies.</p>
]]></description><link>https://forum.magicmirror.builders/post/59300</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59300</guid><dc:creator><![CDATA[DaVinki]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:31:56 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:30:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> is the man for that he will be along at some point and he’ll have you up and running</p>
]]></description><link>https://forum.magicmirror.builders/post/59299</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59299</guid><dc:creator><![CDATA[dazza120]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:30:31 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:27:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dazza120" aria-label="Profile: dazza120">@<bdi>dazza120</bdi></a> I was just having another look at it, and moved it to top_right, since there are no modules running in that area at the moment. No success.<br />
I changed all quotation marks from single to double, like ‘top_left’ to “top_right” in the module, position and header lines, no success.<br />
Running “npm run config:check” gives no errors. Running “rpm start dev” gives no errors. Double checked all { and [ with their corresponding } and ] in a text editor.<br />
Checked if perhaps the module has any dependencies, which is not the case.<br />
I have this issue with several modules, no errors, but they just don’t show in MM itself.</p>
<p dir="auto">Is there perhaps some sort of logging which I can check?</p>
]]></description><link>https://forum.magicmirror.builders/post/59297</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59297</guid><dc:creator><![CDATA[DaVinki]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 14:15:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davinki" aria-label="Profile: DaVinki">@<bdi>DaVinki</bdi></a> change position to bottom_left  And see if that works</p>
]]></description><link>https://forum.magicmirror.builders/post/59296</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59296</guid><dc:creator><![CDATA[dazza120]]></dc:creator><pubDate>Tue, 23 Jul 2019 14:15:43 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 13:59:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dazza120" aria-label="Profile: dazza120">@<bdi>dazza120</bdi></a> Hi,</p>
<p dir="auto">Thanks for the quick reply. I Tested this, but the result is the same.</p>
]]></description><link>https://forum.magicmirror.builders/post/59295</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59295</guid><dc:creator><![CDATA[DaVinki]]></dc:creator><pubDate>Tue, 23 Jul 2019 13:59:46 GMT</pubDate></item><item><title><![CDATA[Reply to config.js help on Tue, 23 Jul 2019 13:57:59 GMT]]></title><description><![CDATA[<p dir="auto">Try removing that space where i have put a big space here and is no other modules are below this remove { get rid of me See if that helps</p>
<pre><code>},
A BIG SPACE HERE
{
  module: 'MMM-MyDutchWeather',
  position: 'top_left',
  header: 'My Dutch Weather',
  config: {
	  latitude: 52.057499,			// Latitude of your city
	  longitude: 4.49306,			// Longitude of your city
	  apiKey: 9041487188,			// API Key - Get for free at http://weerlive.nl/api/toegang/index.php
	  showIcons: true,			// Display Icons or Text
	  showExtra: true,			// Display additional weather information
	  maxWidth: "500px"			// Max width wrapper
  }
},
{Get Rid of Me
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/59294</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59294</guid><dc:creator><![CDATA[dazza120]]></dc:creator><pubDate>Tue, 23 Jul 2019 13:57:59 GMT</pubDate></item></channel></rss>