<?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[Topics tagged with night mode]]></title><description><![CDATA[A list of topics that have been tagged with night mode]]></description><link>https://forum.magicmirror.builders/tags/night mode</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 20:26:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/tags/night mode.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Dec 2020 02:09:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Unable to get MMM-ModuleScheduler to work]]></title><description><![CDATA[Hello eveyone.
I’m building my first mirror and while I’m not a programmer I was able to get my mirror looking how I wanted thanks to some great modules.
I’m trying now to create a rule that will decrease birghtness after a certain hour. I installed MMM-ModuleScheduler but can’t get it to work correctly.
I’ve tried 2 different approaches. First I tried using the dimmer option, like shown below:
{
       module: 'MMM-ModuleScheduler',
       config: {
           // SHOW ALL MODULES AT 06:00 AND DIM THEM TO 40% AT 22:00
           global_schedule: {from: '0 6 * * *', to: '0 22 * * *', dimLevel: '40' },
       }

This did indeed dim the screen but no in the required times. I’ve tried, for example putting interval from 18:30 to 18:35, dim 10%. After this code the screen dimmed. I then waited for 18:30 and then 18:35 to see if screen would light up but it didn’t.
I’m now trying to create a setting to change brightness (and if that work I’ll create another one) by using the following:
{
   module: 'MMM-ModuleScheduler',
   position: 'bottom_right',
   header: '',
   config: {
     notification_schedule: [
       {
         notification: 'REMOTE_ACTION',
         schedule: '50 22 * * *',
         payload: {
           action: 'BRIGHTNESS',
           value: '100'
         }
       }
     ]
   }
 },

But that didn’t work as well. I’ve tried setting a specific time to decrease darkness and nothing happened. I then decreased darkness and created a setting to increase it but no success.
I’ve seen in some posts people mentioning to get logs but I could not get log specifically for this module. My MMM-Remote-Control is working flawlessly.
Any help is appreciated.
Thanks.
]]></description><link>https://forum.magicmirror.builders/topic/14281/unable-to-get-mmm-modulescheduler-to-work</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/14281/unable-to-get-mmm-modulescheduler-to-work</guid><dc:creator><![CDATA[Bira]]></dc:creator><pubDate>Wed, 23 Dec 2020 02:09:01 GMT</pubDate></item></channel></rss>