<?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-AutoDimmer]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/Fifteen15Studios/MMM-AutoDimmer" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Fifteen15Studios/MMM-AutoDimmer</a></p>
<p dir="auto">I made this module because my MM is in my living room, and at night it’s really bright. I found a module that would dim at sunset and brighten at sunrise, but I wanted more control than that. So I forked it and started modifying it.</p>
<p dir="auto">With MMM-AutoDimmer, you can set schedules with a time to dim, a time to brighten, and how much to dim. You can have multiple schedules so that, for example, it dims at night and it also dims while you’re at work.</p>
<p dir="auto">The latest version also can react to notifications. I use this in conjunction with a module for HomeAssistant. In my case, I have a schedule that is active 24/7, but only when it receives a notification that my phone is not connected to my home wi-fi. HomeAssistant knows when my phone is connected to my home wi-fi and sends a notification stating whether or not I’m connected. If I’m not connected, the schedule enables and it dims fully (essentially turning off the monitor) to save energy while I’m not home. When I reconnect to wi-fi, that schedule is disabled and it is bright again.</p>
<p dir="auto">The Home Assistant module can be found here: <a href="https://github.com/Fifteen15Studios/MMM-homeassistant-sensors" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Fifteen15Studios/MMM-homeassistant-sensors</a><br />
(It’s also linked on the GitHub page for MMM-AutoDimmer)</p>
]]></description><link>https://forum.magicmirror.builders/topic/17741/mmm-autodimmer</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 02:44:49 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17741.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Apr 2023 18:28:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-AutoDimmer on Wed, 14 Feb 2024 03:48:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fifteen15studios" aria-label="Profile: Fifteen15Studios">@<bdi>Fifteen15Studios</bdi></a> great thought on the Friday schedule carrying over. I’ve adjusted tat. It seemed to brighten both weekend mornings, but my kiddos did have me up early and distracted, so I will have to test it more. Thanks for the suggestion!</p>
]]></description><link>https://forum.magicmirror.builders/post/115590</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115590</guid><dc:creator><![CDATA[Como]]></dc:creator><pubDate>Wed, 14 Feb 2024 03:48:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AutoDimmer on Sat, 10 Feb 2024 14:15:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/como" aria-label="Profile: Como">@<bdi>Como</bdi></a> is it brightening early on just Saturday, or both Saturday and Sunday?</p>
<p dir="auto">My guess is that the Friday schedule is going from Friday night to Saturday morning, which means it would brighten early on Saturday. Then the Saturday and Sunday schedules go into Sunday morning and Monday morning. So you may want to change the days on the schedules to go from Sunday - Thursday, and Friday - Saturday and see if that helps.</p>
]]></description><link>https://forum.magicmirror.builders/post/115476</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115476</guid><dc:creator><![CDATA[Fifteen15Studios]]></dc:creator><pubDate>Sat, 10 Feb 2024 14:15:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AutoDimmer on Sat, 10 Feb 2024 12:52:41 GMT]]></title><description><![CDATA[<p dir="auto">I’m hoping you may be able to help me also. Based on your response to <a class="plugin-mentions-user plugin-mentions-a" href="/user/lif" aria-label="Profile: lif">@<bdi>lif</bdi></a> I removed the default schedule which helped with making sure my screen brightens at the correct time. I also tried to add in later times for the weekend when my family tends to sleep in, but it is still brightening at the weekday times.  I’ve included my config below. Of note, the default times in the MMM-AutoDimmer.js file have been set to match my Saturday and Sunday times and the screen is still brightening too early.</p>
<pre><code>module: 'MMM-AutoDimmer',
position: 'fullscreen_above',
header: '',
// Don't change anything above this line
config: {
  schedules: [
      {
      days: ["Sunday","Saturday"],
      dimTime:2000,
      brightTime:700
            },
    {
      days: ["Monday","Tuesday","Wednesday","Thursday","Friday"],
      dimTime: 1930,
      brightTime: 0530
      // defaults are used for values that are not explicitly set
      }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/115468</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115468</guid><dc:creator><![CDATA[Como]]></dc:creator><pubDate>Sat, 10 Feb 2024 12:52:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AutoDimmer on Fri, 19 Jan 2024 09:54:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fifteen15studios" aria-label="Profile: Fifteen15Studios">@<bdi>Fifteen15Studios</bdi></a></p>
<p dir="auto">Thank you very much for your reply, I’ll see if that works later tonight.</p>
<p dir="auto">Best regards</p>
]]></description><link>https://forum.magicmirror.builders/post/114728</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114728</guid><dc:creator><![CDATA[lif]]></dc:creator><pubDate>Fri, 19 Jan 2024 09:54:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AutoDimmer on Thu, 18 Jan 2024 22:07:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lif" aria-label="Profile: lif">@<bdi>lif</bdi></a> It looks like you have the default schedule as well as your own schedule. That means that it’s going to dim from 8pm-7am (20:00-07:00) every day (which is the default schedule) and your schedule is setting it to also dim from 11:30pm-7:30am (23:30-7:30) Mon-Fri.</p>
<p dir="auto">Since these schedules overlap, it’s going to be dim from 8pm-7:30am (20:00-07:30) Mon-Fri and 8pm-7am (20:00-7:00) Sat and Sun</p>
<p dir="auto">If you only want your schedule, simply remove this line:</p>
<pre><code>{}, // default schedule - 8pm to 7am daily
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114720</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114720</guid><dc:creator><![CDATA[Fifteen15Studios]]></dc:creator><pubDate>Thu, 18 Jan 2024 22:07:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AutoDimmer on Thu, 18 Jan 2024 20:14:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fifteen15studios" aria-label="Profile: Fifteen15Studios">@<bdi>Fifteen15Studios</bdi></a></p>
<p dir="auto">Hi,</p>
<p dir="auto">Thanks for creating this, I’ve installed it and while it dims and brightens, it doesn’t do it at the times I set-up in config.js</p>
<pre><code class="language-js"> {
    module: 'MMM-AutoDimmer',
    position: 'fullscreen_above',
    header: '',
  // Don't change anything above this line
    config: {
      schedules: [
        {}, // default schedule - 8pm to 7am daily
        {
        // will dim to default level of 0.9, from 8am to 5pm, Mon-Fri
          days: ["Monday","Tuesday","Wednesday","Thursday","Friday"],
          dimTime: 2330,
          brightTime: 730
        // defaults are used for values that are not explicitly set
        }
      ]
    }
  },
</code></pre>
<p dir="auto">Sorry, I don’t know what time it is actually dimming, the monitor is in my office but is it possible it’s taking the times from another Time Zone? I’m in CET.</p>
<p dir="auto">Best regards</p>
]]></description><link>https://forum.magicmirror.builders/post/114713</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114713</guid><dc:creator><![CDATA[lif]]></dc:creator><pubDate>Thu, 18 Jan 2024 20:14:50 GMT</pubDate></item></channel></rss>