<?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[Switching MMM-pages with MMM-ModuleScheduler]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I’m trying to switch the pages with ModuleScheduler. But it doesn’t change the page, it just “leaves” the pages (no page highlighted in page indicator, no page shown). Any hints whats wrong with my config.js?</p>
<pre><code>        {
        module: 'MMM-ModuleScheduler',
		config: {
            		notification_schedule: [
               	{notification: 'PAGE_CHANGED', schedule: '0 7 * * 1-5', payload: {type: "notification", message: 0}},
                	{notification: 'PAGE_CHANGED', schedule: '30 5 * * 1-5', payload: {type: "notification", messsage: 1}}
           	 				]
        		}	
	},
</code></pre>
<p dir="auto">Regards<br />
Jan</p>
]]></description><link>https://forum.magicmirror.builders/topic/11845/switching-mmm-pages-with-mmm-modulescheduler</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 04:09:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11845.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Dec 2019 10:46:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Switching MMM-pages with MMM-ModuleScheduler on Sun, 29 Sep 2024 09:00:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davidboisducafe" aria-label="Profile: davidboisducafe">@<bdi>davidboisducafe</bdi></a> Thanks. And also still running on my mirror.</p>
]]></description><link>https://forum.magicmirror.builders/post/120040</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120040</guid><dc:creator><![CDATA[rabbit83ka]]></dc:creator><pubDate>Sun, 29 Sep 2024 09:00:57 GMT</pubDate></item><item><title><![CDATA[Reply to Switching MMM-pages with MMM-ModuleScheduler on Thu, 26 Sep 2024 11:22:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rabbit83ka" aria-label="Profile: rabbit83ka">@<bdi>rabbit83ka</bdi></a> Thank you for your post, I was struggling to figure this out. Still relevant after five years!</p>
]]></description><link>https://forum.magicmirror.builders/post/120010</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120010</guid><dc:creator><![CDATA[davidboisducafe]]></dc:creator><pubDate>Thu, 26 Sep 2024 11:22:35 GMT</pubDate></item><item><title><![CDATA[Reply to Switching MMM-pages with MMM-ModuleScheduler on Thu, 26 Dec 2019 08:25:56 GMT]]></title><description><![CDATA[<p dir="auto">The solution is that the payload has to be just the number of the page, so</p>
<pre><code>{notification: 'PAGE_CHANGED', schedule: '0 7 * * 1-5', payload: 1},
</code></pre>
<p dir="auto">does the trick. Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/edward-shen" aria-label="Profile: edward-shen">@<bdi>edward-shen</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/66593</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66593</guid><dc:creator><![CDATA[rabbit83ka]]></dc:creator><pubDate>Thu, 26 Dec 2019 08:25:56 GMT</pubDate></item></channel></rss>