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.

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

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 1.3k 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.
    • I Offline
      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
      • ? Offline
        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 Offline
          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy