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.

    Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

    Scheduled Pinned Locked Moved Troubleshooting
    324 Posts 55 Posters 786.0k Views 59 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @dwburger
      last edited by

      @dwburger

      Did you watch the video? Not bad for a useless, early gen, white iMac

      Create a working config
      How to add modules

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        dwburger @Mykle1
        last edited by

        @Mykle1 Nope, missed the video the first time. Now seen. Amazing! Being a relatively new MM2 user, I didn’t know about hiding/showing pages or Hello-Lucy. Once I get my new MM2s up and running I’ll check into it.

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

          @Mykle1 in 2.9 they introduced run-start.sh to fix the custom.css erasure problem. I extended it in 2.10.

          But it won’t work on windows at all.

          I didn’t know that til last week. I did test on the Linux runtime in Windows, but never on windows native.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          Mykle1M D 2 Replies Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @sdetweil
            last edited by

            @sdetweil

            Ah, ok, thanks

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • D Offline
              dwburger @Mykle1
              last edited by

              @Mykle1 Yep, I had an old Toshiba NB205 laptop that I had converted to Ubuntu a couple years ago. I updated the OS and installed MM2 without a single hitch. Nice!

              1 Reply Last reply Reply Quote 0
              • D Offline
                dwburger @sdetweil
                last edited by

                @sdetweil On a side note…I updated my old Toshiba NB 205 laptop to Ubuntu Mate and tried to manually install MM2. After a few unsuccessful attempts, I used your script on Github and it ran through the installation and started up the new MM2 successfully in one attempt. THANKS! Since I’m “staying at home” due to the virus, I’ve now gotten MM2 to run on a Windows 10 PC, Mac Mini and now Ubuntu Mate. And…in the process, I’ve learned a great deal! Now, all I have to figure out is what I’m going to do with all these MM2s! :slightly_smiling_face:

                S Mykle1M 2 Replies Last reply Reply Quote 0
                • S Offline
                  sdetweil @dwburger
                  last edited by sdetweil

                  @dwburger lol! All a fun challenge. I have 10 instances running. 1 in production mode

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @dwburger
                    last edited by

                    @dwburger said in Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10:

                    Now, all I have to figure out is what I’m going to do with all these MM2s!

                    Make more. :-)

                    Create a working config
                    How to add modules

                    D 1 Reply Last reply Reply Quote 0
                    • D Offline
                      dwburger @Mykle1
                      last edited by

                      @Mykle1 I’ve got 4 of them currently staring at me and I’ve only got 2 eyes. Seems like overkill to me. Actually, I’m testing the Ubuntu and MacMini MM2s that will, eventually, replace the two MM2s based on RPi.

                      Mykle1M 1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @dwburger
                        last edited by

                        @dwburger

                        Excellent! I’m a bit of a nut about MM. I install it anywhere I can, along with ubuntu. 99% are laptops that I have, get, find or buy for a song on craigslist. I just like doing that and writing simple modules. Glad you’re enjoying yourself too> :-)

                        Create a working config
                        How to add modules

                        D 1 Reply Last reply Reply Quote 0
                        • D Offline
                          dwburger @Mykle1
                          last edited by

                          @Mykle1 Yeah, I get it. There’s so much I don’t know about what the MM can do and it appears I’m going to have extra time to learn while I “stay at home” in coming weeks/months. Watching your “Hello Lucy” video has encouraged me to dig into the MM documentation more.

                          Mykle1M 1 Reply Last reply Reply Quote 0
                          • Mykle1M Offline
                            Mykle1 Project Sponsor Module Developer @dwburger
                            last edited by

                            @dwburger

                            Cool. I found MM about 3 years ago. No coding experience at all. Captivated by both now. Made some friends. Trying to learn every day. :-)

                            Create a working config
                            How to add modules

                            D 1 Reply Last reply Reply Quote 1
                            • D Offline
                              dwburger @Mykle1
                              last edited by

                              @Mykle1 :thumbs_up:

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                dwburger
                                last edited by

                                I’ve installed MM2 on a new RCA Cambio. This little, cheap ($75) Windows 10 laptop (with a detachable screen that turns into a tablet) is meant to be an information MM2 in the kitchen. I got it up and running fine (following steps provided here), but I’d like to be able to run it remotely (e.g. when just the tablet is sitting in the kitchen). I can SSH to it using Git Bash and I see the start.sh script steps completing, but nothing ever happens on the tablet’s screen. It stays on the Windows 10 desktop. It starts fine using its own keyboard. I’m just wondering where I should look for a solution to this problem. Any ideas??? Thanks!

                                S 2 Replies Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @dwburger
                                  last edited by

                                  @dwburger the start script on windows needs to be changed

                                  in package.json
                                  change this

                                    "scripts": {
                                      "start": "./run-start",
                                  

                                  to this

                                    "scripts": {
                                      "start": "node_modules/.bin/electron",
                                  

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  D 1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    dwburger @sdetweil
                                    last edited by

                                    @sdetweil Yes…I did that. You helped me with it last week.

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

                                      @dwburger but u got me wondering about the words…

                                      Windows 10
                                      runs fine
                                      run it remotely
                                      ssh/ git bash

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      S D 2 Replies Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @sdetweil
                                        last edited by

                                        @sdetweil If u want to SEE/view it on the tablet (which might have a browser)

                                        in the base system config.js

                                        address:"0.0.0.0",
                                        ipWhitelist:[]
                                        

                                        then open the tablet browser to the ip of the base and port

                                        http://ip_address:8080
                                        

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          dwburger @sdetweil
                                          last edited by

                                          @sdetweil Yes, it’s a Windows 10 laptop with a detachable screen that becomes a tablet basically.
                                          “Runs fine” = On the laptop, using Git Bash, I can start the MM2 normally with “npm start”.
                                          “Run it remotely” = The MM2 running on the tablet part of the laptop will sit in the kitchen (no keyboard or mouse). I want to manage it from my desktop in my office using Git Bash ssh connection.

                                          The laptop came with Edge, but I’ve been using Chrome.

                                          http://192.168.1.65:8080 fails

                                          http://localhost:8080 works

                                          S 3 Replies Last reply Reply Quote 0
                                          • S Offline
                                            sdetweil
                                            last edited by

                                            Windows doesn’t support remote display like linux does. u have to use an rdp client
                                            I am booted to my linux system now

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            D 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 16
                                            • 17
                                            • 1 / 17
                                            • 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