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.

    show jsontable by user using Face Reco DNN

    Scheduled Pinned Locked Moved Showcase
    7 Posts 2 Posters 850 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.
    • J Offline
      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 Do not disturb
        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

        How to add modules

        learning how to use browser developers window for css changes

        J S 2 Replies Last reply Reply Quote 0
        • J Offline
          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 Do not disturb
            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

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • J Offline
              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 Do not disturb
                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

                How to add modules

                learning how to use browser developers window for css changes

                J 1 Reply Last reply Reply Quote 0
                • J Offline
                  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 Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy