<?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[remoteFile compliments]]></title><description><![CDATA[<p dir="auto">I can’t seem to figure out the code for remoteFile.</p>
<p dir="auto"><strong>In config.js</strong><br />
{<br />
module: “compliments”,<br />
position: “lower_third”,</p>
<pre><code>   config: {
                 updateInterval: 1500,
                 remoteFile: "compliments.json"
   }
</code></pre>
<p dir="auto">The path for compliments.json is:<br />
~/MagicMirror/modules/default/compliments</p>
]]></description><link>https://forum.magicmirror.builders/topic/5312/remotefile-compliments</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 19:43:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5312.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Oct 2017 16:36:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to remoteFile compliments on Thu, 19 Oct 2017 22:13:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/austenzombie7" aria-label="Profile: austenzombie7">@<bdi>austenzombie7</bdi></a></p>
<p dir="auto">Your entry looks ok, aside from the missing closed curly bracket and comma <code>},</code> that should appear at the end, after the last curly close bracket in your post above.</p>
<p dir="auto">One question, are you sure about that <code>updateInterval: 1500,</code>? That’s only 1.5 seconds before a new compliment will appear. The default fade speed for the module is 4 seconds, so your compliments are fading well before they even appear.</p>
<p dir="auto">Try <code>updateInterval: 30000,</code> - That’s 30 seconds</p>
]]></description><link>https://forum.magicmirror.builders/post/29838</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29838</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 19 Oct 2017 22:13:33 GMT</pubDate></item></channel></rss>