<?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[Problems with MMM-ModuleScheduler]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I have a problem with the module MMM-ModuleScheduler on my new Reaspberrys PI 4</p>
<p dir="auto">I crated my Mirror no a Pi3 with a working config.js.<br />
Now on the PI4 i creaded the Mirror with a fresh raspian buster os and a fresh Mirror (V2.11) and all my favrorit modules. Everything works fine but …</p>
<p dir="auto">When i use the Module MMM-ModuleScheduler and i disable the Screen in the power interface with the option “Turn monitor OFF” it works very well, but “Turn monitor ON” wont work. The Display stays blank.</p>
<p dir="auto">The same problem in my config.js</p>
<pre><code>    {
      module: 'MMM-ModuleScheduler',
      header: '',
      config: {
        notification_schedule: [
          {
            notification: 'REMOTE_ACTION',
            schedule: '00 5 * * *',
            payload: {
              action: 'MONITORON'
            }
          },
          {
            notification: 'REMOTE_ACTION',
            schedule: '30 22 * * *',
            payload: {
              action: 'MONITOROFF'
            }
          },
          {
            notification: 'REMOTE_ACTION',
            schedule: '0 4 * * SUN',
            payload: {
              action: 'RESTART'
            }
          }
        ]
      }
    },

</code></pre>
<p dir="auto">On my Pi 3 it works very well. but on the Pi4 the Display switch to “Blank Screen” but doesn`t wake up.</p>
<p dir="auto">Has anyone a hit oder fix for me ???</p>
<p dir="auto">Best Regards,<br />
Sandy2503</p>
]]></description><link>https://forum.magicmirror.builders/topic/14182/problems-with-mmm-modulescheduler</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 06:09:05 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14182.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Dec 2020 18:17:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems with MMM-ModuleScheduler on Sun, 06 Dec 2020 14:18:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sandy2503" aria-label="Profile: Sandy2503">@<bdi>Sandy2503</bdi></a> well, they are there</p>
<pre><code>
        monitorControl: function(action, opts, res) {
            let status = "unknown";
            let offArr = ["false","TV is Off","standby"];
            let monitorOnCommand = (this.initialized &amp;&amp; "monitorOnCommand" in this.thisConfig.customCommand) ?
                this.thisConfig.customCommand.monitorOnCommand :
                "tvservice --preferred &amp;&amp; sudo chvt 6 &amp;&amp; sudo chvt 7";
            let monitorOffCommand = (this.initialized &amp;&amp; "monitorOffCommand" in this.thisConfig.customCommand) ?
                this.thisConfig.customCommand.monitorOffCommand :
                "tvservice -o";
            let monitorStatusCommand = (this.initialized &amp;&amp; "monitorStatusCommand" in this.thisConfig.customCommand) ?
                this.thisConfig.customCommand.monitorStatusCommand :
                "tvservice --status";
</code></pre>
<p dir="auto">just not in the same form…</p>
<p dir="auto">also,  the doc describes how to specify different ones without changing the code<br />
<a href="https://github.com/Jopyth/MMM-Remote-Control#using-custom-commands" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jopyth/MMM-Remote-Control#using-custom-commands</a></p>
]]></description><link>https://forum.magicmirror.builders/post/85474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85474</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 06 Dec 2020 14:18:53 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with MMM-ModuleScheduler on Sun, 06 Dec 2020 12:54:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> - the fix thems to be for the old Version 1.x of RemoteControl &amp; Scheduler.</p>
<p dir="auto">In my node_helper.js i find NO entrys like the posted from the link. :-(</p>
<p dir="auto">Best Regards</p>
]]></description><link>https://forum.magicmirror.builders/post/85469</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85469</guid><dc:creator><![CDATA[Sandy2503]]></dc:creator><pubDate>Sun, 06 Dec 2020 12:54:34 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with MMM-ModuleScheduler on Sun, 06 Dec 2020 12:54:51 GMT]]></title><description><![CDATA[<p dir="auto">thanks for the fast replay - i have searched but i havn`t found this post .<br />
I will test it tomorrow.</p>
<p dir="auto">Best Regards</p>
]]></description><link>https://forum.magicmirror.builders/post/85460</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85460</guid><dc:creator><![CDATA[Sandy2503]]></dc:creator><pubDate>Sun, 06 Dec 2020 12:54:51 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with MMM-ModuleScheduler on Sat, 05 Dec 2020 20:44:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sandy2503" aria-label="Profile: Sandy2503">@<bdi>Sandy2503</bdi></a> a little search does wonders</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/9257/mmm-remote-control-fix-monitor-on-off-tvservice-vcgencmd?_=1607200718668">https://forum.magicmirror.builders/topic/9257/mmm-remote-control-fix-monitor-on-off-tvservice-vcgencmd?_=1607200718668</a></p>
]]></description><link>https://forum.magicmirror.builders/post/85457</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85457</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 05 Dec 2020 20:44:07 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with MMM-ModuleScheduler on Sat, 05 Dec 2020 18:39:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> - i don`t remember …</p>
]]></description><link>https://forum.magicmirror.builders/post/85453</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85453</guid><dc:creator><![CDATA[Sandy2503]]></dc:creator><pubDate>Sat, 05 Dec 2020 18:39:49 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with MMM-ModuleScheduler on Sat, 05 Dec 2020 18:30:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sandy2503" aria-label="Profile: Sandy2503">@<bdi>Sandy2503</bdi></a> yes. This has been reported before. Don’t rember the solution. Change command as I recall</p>
]]></description><link>https://forum.magicmirror.builders/post/85452</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85452</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 05 Dec 2020 18:30:42 GMT</pubDate></item></channel></rss>