<?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[Screen "offline" during specific time of day]]></title><description><![CDATA[<p dir="auto">Hey guys</p>
<p dir="auto">Besides using some kind of wake module, is it possible to just set MM up be shown during specific times of a day or maybe darken the screen during night time?</p>
<p dir="auto">Thanks a lot</p>
]]></description><link>https://forum.magicmirror.builders/topic/19864/screen-offline-during-specific-time-of-day</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 20:02:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19864.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Sep 2025 15:50:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Screen "offline" during specific time of day on Sun, 07 Sep 2025 15:10:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a> My module <a href="https://github.com/rkorell/MMM-PresenceScreenControl" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-PresenceScreenControl</a> Offers a comfortable way to switch on or off during defined times - as much as you like per day as much days as you like.</p>
<p dir="auto">Regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/128157</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128157</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Sun, 07 Sep 2025 15:10:17 GMT</pubDate></item><item><title><![CDATA[Reply to Screen "offline" during specific time of day on Sun, 07 Sep 2025 00:27:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a><br />
You can set crontab -e to stop mm .<br />
Here is the lines from my crontab -e</p>
<pre><code># Turn off display Sunday - Thursday at 21h00
00 21 * * 0-4 /usr/local/bin/pm2 stop all
# Turn off display Friday - Saturday at 21h00
00 21 * * 5,6 /usr/local/bin/pm2 stop all
# Turn on screen Monday - Friday at 6h45
45 06 * * 1-5 /usr/local/bin/pm2 start mm
# Turn on screen Saturday - Sunday at 7h30
30 07 * * 6,0 /usr/local/bin/pm2 start mm
</code></pre>
<p dir="auto">My screen has no background and is black in color,  then I set my bar to black with gray letters.  That way when MM is not running the screen is really dark .<br />
works pretty well for night time.  Your mileage may vary…</p>
]]></description><link>https://forum.magicmirror.builders/post/128154</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128154</guid><dc:creator><![CDATA[plainbroke]]></dc:creator><pubDate>Sun, 07 Sep 2025 00:27:43 GMT</pubDate></item><item><title><![CDATA[Reply to Screen "offline" during specific time of day on Sat, 06 Sep 2025 16:56:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a> that is not built in to the base</p>
<p dir="auto">There are addon modules that can do that I think<br />
See the 3rd party list linked in the top menu</p>
]]></description><link>https://forum.magicmirror.builders/post/128150</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128150</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 06 Sep 2025 16:56:25 GMT</pubDate></item></channel></rss>