<?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[Compliments setup]]></title><description><![CDATA[<p dir="auto">In config.js</p>
<pre><code>		{
			module: 'compliments',
			position: 'lower_third'
            config: {
                anytime: [
                    "Compliment 1",
                    "Compliment 2",
                    "Compliment 3"
                ]
		},  
		{
			module: 'currentweather',
</code></pre>
<p dir="auto">Gives the “Please create a config file” error</p>
<p dir="auto">Take out the. . .</p>
<pre><code>        config: {
            anytime: [
                "Compliment 1",
                "Compliment 2",
                "Compliment 3"
            ]
</code></pre>
<p dir="auto">. . .lines, and it’s OK.</p>
<p dir="auto"><img src="/assets/uploads/files/1491344435343-capturemm2.jpeg" alt="0_1491344434970_CaptureMM2.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">What’s it not liking in there?</p>
]]></description><link>https://forum.magicmirror.builders/topic/2229/compliments-setup</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 23:13:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2229.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Apr 2017 21:55:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Compliments setup on Sat, 08 Apr 2017 14:08:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a> I live with the idea that “if it work, dont ask why”.<br />
So I can’t explain why config.js dont work.</p>
]]></description><link>https://forum.magicmirror.builders/post/19249</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19249</guid><dc:creator><![CDATA[gshimself]]></dc:creator><pubDate>Sat, 08 Apr 2017 14:08:06 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Sat, 08 Apr 2017 09:40:44 GMT]]></title><description><![CDATA[<p dir="auto">That’s what I have done now, but it is only a fudge, a workaround.</p>
<p dir="auto">What’s the problem with using config.js to make changes to the compliments module, why doesn’t it work?</p>
]]></description><link>https://forum.magicmirror.builders/post/19242</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19242</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Sat, 08 Apr 2017 09:40:44 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Sat, 08 Apr 2017 08:58:02 GMT]]></title><description><![CDATA[<p dir="auto">Do you edit the config.js?<br />
Well… you could be a outlaw and edit the “~/MagicMirror/modules/default/compliments/compliments.js”.<br />
I’ve done that before and it works. But beware of typos. Make a backup! :)</p>
]]></description><link>https://forum.magicmirror.builders/post/19240</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19240</guid><dc:creator><![CDATA[gshimself]]></dc:creator><pubDate>Sat, 08 Apr 2017 08:58:02 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Thu, 06 Apr 2017 08:55:53 GMT]]></title><description><![CDATA[<p dir="auto">Another day, still no change, compliments ignoring whatever is in config.js.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.magicmirror.builders/post/19123</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19123</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Thu, 06 Apr 2017 08:55:53 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 21:39:11 GMT]]></title><description><![CDATA[<p dir="auto">Still not picking up different compliments:</p>
<pre><code>		{
			module: 'compliments',
			position: 'lower_third',
            config: {
			anytime: [
				"Hey!"
			],
			morning: [
				"Good morning, handsome!",
				"Enjoy your day!",
				"How was your sleep?"
			],
			afternoon: [
				"Hello, beauty!",
				"You look sexy!",
				"Looking good today!"
			],
			evening: [
				"Wow!",
				"You!",
				"Hi!"
			]
		},
		updateInterval: 30000,
		remoteFile: null,
		fadeSpeed: 4000
			/*config: {
				remoteFile: 'compliments.json'
			}*/
		},  
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/19092</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19092</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Wed, 05 Apr 2017 21:39:11 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 12:53:12 GMT]]></title><description><![CDATA[<p dir="auto">Changing it to remoteFile, as described <a href="https://forum.magicmirror.builders/topic/1253/remotefile-in-compliments-module/54">here</a>, it works.</p>
<p dir="auto">Well, only after it’s still displayed all the default messages.</p>
]]></description><link>https://forum.magicmirror.builders/post/19009</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19009</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Wed, 05 Apr 2017 12:53:12 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 12:28:17 GMT]]></title><description><![CDATA[<p dir="auto">No difference, still uses default compliments:</p>
<pre><code>            config: {
                anytime: [
                    "Compliment 1",
                    "Compliment 2",
                    "Compliment 3"
                ],
                morning: [
                    "morning Compliment 1",
                    "morning Compliment 2",
                    "morning Compliment 3"
                ],
                afternoon: [
                    "afternoon Compliment 1",
                    "afternoon Compliment 2",
                    "afternoon Compliment 3"
                ],
                evening: [
                    "evening Compliment 1",
                    "evening Compliment 2",
                    "evening Compliment 3"
                ]
            }
		},  

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/19006</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19006</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Wed, 05 Apr 2017 12:28:17 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 12:04:22 GMT]]></title><description><![CDATA[<p dir="auto">Ohhh, interesting. I’ll have a go and report back later.<br />
Thank you.</p>
]]></description><link>https://forum.magicmirror.builders/post/19002</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19002</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Wed, 05 Apr 2017 12:04:22 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 12:03:02 GMT]]></title><description><![CDATA[<pre><code> {
	module: 'compliments',
	position: 'lower_third',
            config: {
                anytime: [
                    "Compliment 1",
                    "Compliment 2",
                    "Compliment 3"
                ],
		morning: [
                    "morning Compliment 1",
                    "morning Compliment 2",
                    "morning Compliment 3"
		],
		afternoon: [
                    "afternoon Compliment 1",
                    "afternoon Compliment 2",
                    "afternoon Compliment 3"
		],
		evening: [
                    "evening Compliment 1",
                    "evening Compliment 2",
                    "evening Compliment 3"
		]
                }
		}, 
</code></pre>
<p dir="auto">try this please. I do remember there was something like “all 3 cases need to exist, otherwise it takes default values for this”</p>
]]></description><link>https://forum.magicmirror.builders/post/19001</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19001</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Wed, 05 Apr 2017 12:03:02 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 11:53:09 GMT]]></title><description><![CDATA[<p dir="auto">Whilst the config.js now loads, it’s not showing the new, replacement compliments.</p>
<p dir="auto">I’ve restarted NPM, no change.</p>
<p dir="auto">I’ve powered Pi off &amp; on, no change.</p>
]]></description><link>https://forum.magicmirror.builders/post/19000</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19000</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Wed, 05 Apr 2017 11:53:09 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 11:47:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a> said in <a href="/post/18998">Compliments setup</a>:</p>
<blockquote>
<p dir="auto">Thanks, it was that, and a missing } close curly bracket.</p>
</blockquote>
<p dir="auto">Oh! Yes, I missed that one. Good catch on your part. So lets fix it in case anyone else looks at this for help. The correct entry would be this:</p>
<pre><code> {
	module: 'compliments',
	position: 'lower_third',
            config: {
                anytime: [
                    "Compliment 1",
                    "Compliment 2",
                    "Compliment 3"
                ]
                }
		}, 
</code></pre>
<p dir="auto">That’s better.</p>
]]></description><link>https://forum.magicmirror.builders/post/18999</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18999</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 05 Apr 2017 11:47:25 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Wed, 05 Apr 2017 11:31:26 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, it was that, and a missing } close curly bracket.</p>
]]></description><link>https://forum.magicmirror.builders/post/18998</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18998</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Wed, 05 Apr 2017 11:31:26 GMT</pubDate></item><item><title><![CDATA[Reply to Compliments setup on Tue, 04 Apr 2017 23:55:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a> said in <a href="/post/18957">Compliments setup</a>:</p>
<blockquote>
<p dir="auto">What’s it not liking in there?</p>
</blockquote>
<p dir="auto">The , (comma) after ‘lower_third’. It should look like this</p>
<pre><code>{
			module: 'compliments',
			position: 'lower_third',
            config: {
                anytime: [
                    "Compliment 1",
                    "Compliment 2",
                    "Compliment 3"
                ]
		},</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/18966</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18966</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 04 Apr 2017 23:55:23 GMT</pubDate></item></channel></rss>