<?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-AmbientBrightnessDetection]]></title><description><![CDATA[<p dir="auto"><strong>Brightness Detection and Auto-Brightness</strong></p>
<p dir="auto">Please see a module that samples images from a webcam to calculate the ambient brightness of the light in the room, sends a matching notification with the light level in percentage, while also (optionally) sends a notification to the MMM-RemoteControl to adjust the brightness of the screen accordingly (using that module’s brightness range of 10-200).</p>
<p dir="auto">The module samples one image every predefined interval (defaults to 1 minute), and currently supports (and tested over) USB Webcams, while I plan to add support for the PI camera module, which I do not currently have handy, but soon.</p>
<p dir="auto">Hope you’d like it. It was born because the mirror was too bright for me at night, or too dim in the daylight, and I wanted to create auto-brightness.</p>
<p dir="auto">I’d appreciate your tests and comments!</p>
<p dir="auto"><a href="https://github.com/eric-h-st/MMM-AmbientBrightnessDetection" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eric-h-st/MMM-AmbientBrightnessDetection</a></p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.magicmirror.builders/topic/13346/mmm-ambientbrightnessdetection</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 14:30:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13346.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Jul 2020 07:07:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-AmbientBrightnessDetection on Fri, 31 Jul 2020 05:56:58 GMT]]></title><description><![CDATA[<p dir="auto"><strong>UPDATE:</strong> Now supporting the PI camera, as well as configuring which camera to use, if not the default</p>
]]></description><link>https://forum.magicmirror.builders/post/79409</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79409</guid><dc:creator><![CDATA[Eric_H]]></dc:creator><pubDate>Fri, 31 Jul 2020 05:56:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AmbientBrightnessDetection on Mon, 27 Jul 2020 15:45:18 GMT]]></title><description><![CDATA[<p dir="auto"><strong>UPDATE:</strong><br />
Now supporting displaying and animating brightness changes at the top of the screen.<br />
<img src="/assets/uploads/files/1595864700570-screenshot.png" alt="screenshot.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/79222</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79222</guid><dc:creator><![CDATA[Eric_H]]></dc:creator><pubDate>Mon, 27 Jul 2020 15:45:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AmbientBrightnessDetection on Sat, 25 Jul 2020 15:01:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eric_h" aria-label="Profile: Eric_H">@<bdi>Eric_H</bdi></a> said in <a href="/post/79136">MMM-AmbientBrightnessDetection</a>:</p>
<blockquote>
<p dir="auto"><strong>Next to be added:</strong></p>
<ul>
<li>
<p dir="auto">Configurable factor to be added to the brightness level sent to MMM-RemoteControl, to make the brightness range more visible in extreme light/dark cases.</p>
</li>
<li>
<p dir="auto">CEC support to change the actual brightness of the monitor, if supported.</p>
</li>
<li>
<p dir="auto">PI camera module support</p>
</li>
</ul>
</blockquote>
<p dir="auto">** Now also supported: **</p>
<ul>
<li>Configurable factor to be added to the brightness level sent to MMM-RemoteControl, to make the brightness range more visible in extreme light/dark cases.</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/79140</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79140</guid><dc:creator><![CDATA[Eric_H]]></dc:creator><pubDate>Sat, 25 Jul 2020 15:01:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AmbientBrightnessDetection on Sat, 25 Jul 2020 13:57:19 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Next to be added:</strong></p>
<ul>
<li>
<p dir="auto">Configurable factor to be added to the brightness level sent to MMM-RemoteControl, to make the brightness range more visible in extreme light/dark cases.</p>
</li>
<li>
<p dir="auto">CEC support to change the actual brightness of the monitor, if supported.</p>
</li>
<li>
<p dir="auto">PI camera module support</p>
</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/79136</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79136</guid><dc:creator><![CDATA[Eric_H]]></dc:creator><pubDate>Sat, 25 Jul 2020 13:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AmbientBrightnessDetection on Sat, 25 Jul 2020 13:52:45 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> .</p>
<ul>
<li>I control the brightness by sending a notification to the <strong>MMM-RemoteControl</strong> module (code already written and working, no reason to re-invent), found <a href="https://github.com/Jopyth/MMM-Remote-Control" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</li>
<li>Since the brightness is set programmatic ally via css in that module, I’m not sure how various monitors would react, but I tested on three here, including the one behind the mirror, and they seem to work quite the same.</li>
<li>I’m taking a single shot once every configurable interval, with a default of 60 seconds.</li>
</ul>
<p dir="auto">Hope I answered all of your questions.</p>
<p dir="auto">Eric</p>
]]></description><link>https://forum.magicmirror.builders/post/79135</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79135</guid><dc:creator><![CDATA[Eric_H]]></dc:creator><pubDate>Sat, 25 Jul 2020 13:52:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AmbientBrightnessDetection on Sat, 25 Jul 2020 13:46:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eric_h" aria-label="Profile: Eric_H">@<bdi>Eric_H</bdi></a> cool. some questions</p>
<p dir="auto">how do u control the brightness? do all monitors/TV’s respond the same way?</p>
<p dir="auto">I have some software already connected to  my webcam, are u just taking screen shots?  how many images do u need at one time?</p>
]]></description><link>https://forum.magicmirror.builders/post/79133</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79133</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 25 Jul 2020 13:46:21 GMT</pubDate></item></channel></rss>