<?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 scheduling issue]]></title><description><![CDATA[<p dir="auto">Hi!<br />
First post, first mirror with a lots of things working thanks to all the valuable reading here!<br />
I do have an issue I can’t seem to resolve.</p>
<p dir="auto">Using MMM-ModuleScheduler I have a module scheduled as:</p>
<pre><code>module_schedule: {from: '50 10 * * *', to: '0 11 * * *' },
</code></pre>
<p dir="auto">It is now 10:45am on Saturday. Yet the module will not show at 10:50am and the logs shows this:</p>
<pre><code>MMM-ModuleScheduler is scheduling MMM-MyWastePickup using "50 10 * * *" and "0 11 * * *" with dim level undefined
MMM-ModuleScheduler is hiding MMM-MyWastePickup
MMM-ModuleScheduler has scheduled MMM-MyWastePickup
MMM-ModuleScheduler will next show MMM-MyWastePickup at Fri Aug 31 2018 10:50:00 GMT-0700 (PDT)
MMM-ModuleScheduler will next hide MMM-MyWastePickup at Fri Aug 31 2018 11:00:00 GMT-0700 (PDT)
</code></pre>
<p dir="auto">No matter what I put in the cron expression, it always starts hidden and doesn’t get scheduled until next Friday. I installed it yesterday and it was working but I suspect it’s because yesterday was, you guessed it, FRIDAY.</p>
<p dir="auto">If I set up a schedule for:</p>
<pre><code>module_schedule: {from: '0 8 * * SAT', to: '0 11 * * MON' },
</code></pre>
<p dir="auto">Then it will be scheduled for next Saturday but not today:</p>
<pre><code>MMM-ModuleScheduler will next show MMM-MyWastePickup at Sat Sep 01 2018 08:00:00 GMT-0700 (PDT)
MMM-ModuleScheduler will next hide MMM-MyWastePickup at Mon Sep 03 2018 11:00:00 GMT-0700 (PDT)
</code></pre>
<p dir="auto">If I schedule to for Monday, then it will be scheduled for the following Monday:</p>
<pre><code>MMM-ModuleScheduler is scheduling MMM-MyWastePickup using "0 8 * * MON" and "0 11 * * MON" with dim level undefined
MMM-ModuleScheduler is hiding MMM-MyWastePickup
MMM-ModuleScheduler has scheduled MMM-MyWastePickup
MMM-ModuleScheduler will next show MMM-MyWastePickup at Mon Sep 03 2018 08:00:00 GMT-0700 (PDT)
MMM-ModuleScheduler will next hide MMM-MyWastePickup at Mon Sep 03 2018 11:00:00 GMT-0700 (PDT)
</code></pre>
<p dir="auto">Any idea what to look for ? The time is correct on my system.</p>
<p dir="auto">Thanks!!</p>
]]></description><link>https://forum.magicmirror.builders/topic/8652/mmm-modulescheduler-scheduling-issue</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 18:37:11 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8652.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Aug 2018 18:05:45 GMT</pubDate><ttl>60</ttl></channel></rss>