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

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

Scheduled Pinned Locked Moved Troubleshooting
324 Posts 55 Posters 595.8k 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.
  • L Offline
    luizcarlosnery
    last edited by Sep 13, 2017, 12:23 PM

    Hello mykle1,
    I followed your guide in: https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners, however my problem is not installing modules, I can install almost all, but some do not work … like, voice-control and play-music for ex …
    Remembering that I’m following your guide complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10
    My MagicMirror is in Windows 7 64Bits.

    Thank you so much.

    M 1 Reply Last reply Sep 13, 2017, 11:41 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @luizcarlosnery
      last edited by Mykle1 Sep 14, 2017, 12:12 AM Sep 13, 2017, 11:41 PM

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

      some do not work … like, voice-control and play-music for ex …

      So, based on your comments I can assume that your MM software is up and running. Some modules are a bit more complicated than others to get working. Perhaps voice-control and play-music are 2 such modules. I don’t use them so I am unable to help you with them. Pay particular attention to the README files that come with them.
      You can post another topic in TROUBLESHOOTING and ask for help there. Hopefully, someone with experience with those modules can help you.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • B Offline
        barnosch
        last edited by Sep 14, 2017, 1:15 PM

        great tutorial. Will give it a try later on.
        I made the complicated way around it and created a VirtualMaschine with Debian, with a standalone MM installation.

        This natively running thing is way better. Thanks

        M 1 Reply Last reply Sep 14, 2017, 3:49 PM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @barnosch
          last edited by Sep 14, 2017, 3:49 PM

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

          great tutorial. Will give it a try later on.
          I made the complicated way around it and created a VirtualMaschine with Debian, with a standalone MM installation.
          This natively running thing is way better. Thanks

          You’re welcome.

          Yes, MM runs beautifully on a PC running windows. Alternately, if you prefer Linux, you can install uBuntu on a PC. That also runs beautifully.

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • B Offline
            barnosch
            last edited by Sep 14, 2017, 6:39 PM

            Runs perfect on a Win 10 x64.
            One thing for me is, i don’t like the fullscreen, because i want to test some stuff before i bring it to the real MM.
            Try instead of
            “npm start” a
            “node serveronly”
            This launches the MM not in full screen. You can point now to your browser and type
            localhost:8080
            This will show your MM installation in your favourit browser.
            In my case, the better option :)

            1 Reply Last reply Reply Quote 1
            • W Offline
              Wominator
              last edited by Wominator Dec 12, 2017, 6:33 PM Dec 12, 2017, 6:32 PM

              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.

              M 1 Reply Last reply Dec 12, 2017, 9:38 PM Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @Wominator
                last edited by Dec 12, 2017, 9:38 PM

                @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

                W 1 Reply Last reply Dec 13, 2017, 10:15 AM Reply Quote 0
                • W Offline
                  Wominator @Mykle1
                  last edited by yawns Dec 13, 2017, 5:08 PM Dec 13, 2017, 10:15 AM

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

                  M 1 Reply Last reply Dec 13, 2017, 12:10 PM Reply Quote 2
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @Wominator
                    last edited by Dec 13, 2017, 12:10 PM

                    @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 Jan 12, 2018, 8:48 PM

                      @Mykle1 Fantastic, thanks!

                      M 1 Reply Last reply Jan 12, 2018, 9:37 PM 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