MagicMirror Forum

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

    show jsontable by user using Face Reco DNN

    Showcase
    2
    7
    121
    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.
    • J
      jubair last edited by

      Hello all

      I am beginner in magic mirror i want show information of each user by their face, for example each employee can see his information using his face.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @jubair last edited by

        @jubair you will have to use the MMM-FaceReco-DNN module to enable displaying unique module combos by person

        Sam

        Create a working config
        How to add modules

        J S 2 Replies Last reply Reply Quote 0
        • J
          jubair @sdetweil last edited by

          @sdetweil i already add it and used jsontable to store the information of the employees but now i want to show each employee his information by their face

          J 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @sdetweil last edited by

            @sdetweil MagicMirror can only show or hide modules

            FaceReco uses the module config ‘classes’ to group modules by ‘person’…

            if u want different content by user you have to install an instance of jsontable for each user all at once… MM only loads modules at startup. then use the classes: parm to connect each to the appropriate ‘user’

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • J
              jubair @jubair last edited by

              @jubair thank you sdetweil for your idea.
              do i need to duplicate jsontable config in config.js?? or there is another way to do it??

              S 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @jubair last edited by sdetweil

                @jubair yes, u have to duplicate… no other way (hopefully the module supports multiple instances, yes as long as the urls are unique)

                all instances are loaded all the time at startup… and may refresh in the background, depending on how smart the module is

                 {
                      module:"MMM-JsonTable"
                      position: .....,
                      classes:"fred"
                      config:{
                            .....
                      }
                 },
                 {
                      module:"MMM-JsonTable"
                      position: .....,
                      classes:"sue"
                      config:{
                            .....
                      }
                 },
                 {
                      module:"MMM-JsonTable"
                      position: .....,
                      classes:"fred"
                      config:{
                            .....
                      }
                 },
                 {
                      module:"MMM-JsonTable"
                      position: .....,
                      classes:"bob"
                      config:{
                            .....
                      }
                 }
                

                Sam

                Create a working config
                How to add modules

                J 1 Reply Last reply Reply Quote 0
                • J
                  jubair @sdetweil last edited by

                  @sdetweil I am thankful, i will try it

                  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