MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Face recognition help

    Troubleshooting
    2
    2
    444
    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
      Blauenfeldt last edited by

      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
      • nischi
        nischi last edited by

        @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
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy