<?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[Face recognition help]]></title><description><![CDATA[<p dir="auto">So i have tried some different facial recognition, and found the one, that works best for my needs - MMM-Face-Reco-DNN<br />
It’s works fine, they all do, but i was wondering, if it was possible to make the mirror show modules all the time, and the change them, according to who is in from?<br />
Basically have the clock and weather showing all the time, and then when I walk in front of it, it would start showing my calendar, newsfeed and other stuff, and when i walk away, it will only show clock and weather again.</p>
<p dir="auto">Is that possible?</p>
<p dir="auto">Best regards<br />
Blauenfeldt</p>
]]></description><link>https://forum.magicmirror.builders/topic/11312/face-recognition-help</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 23:49:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11312.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Oct 2019 15:43:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Face recognition help on Tue, 08 Oct 2019 08:47:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blauenfeldt" aria-label="Profile: Blauenfeldt">@<bdi>Blauenfeldt</bdi></a></p>
<p dir="auto">Yes thats possible, you need to work with the classes as i wrote in the documentation.</p>
<pre><code>{
    module: 'clock',
    position: 'top_left',
    //Set your classes here seperated by a space.
    //Shown for all users
    classes: 'default everyone'
},
{
    module: 'example_module2',
    position: 'top_left',
    //Only shown for name1
    classes: 'thierry james'
},
{
    module: 'example_module',
    position: 'top_right',
    //Only shown for name1
    classes: 'james'
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62376</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62376</guid><dc:creator><![CDATA[nischi]]></dc:creator><pubDate>Tue, 08 Oct 2019 08:47:05 GMT</pubDate></item></channel></rss>