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 694.9k 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.
    • WominatorW Offline
      Wominator
      last edited by Wominator

      Hi Mykle1!
      Great job! I installed it on an older Lenovo Miix 8 tablet as my “kitchen mirror” and it works smooth.
      Have you or anyone else tried to make a “start.bat” or something like that to auto start it with windows or by a shortcut on the desktop?
      That would be a great improvement.
      Thanks in advance and regards
      womi

      If you want to make it idiot proof, someone will build a better idiot.

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

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

        That would be a great improvement.

        Well, I never did, but you can try this. I can’t test at the moment, but it should work. Save this as a .bat file and put it on your desktop.

        :: This should work if this bat file is on the desktop
        :: Also, CMD window needs ability to run bash commands (done during install of GIT)
        
        :: Start CMD window
        start cmd.exe /k
        
        :: cd back one directory
        cd ..
        
        :: cd to MM directory
        cd MagicMirror
        
        :: start MM
        npm start
        

        Create a working config
        How to add modules

        WominatorW 1 Reply Last reply Reply Quote 0
        • WominatorW Offline
          Wominator @Mykle1
          last edited by yawns

          @Mykle1
          Hi!
          Thanks for the quick reply!
          It didn’t work out that way. I found a documentation on:
          https://stackoverflow.com/questions/21564275/windows-shortcut-to-run-git-bash-script

          So, I generated a script C:\Users\USER\npmstart.sh with

          cd ..
          cd ~/MagicMirror
          npm start
          

          Afterwards I generated a shortcut on the desktop with following path:
          "C:\Program Files\Git\bin\sh.exe" -l -i "C:\Users\USER\npmstart.sh"

          And it works. It starts the Bash and runs MagicMirror and leaves the Bash open in the background, so I can get back to it by pressing the Windows-Button. (remember, I run the MagicMirror on a tablet without keyboard and mouse)
          In the Bash, I can stop MagicMirror with the onscreen keyboard by pressing Ctrl+C.

          Regards
          womi

          If you want to make it idiot proof, someone will build a better idiot.

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

            @Wominator

            Well done!

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • H Offline
              Henrik @Mykle1
              last edited by

              @Mykle1 Fantastic, thanks!

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

                @Henrik

                You’re welcome, mate! Enjoy your mirror. :-)

                Peace!

                Create a working config
                How to add modules

                H 1 Reply Last reply Reply Quote 0
                • H Offline
                  Henrik @Mykle1
                  last edited by

                  @Mykle1 I fully am. :) Now the time has come to develop my first module.

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

                    I switched from raspberry to a mini-itx windows10 system, too. With my raspy system I had way too much performance issues. Thanks for your walkthrough, it works really well. But, modules like MMM-voice or Hello Lucy won’t work, am I right? That would be too bad :/.

                    H 1 Reply Last reply Reply Quote 0
                    • H Offline
                      Henrik @djsunrise19
                      last edited by

                      @djsunrise19 Maybe a bit late, but are you sure the performance issues were not caused by the incompatible Electron version? That seems to have been fixed in the latest MM (by downgrading Electron).

                      Anyway, MMM-voice should work, but it’ll probably be a lot of hassle to get it going!

                      D 1 Reply Last reply Reply Quote 0
                      • D Offline
                        djsunrise19 @Henrik
                        last edited by

                        @Henrik No, I tried a lot of electron versions, a lot of raspberries, ATB, odroids. I created that electron topic :-D. I like it smooth, none of them was. All in all I have to say, that electron seems to be the problem. The renderer / the performance is too bad. Within chrome only, the website runs super smooth. With electron its a huge difference. Even under windows (8GB RAM, G4600 CPU), electron doesn’t perform like chrome does. But it’s okay, and expensive, :-D. MagicMirror V1 was a website only. Way better than V2 with the electron framework (only the performance aspect).

                        Perhaps @Mykle1 has an idea for MMM-voice under windows?

                        Mykle1M 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 32
                        • 33
                        • 2 / 33
                        • 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