<?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[Defaults always read, not config values]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I’m facing a problem where, in my code, the module doesn’t read the config file somehow.  Below is my configuration in config.js.   I don’t see something wrong.</p>
<pre><code>	{
		module: 'MMM-matrixeffect',
		position: 'lower_third',
		canvasWidth:400,
		canvasHeight:400,
		textPoints:10,
		fontName:"Courier New",
		textColor:"#F00",
		updateSpeed:400
	},
</code></pre>
<p dir="auto">I check the contents of the config with this.  When watching this, it’s always the default.</p>
<pre><code>		 	Log.info(this.config);
</code></pre>
<p dir="auto">any one an idea?</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/1576/defaults-always-read-not-config-values</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 15:02:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1576.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Jan 2017 16:23:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Defaults always read, not config values on Sat, 28 Jan 2017 16:51:34 GMT]]></title><description><![CDATA[<p dir="auto">Thank you kindly for the quick reply.<br />
I had a feeling it was going to be quite a simple solution. :-)</p>
<p dir="auto">I’m just a noob getting the hang of things more and more.</p>
]]></description><link>https://forum.magicmirror.builders/post/12819</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12819</guid><dc:creator><![CDATA[bartalluyn]]></dc:creator><pubDate>Sat, 28 Jan 2017 16:51:34 GMT</pubDate></item><item><title><![CDATA[Reply to Defaults always read, not config values on Sat, 28 Jan 2017 16:37:35 GMT]]></title><description><![CDATA[<p dir="auto">Edit: <a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> was faster.</p>
]]></description><link>https://forum.magicmirror.builders/post/12817</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12817</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Sat, 28 Jan 2017 16:37:35 GMT</pubDate></item><item><title><![CDATA[Reply to Defaults always read, not config values on Sat, 28 Jan 2017 16:36:23 GMT]]></title><description><![CDATA[<pre><code>{
	module: 'MMM-matrixeffect',
	position: 'lower_third',
	config: {
		canvasWidth:400,
		canvasHeight:400,
		textPoints:10,
		fontName:"Courier New",
		textColor:"#F00",
		updateSpeed:400
	}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/12816</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12816</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Sat, 28 Jan 2017 16:36:23 GMT</pubDate></item></channel></rss>