MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. roxx
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 33
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Magic Mirror on Windows 8.1 tablet?

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

      @roxx I use the MMM-Mail module for my email. Works a lot better! :winking_face:

      I tried with gmail but it always says no new email… Could you share with me part of your config.js without private information?? I will check and try on my Rpi…

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

      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…!

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

      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…

      posted in Troubleshooting
      R
      roxx
    • RE: How to post code on the forum - For absolute beginners

      lets see if this works
      I have this back tick on my Android and not in my windows tablet.. so i will need to post code from this mobile!!!

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

      @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…

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

      @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…

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

      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…

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

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

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

      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

      posted in Troubleshooting
      R
      roxx
    • RE: Magic Mirror on Windows 8.1 tablet?

      I got the tablet for 2days to verify MM works… And it does… but i am still stuck with config and modules…

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

      @roxx - This probably will not work. The touchscreen will be unlikely to register any touches through the mirror surface.

      You can still use it as a source for a Magic Mirror, but you will be losing the touch interface unless you rig up an additional system. That said, most mirrors do not have touch capability and they’re still a lot of fun.

      Hi bhepler… what do you mean by rig an additional system, i didn’t understand what you mean… I really want my MM to be touchscreen…

      Check this pic
      https://imgur.com/a/FBJuD8z

      my tablet has a thin layer of glass on the screen, about 1mm thick… here in india mostly everyone gets this tempered glass for their mobiles & tablets, it keeps the display/screen safe, an additional protection if the device falls… the touch does work still after the layer of this glass, i guess could i use 2mm 2way acrylic or glass or film?? This tempered glass is easy to stick and remove… . what do you think??

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

      @roxx

      I tried to install MM2 on an older Windows Surface which was also Windows 8.1. But the OS would not let me install it as per the @ Mykle1’s walkthrough.

      If by some chance you do figure it out, I would be very interested in how you did it.

      @justjim1220 … yep, i installed MM on my tablet as per the @ Mykle1s walkthrough.

      While i typed npm install in terminal, i tried installing npm install, but it gave an error… without doing anything further, i searched the net and then installed node & npm together from https://www.npmjs.com/get-npm
      Then MagicMirror worked… also check the version of node and npm as it says on that webpage…

      Here are few images
      http://imgur.com/a/SdaIhfj

      now i am working with config file and modules… another problem i came across is that fonts and everything looks big on my 8 inch tablet… clock weather and news, it all touches eachother… i need to make it smaller… theres no space between the modules… it happened before, reinstalled windows & everything and its fine but i guess adding modules will again create this problem…

      Yet another problem is the screen goes off after few minutes and comes up with windows user screen… need to disable it somehow…

      Moreover, once MM is started by npm start, i cant access anything, i have to bring up the charms bar, search for task manager and kill electron app…

      Try it, hope you could too install MM on your windows… And ya, the screen rotates as i rotate the tablet… i mean MM rotates, the orientation… I don’t need to add extra lines in config file for portrait or landscape as i read somewhere on the forum…

      Thanks…

      posted in Troubleshooting
      R
      roxx
    • 1 / 1