<?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-ModuleScheduler - issues]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I am trying to use the MMM-ModuleScheduler module to show sports league tables only during the relevant season. eg only show the Formula1 standings between March and November and football league table only between August and May. Each of the modules is in the same screen position and uses MMM-Carousel to rotate between them.</p>
<p dir="auto">My config is</p>
<pre><code>               {
                        module: 'MMM-ModuleScheduler'
                },
</code></pre>
<p dir="auto">and then for the MMM-Formula1 module</p>
<pre><code>                {
                        module: 'MMM-Formula1',
                        position: 'top_left',
                        classes: 'scheduler',
                        config: {
                                type: 'driver',
                                maxRows: "5",
                                calendar: "true",
                                fade: "true",
                                module_schedule: {from: "* * 1 3 *", to: "* * 30 11 *" }
                        }
                },
</code></pre>
<p dir="auto">No matter what I have tried, the MMM-ModuleScheduler causes the mirror display to be blank.</p>
<p dir="auto">If I comment out the first section of code above then the mirror runs fine. This seems to suggest that the issue is in the <code>module:</code> statement?</p>
<p dir="auto">What am I doing wrong?</p>
]]></description><link>https://forum.magicmirror.builders/topic/5526/mmm-modulescheduler-issues</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 21:44:50 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5526.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Nov 2017 23:02:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-ModuleScheduler - issues on Thu, 16 Nov 2017 09:29:57 GMT]]></title><description><![CDATA[<p dir="auto">Did you install the MMM-ModuleScheduler after git cloning it? Do you see any error messages in the log of magic mirror</p>
<ul>
<li>if run with pm2: type <code>pm2 logs mm</code> in terminal</li>
<li>if run manually: look at the terminal for any error messages</li>
<li>in browser hit <code>F12</code> and look for console -&gt; errors</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/31217</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31217</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Thu, 16 Nov 2017 09:29:57 GMT</pubDate></item></channel></rss>