• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Windows tablet smart mirror

Scheduled Pinned Locked Moved General Discussion
15 Posts 4 Posters 5.1k Views 4 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.
  • S Offline
    Shinobi
    last edited by Oct 21, 2018, 5:47 PM

    Thanks for the quick reply. There are some fingerprint scanners on aliexpress, that are compatible with Windows Hello… So do I understand correct, that MM will be installed in Windows, like a regular software and to see the interface, I just open the and go to the browser? It has nothing to do with the windows login, right?

    If yes, then I could run MM and rainmeter at the sime time, since rainmeter only gives Windows a custom skin with widgets…

    1 Reply Last reply Reply Quote 0
    • L Offline
      Lolololito
      last edited by Oct 21, 2018, 5:55 PM

      When I meant browser I meant Chromium.
      If you read the MagicMirror Github Readme you will see that it works with electron.
      Electron (https://electronjs.org/) is a very cool way of creating apps for the desktop by using html, css and js and then it is run in a chromium window.

      If you really want to use the fingerprint sensor what I would do is just use it as a way of unlocking the windows login as afterwards you would see the apps that were already open from before (fullscreen magic mirror).

      And in case you are still confused about using rainmeter and magicmirror at the same time… I would say it is not possible, unless you edit the background of the electron windows and make it transparent.

      I have made it in the past so I know it is possible, there are some solutions in stack overflow and if you research a bit you will be able to work it out.

      Good luck with your project!

      1 Reply Last reply Reply Quote 0
      • S Offline
        Shinobi
        last edited by Oct 21, 2018, 6:00 PM

        Thanks that helps me a lot. I guess I will first play with the locking/unlocking and behavior of the display and tablet itself, before using a smart mirror app. I will check out electron as well.

        J 1 Reply Last reply Oct 22, 2018, 4:24 AM Reply Quote 0
        • J Offline
          justjim1220 Module Developer @Shinobi
          last edited by Oct 22, 2018, 4:24 AM

          @shinobi

          When you do find a way to get VOICE and Facial recognition working in the Windows platform, PLEASE SHARE!!!

          I have been trying to figure it out for over a year now!

          "Life's Too Short To Dance With Ugly People"
          Jim Hallock - 1995

          S 1 Reply Last reply Oct 22, 2018, 6:45 AM Reply Quote 0
          • S Offline
            Shinobi @justjim1220
            last edited by Oct 22, 2018, 6:45 AM

            @justjim1220 I will do my best. I will also try to work with Voiceattack, to maybe bind a command to turn on the display or so…

            J S 2 Replies Last reply Oct 22, 2018, 7:14 AM Reply Quote 0
            • J Offline
              justjim1220 Module Developer @Shinobi
              last edited by Oct 22, 2018, 7:14 AM

              @shinobi

              I have found a few open source voice applications, BUT, I am pretty new at this stuff and have no idea how to incorporate them into MM.

              Some that I have found that are supposed to work with WIndows is Simon, HTK, & Sphinx4, just to name a few off what I have researched in the past year. I was pretty optimistic with Sphinx4 as most generally, the voice modules associated with MM are sphinx-based or use pocketSphinx. But, to get anything to work, I need more knowledge.

              I have been reading on them, but geez… way over my head… Yeah, I did try to stand up! Still higher than my learning. And I have a degree in computer programming. From 15 years ago, and have not used it since graduating. So, EVERYTHING is new to me!

              I have been dabbling with Ubuntu, and seems to be a little easier getting these modules to work. Even that is a relearning situation, haven’t messed with anything Linux-based for 15 years either.

              As much as I like Windows, I would like to see MM applications to be utilized with it. For now, I am getting ready to create a dual-boot with Ubuntu with my dev machine, so I can at least play with those modules that are not compatible with Windows at this time.

              I also tried to use a Windows tablet at one time, but it wasn’t compatible, too old of ARM to get anything installed on it. I have a NextBook waiting for me to repair in the hopes of being able to at least try to use it for MM.

              "Life's Too Short To Dance With Ugly People"
              Jim Hallock - 1995

              1 Reply Last reply Reply Quote 0
              • S Offline
                Shinobi
                last edited by Oct 22, 2018, 10:16 PM

                That doesn’t add a lot of confidence to my project, but thanks for the tips. I’m also not a programmer, but I have friends I always bother with my crazy plans… My goal is to really get a seamless integration and make a user friendly experience. If I can accomplish it, i’m happy to share the setup…

                1 Reply Last reply Reply Quote 0
                • S Away
                  sdetweil @Shinobi
                  last edited by Oct 22, 2018, 10:29 PM

                  @shinobi MMM-Voice module has command for display off/on. (Go to Sleep, and Please Wake up)

                  i have a module that does movement detection with webcam. and uses the same commands to turn off/on the display…

                  MMM-Voice also allows one to hide/show individual modules…

                  i use them both together.

                  MM is what is called a single page web application… just ONE web page is displayed, but the content of the page is constantly updated dynamically with javascript…

                  the MM execution model is pretty straight forward… any data u need to acquire is done with the node_helper of the module. and then the module file actually interacts with the browser, by supplying its segment of the display, wrapped in an html div.

                  the OS (linux, raspi, windows, apple…) none of them KNOW anything about MM… mm is just an app (web app), displaying full screen over the os desktop.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  S 1 Reply Last reply Oct 23, 2018, 7:25 PM Reply Quote 1
                  • S Offline
                    Shinobi @sdetweil
                    last edited by Oct 23, 2018, 7:25 PM

                    @sdetweil wow that sounds promising. I still have to get my hands on a win10 tablet… I prefer to buy it used ;). After that, I will play around with all kinds of your suggestions. I will share my build, once it’s done and works how i want it to. Will the MMM-Voice command also work, when the screen is locked in win10?

                    S J 2 Replies Last reply Oct 23, 2018, 7:39 PM Reply Quote 0
                    • S Away
                      sdetweil @Shinobi
                      last edited by Oct 23, 2018, 7:39 PM

                      @shinobi screen locked? I do not know, but doubt it

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        7/15
                        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