A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Face recognition help
-
So i have tried some different facial recognition, and found the one, that works best for my needs - MMM-Face-Reco-DNN
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?
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.Is that possible?
Best regards
Blauenfeldt -
Yes thats possible, you need to work with the classes as i wrote in the documentation.
{ 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' }