<?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-Scheduler - Optimize schedule]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I use the MMM-Scheduler to display/hide some modules. I need 3 programmations</p>
<ul>
<li>6:00 to 9:00 from monday to friday</li>
</ul>
<pre><code>{from: '0 6 * * 1-5', to: '0 9 * * 1-5'}
</code></pre>
<ul>
<li>All day of the week end</li>
</ul>
<pre><code>{from: '* 0 * * SAT', to: '59 23 * * SUN'},
</code></pre>
<ul>
<li>And “others” (so monday to friday between 0:00 and 9:00 and between 9:00 and 0:00)</li>
</ul>
<pre><code>{from: '0 9 * * 1-5', to: '59 23 * * 1-5'},
{from: '* 0 * * 1-5', to: '59 5 * * 1-5'}
</code></pre>
<p dir="auto">but I think it’s not very optimized…<br />
How would you do ?</p>
<p dir="auto">Thank you for your help ! :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/16623/mmm-scheduler-optimize-schedule</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 15:18:01 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16623.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Apr 2022 20:06:26 GMT</pubDate><ttl>60</ttl></channel></rss>