• 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.

Magic Mirror on Windows 8.1 tablet?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
windows8.1tablettouchscreen
24 Posts 5 Posters 12.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.
  • R Offline
    roxx
    last edited by Jan 22, 2019, 5:17 PM

    Hello everyone!!
    Friends, i am able to pinch and zoom in and zoom out in MM… is this normal??🤔🤔 … on my touchscreen windows tablet, while MM is running, i could zoom in & out, like we do with our pictures on our android mobile, gallery app, same thing…

    Havent read anywhere about zooming in/out so i feel its not normal…
    Video:https://drive.google.com/file/d/1KuSX0BZgdn48rbHTTupZ3Bmt-ZI7YZTc/view?usp=drivesdk

    Only a biker knows why dogs stick their head outside the window of a moving vehicle!!

    B 1 Reply Last reply Jan 22, 2019, 5:35 PM Reply Quote 0
    • B Offline
      bhepler Module Developer @roxx
      last edited by Jan 22, 2019, 5:35 PM

      @roxx - Well… the Magic Mirror framework is a web application at heart. Whether you’re viewing it via Chromium or Electron, it’s still just hosting a web page. So I think it’s normal. But I do think you’re the first person to try pinch zooming on a mirror.

      R 1 Reply Last reply Jan 23, 2019, 4:08 PM Reply Quote 0
      • R Offline
        roxx @bhepler
        last edited by Jan 23, 2019, 4:08 PM

        @bhepler
        Thanks!! I guess it good that i could zoom so we could read if something comes up too small!! 😃

        Only a biker knows why dogs stick their head outside the window of a moving vehicle!!

        1 Reply Last reply Reply Quote 0
        • R Offline
          roxx
          last edited by Jan 23, 2019, 4:15 PM

          Hello…!!
          Is it possible to run MM and also edit the config.js?? So that we could see the changes instantly… or atleast something like that…

          i cant access any thing on my touchscreen tablet once MM is started… i have to kill its process then i could come back to open windows, explorer, IE, notepad, etc… Because i have to start and kill MM hundred times after each time i edit the config.js file… Many times i make mistakes in the code, modules, typing and it doesn’t work…

          Only a biker knows why dogs stick their head outside the window of a moving vehicle!!

          B 1 Reply Last reply Jan 23, 2019, 8:35 PM Reply Quote 0
          • B Offline
            bhepler Module Developer @roxx
            last edited by Jan 23, 2019, 8:35 PM

            @roxx - Try installing the MMM-RemoteControl module and the associated mobile phone app. It should let you change/install all sorts of things from your phone.

            I don’t think Win8.1 enables RDP, so I think you would have to install either a VNC or SSH host on your tablet. That would let you have access to the file system from your regular computer to change your config.js. You can just hit your tablet from the web browser on your desktop/laptop in order to evaluate the config. Once you make a change, just refresh your browser.

            R 1 Reply Last reply Jan 24, 2019, 8:57 AM Reply Quote 1
            • R Offline
              roxx @bhepler
              last edited by Jan 24, 2019, 8:57 AM

              @bhepler said in Magic Mirror on Windows 8.1 tablet?:

              @roxx - Try installing the MMM-RemoteControl module and the associated mobile phone app. It should let you change/install all sorts of things from your phone.

              I don’t think Win8.1 enables RDP, so I think you would have to install either a VNC or SSH host on your tablet. That would let you have access to the file system from your regular computer to change your config.js. You can just hit your tablet from the web browser on your desktop/laptop in order to evaluate the config. Once you make a change, just refresh your browser.

              … oh okay. Thanks, will try it…

              Only a biker knows why dogs stick their head outside the window of a moving vehicle!!

              B 1 Reply Last reply Jan 25, 2019, 4:03 AM Reply Quote 0
              • B Offline
                bhepler Module Developer @roxx
                last edited by Jan 25, 2019, 4:03 AM

                @roxx - Oh wait! I just had a thought. You can share the MagicMirror/config folder on your tablet, so long as you turn on network discovery (which I believe was still a feature in 8.1). You can then access the config.js file from any other windows machine by opening a file explorer window and typing \\[tablet name]\. The config folder should be visible as a shared folder.

                Edit the config.js file, save it and then refresh your web browser. That will give you most of what you’re looking for. The more complicated modules that require the node_helper will require a process restart.

                R 1 Reply Last reply Jan 27, 2019, 5:11 AM Reply Quote 0
                • R Offline
                  roxx @bhepler
                  last edited by roxx Jan 27, 2019, 10:37 AM Jan 27, 2019, 5:11 AM

                  @bhepler
                  Thanks, but i dont have my laptop currently… well so i will need to do it just with the tablet for now…

                  I have still lot to do & learn with modules and config.js… Still need to merge my google Calendar with my events and default google Calendar with public holidays…
                  Now, 8" screen is small to fit all these modules: clock, weather current, weather forecast, calendar, news.

                  Thats it… and ya, Magic Mirror loads, runs only when wifi is connected… else i get an error when i input npm start command without wifi connection… that doesn’t seem a big problem anyway…

                  I added google news feed but does anyone know how to make the fonts bigger?? The news lines looks small to read…

                  Only a biker knows why dogs stick their head outside the window of a moving vehicle!!

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    roxx
                    last edited by Jan 28, 2019, 4:54 PM

                    A new problem now, with Email module!!
                    it always says loading and MM shuts down after few mins…
                    I installed email module:https://github.com/ronny3050/email-mirror
                    I want MM to show my Gmail… please tell me whats wrong…
                    Here is my config…

                    		module: 'email',
                                    position: 'bottom_left',
                                    header: 'Email',
                                    config: {
                                        accounts: [
                                            {
                                                user: 'roxx.kkkkk@gmail.com',
                                                password: 'qwertyzzz',
                                                host: 'imap.gmail.com',
                                                port: 993,
                                                tls: true,
                                                authTimeout: 10000,
                                                numberOfEmails: 8,
                                            }
                                        ],
                                        fade: true,
                                        maxCharacters: 30
                                    }
                    	    },	
                    

                    The first time I did, I received email about sign in blocked… so I clicked (it was me) in that email… but still my emails doesn’t load and MM shuts down after about 3-5mins…

                    Only a biker knows why dogs stick their head outside the window of a moving vehicle!!

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      roxx
                      last edited by Feb 4, 2019, 3:36 PM

                      Final Update!!
                      I had borrowed the tablet for few days and wished to buy if everything with MM went well… but i returned it back as i had problems with email module… and after adding all the modules i wanted, 8" screen felt much smaller and it didnt seemed that good, bigger screen is good i think… so i gave up… now i am working with Rpi 3B+ to set up MM… thanks friends for helping me out…!

                      Only a biker knows why dogs stick their head outside the window of a moving vehicle!!

                      J 1 Reply Last reply Feb 4, 2019, 10:07 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        12/24
                        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