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 783.2k 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.
    • B Offline
      brandonbrown
      last edited by

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

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

      Thank you so much for this post! I’m new to the Pi and MagicMirror. Working on the PI remotely was a bit of pain and this allowed me to run MagicMirror on my main machine with VMWare Workstation.

      First off let me say these instructions were ‘spot-on’ and I was up and running immediately.

      As I added modules, I noticed some of them were not working, a.k.a. not loading any data. They would activate, say “loading…” and nothing else.

      I researched a few of the modules I was using and found one step that needs to be on your list:

      ‘npm install request’

      After that, the modules in question began updating with data.

      Thank you again for giving me a better dev environment to work in!

      Brandon

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

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

        I researched a few of the modules I was using and found one step that needs to be on your list:
        ‘npm install request’

        Well, the modules that require that package should tell you in their respective readme files but thanks for the headsup. I’m glad you found the tutorial helpful. :-)

        Create a working config
        How to add modules

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

          Hello, I had an EACCESS error thrown when launching the MM as directed in this thread. I was able to fix this error by changing the port number from 8080 to 9000 in config.js

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @dstoianovici
            last edited by sdetweil

            @dstoianovici yes,if some other app is using 8080 then u have to change it… mine is on 8086. 8080-8085 are in use

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • C Offline
              CliffordW
              last edited by

              It should probably be easy, but I can’t seem to find it. What is the command I can use to start MM on Windows 10 startup?

              1 Reply Last reply Reply Quote 0
              • C Offline
                CliffordW
                last edited by

                Thanks for a great guide, got me up and running quickly. Can you guide me where do I insert the commands to rotate the display to portrait mode?

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bdream
                  last edited by

                  @Mykle1 Many thanks for this description!

                  Just got it run under Windows 7. That will help to play and learn how to get own modules :nerd_face:

                  Two questions I have.
                  My MM is version 2.6.0. I planned to run updatescript from @sdetweil but failed. Yahe you any idea?

                  Is there an option to run MM in a window being able to shrink and move over the desktop?

                  –
                  cheers, bdream

                  S Mykle1M 3 Replies Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @bdream
                    last edited by

                    @bdream come talk in the Updated Installer topic

                    https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • S Do not disturb
                      sdetweil @bdream
                      last edited by

                      @bdream F11 will take a window from full screen to not

                      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 @bdream
                        last edited by

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

                        Is there an option to run MM in a window being able to shrink and move over the desktop?

                        Your F11 key should toggle between full screen MM and MM in a window

                        Create a working config
                        How to add modules

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

                          Damn Sam, you’re just too fast!

                          Create a working config
                          How to add modules

                          1 Reply Last reply Reply Quote 0
                          • B Offline
                            bdream
                            last edited by

                            F11 seems to be a got hint, even it comes from @Mykle1 or @sdetweil.

                            Will try it this evening - thanks!

                            –
                            cheers, bdream

                            1 Reply Last reply Reply Quote 0
                            • O Offline
                              OldShaterhan
                              last edited by

                              For me setup running MagicMirror on Windows 10 worked by:

                              • cloning the repository
                              • then edit package.json by changing following line:
                                "scripts": {
                                  "start": "./run-start.sh",
                              

                              to:

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

                              Simple change, works in every location on my PC.

                              blake_northrupB 1 Reply Last reply Reply Quote 0
                              • J Offline
                                jagdambasoft
                                last edited by

                                $ npm start

                                magicmirror@2.10.1 start C:\Users\Office\MagicMirror
                                ./run-start.sh

                                ‘.’ is not recognized as an internal or external command,
                                operable program or batch file.
                                npm ERR! code ELIFECYCLE
                                npm ERR! errno 1
                                npm ERR! magicmirror@2.10.1 start: ./run-start.sh
                                npm ERR! Exit status 1
                                npm ERR!
                                npm ERR! Failed at the magicmirror@2.10.1 start script.
                                npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

                                npm ERR! A complete log of this run can be found in:
                                npm ERR! C:\Users\Office\AppData\Roaming\npm-cache_logs\2020-02-25T06_03_03_308Z-debug.log
                                What Will I DO

                                J S 2 Replies Last reply Reply Quote 0
                                • J Offline
                                  jagdambasoft @jagdambasoft
                                  last edited by

                                  @jagdambasoft as above i post an error
                                  Now in package.json change a line under scripts

                                      "start": "./run-start.sh",
                                  to
                                      "start": "run-start.sh",
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    aab142
                                    last edited by

                                    I’m using Windows 10 and got the previous message as well. Changing to “run-start.sh” just opens the file with my text editor. I’m missing something.

                                    S 2 Replies Last reply Reply Quote 0
                                    • R Offline
                                      roccodicarlo
                                      last edited by

                                      I am getting errors when executing NPM install

                                      $ npm install
                                      npm ERR! code EPROTO
                                      npm ERR! errno EPROTO
                                      npm ERR! request to https://registry.npmjs.org/feedme failed, reason: write EPROTO 15828:error:14094419:SSL routines:ssl3_read_bytes:tlsv1 alert access denied:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1544:SSL alert number 49
                                      npm ERR!

                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR! C:\Users\dicarlro\AppData\Roaming\npm-cache_logs\2020-03-11T19_20_19_606Z-debug.log

                                      Does this require Adminstrator login…I am not logged in as administrator

                                      1 Reply Last reply Reply Quote 0
                                      • S Do not disturb
                                        sdetweil @jagdambasoft
                                        last edited by

                                        @jagdambasoft try the results of the post just before yours

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 0
                                        • S Do not disturb
                                          sdetweil @aab142
                                          last edited by

                                          @aab142 windows … ugh… the script needs access to bash but doesn’t understand ./

                                          so remove the ./

                                          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
                                            last edited by

                                            I’ve started this installation process from 3 years ago on an old Acer laptop running Windows 10. It’s installing MM2 right now. Just wondering…have the walkthrough steps/commands changed in the intervening 3 years in any way that I need to know? I scanned the 85 posts and didn’t see any, but I could have missed it/them. Thanks! And, I’m really glad this topic is still alive!

                                            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
                                            • 6
                                            • 16
                                            • 17
                                            • 4 / 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