• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Face recognition help

Scheduled Pinned Locked Moved Solved Troubleshooting
2 Posts 2 Posters 715 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    Blauenfeldt
    last edited by Oct 7, 2019, 3:43 PM

    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

    1 Reply Last reply Reply Quote 0
    • N Offline
      nischi
      last edited by Oct 8, 2019, 8:47 AM

      @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'
      }
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy