MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    [Facial Recognition] Recognizes name but does't load modules

    Troubleshooting
    2
    3
    1062
    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.
    • I
      iamoric last edited by

      Hi,

      I’m trying to install the Facial Recognition module from @paviro, but I have some problem with it.
      The facial recognition works well, I can see in the console some messages like

      User iamoric with confidence xxxx logged in
      

      The problem is that the modules aren’t loaded, nothing change on the mirror

      My config is the following :

      {
      	module: 'MMM-Facial-Recognition',
      	config: {
                      recognitionAlgorithm: 1,
      		lbphThreshold: 50,
      		fisherThreshold: 250,
      		eigenThreshold: 3000,
      	        useUSBCam: false,
      		trainingFile: 'modules/MMM-Facial-Recognition/training.xml',
      		interval: 2,
      		logoutDelay: 15,
      		users: ['iamoric'],
      		defaultClass: 'default',
      		everyoneClass: 'everyone',
      		welcomeMessage: true
      	}
      },
      

      and for example :

      {
      	module: 'clock',
              position: top-center,
              classes: 'default everyone'
      },
      {
      	module: 'compliments',
              position: lower_third,
              classes: 'iamoric'
      },
      

      The clock is displayed correctly, but the compliments’ module isn’t displayed.

      What am i doing wrong?

      Thanks for your help

      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @iamoric last edited by A Former User

        @iamoric I didn’t use those modules. But as I know, you need to use ProfileSwitcher for changing profiles.
        FacialRecognition is just for detecting user, changing profile is job of ProfileSwithcer, I guess…

        Ignore me. I was wrong. FacialRecognition has show-and-hide itself.

        1 Reply Last reply Reply Quote 0
        • I
          iamoric last edited by

          No one to help me ?

          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