<?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[MMM-SL how to trigger update?]]></title><description><![CDATA[<p dir="auto">On the Module MMM-SL’s github it says<br />
“updateNotification The notification to listen for. If received then will trigger update of departure times.”<br />
and<br />
“I recommend that you don’t update it with a timer, otherwise you will see that after a while you will get an error message instead. The recommended way is to trigger the update either with a button or similiar.”</p>
<p dir="auto">but i have no idea how to actually trigger the update and i havent found any guidance on how to do it on the modules github,<br />
if anyone got the answer it would be to great help</p>
]]></description><link>https://forum.magicmirror.builders/topic/4496/mmm-sl-how-to-trigger-update</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 14:17:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4496.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Jul 2017 00:30:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-SL how to trigger update? on Thu, 20 Jul 2017 18:32:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baxer" aria-label="Profile: Baxer">@<bdi>Baxer</bdi></a> said in <a href="/post/25540">MMM-SL how to trigger update?</a>:</p>
<blockquote>
<p dir="auto">Jopyth Holy shit it works, thanks man</p>
</blockquote>
<p dir="auto">I told you he was awesome!</p>
]]></description><link>https://forum.magicmirror.builders/post/25568</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25568</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 20 Jul 2017 18:32:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SL how to trigger update? on Thu, 20 Jul 2017 12:14:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> I figured it out myself but thanks for the help, i used MMM-ModuleScheduler and put this</p>
<pre><code>                 {
        module: 'MMM-ModuleScheduler',
        config: {
            notification_schedule: {
                notification: 'UPDATE_SL',
                schedule: '*/5 * * * *',
                payload: {
                    type: "UPDATE_SL",
                    title: 'sl!',
                    action: "notification"
                }
            }
        }
</code></pre>
<p dir="auto">to make it update every 5 minutes</p>
]]></description><link>https://forum.magicmirror.builders/post/25541</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25541</guid><dc:creator><![CDATA[Baxer]]></dc:creator><pubDate>Thu, 20 Jul 2017 12:14:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SL how to trigger update? on Thu, 20 Jul 2017 12:02:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> Holy shit it works, thanks man<br />
the reason the author doesnt think the timer is a good idea its because the API have an maximum amount of calls you can make in a month which is 30 000, but if i wanted to go against his advice and make it update every 5 minute or so, how would i do that</p>
]]></description><link>https://forum.magicmirror.builders/post/25540</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25540</guid><dc:creator><![CDATA[Baxer]]></dc:creator><pubDate>Thu, 20 Jul 2017 12:02:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SL how to trigger update? on Thu, 20 Jul 2017 11:12:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a></p>
<p dir="auto">You’re awesome!</p>
]]></description><link>https://forum.magicmirror.builders/post/25539</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25539</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 20 Jul 2017 11:12:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SL how to trigger update? on Thu, 20 Jul 2017 08:05:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> Thanks for mentioning. :)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baxer" aria-label="Profile: Baxer">@<bdi>Baxer</bdi></a> If you do not have a button, you could use a custom URL together with the <a href="https://github.com/Jopyth/MMM-Remote-Control" target="_blank" rel="noopener noreferrer nofollow ugc">Remote-Control</a> (you need to install and configure the module though, do not forget to adapt your IP whitelist). Then you can send a <a href="https://github.com/Jopyth/MMM-Remote-Control#notification-request" target="_blank" rel="noopener noreferrer nofollow ugc">notification request via an URL</a> by accessing a custom URL.</p>
<p dir="auto">In your case the URL would probably look like this:<br />
<code>http://192.168.xxx.xxx:8080/remote?notification=UPDATE_SL&amp;action=NOTIFICATION</code></p>
<p dir="auto">Or you could change the module to use a timer, but I assume the author of the module had a good reason for <strong>not</strong> doing that.</p>
]]></description><link>https://forum.magicmirror.builders/post/25531</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25531</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Thu, 20 Jul 2017 08:05:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SL how to trigger update? on Wed, 19 Jul 2017 23:57:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> thanks for the tips unfortunately i dont have a button to test this with.</p>
]]></description><link>https://forum.magicmirror.builders/post/25524</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25524</guid><dc:creator><![CDATA[Baxer]]></dc:creator><pubDate>Wed, 19 Jul 2017 23:57:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SL how to trigger update? on Wed, 19 Jul 2017 23:31:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baxer" aria-label="Profile: Baxer">@<bdi>Baxer</bdi></a></p>
<p dir="auto">I don’t know if this will help you but it’s worth looking into I think.<br />
<a href="https://forum.magicmirror.builders/topic/1575/mmm-buttons-connect-multiple-buttons-to-send-configurable-notifications">https://forum.magicmirror.builders/topic/1575/mmm-buttons-connect-multiple-buttons-to-send-configurable-notifications</a></p>
<p dir="auto">Perhaps <a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a>  can be of some help in that topic</p>
]]></description><link>https://forum.magicmirror.builders/post/25523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25523</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 19 Jul 2017 23:31:17 GMT</pubDate></item></channel></rss>