<?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]]></title><description><![CDATA[<p dir="auto">I have a working mirror. Now I would like to have an image from a folder displayed at a certain time of the day.</p>
<p dir="auto">The MMM-ModuleScheduler module seems to be able to do this to me, but I can’t get it to work.</p>
<p dir="auto">Nothing is happening here. Does anyone have a tip for me?</p>
<p dir="auto">Thank you.</p>
<pre><code>modules: [
    {
       module: "alert",
      module: "MMM-ModuleScheduler",
	  },
     
//Backround    
    {
      module: "MMM-Wallpaper",
      position: "fullscreen_below",
      config: {
      source: "local:/home/pi/MagicMirror/pic/",
      slideInterval: 600 * 1000
    }
    },
    
//Overlay   
    {
      module: 'MMM-ModuleScheduler',
      config: {
      module: "MMM-Wallpaper",
      position: "fullscreen_above",
      config: { 
      module_schedule: {from: "0 18 * * *", to: "0 19 * * *" },
      source: "local:/home/pi/MagicMirror/pic2/",
      slideInterval: 600 * 1000  
      }
      } 
    },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19397/mmm-modulescheduler</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 20:58:22 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19397.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Feb 2025 09:35:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-ModuleScheduler on Sun, 02 Feb 2025 12:25:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/old_death" aria-label="Profile: Old_Death">@<bdi>Old_Death</bdi></a> I do not know this module specifically</p>
<p dir="auto">But some things</p>
<p dir="auto">At the top you have two module:<br />
In js this is allowed, but the last one wins</p>
<p dir="auto">This means you have  two instances of the schedule module</p>
<p dir="auto">About MagicMirror , this is called a single page web application<br />
We can only show or hide content.  Pages, carousel, voice reco, profile switcher and module scheduler hide and show modules for different  purposes</p>
<p dir="auto">As I understand it  the scheduler module looks at the individual modules for a property to describe when it should be shown ( from-to)</p>
<p dir="auto">Scheduler has no ui of its own. So all info about images etc belong to the module that can display them. So all those parms need to move</p>
<p dir="auto">And the targeted modules  do not KNOW anything about Scheduler, they will be shown or hidden<br />
Any properties added to be used by another module are unknown</p>
]]></description><link>https://forum.magicmirror.builders/post/123642</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123642</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Feb 2025 12:25:52 GMT</pubDate></item></channel></rss>