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

Installing Magic mirror on windows 10

Scheduled Pinned Locked Moved Troubleshooting
38 Posts 9 Posters 14.4k Views 11 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.
  • O Offline
    Omeliel @sdetweil
    last edited by Apr 12, 2020, 1:38 PM

    Is working for me . Need others to try. And let us knwo.

    1 Reply Last reply Reply Quote 0
    • S Offline
      sdetweil
      last edited by sdetweil Apr 23, 2020, 11:18 AM Apr 12, 2020, 5:22 PM

      easy peasy

      install nodejs  (google search)
      (includes npm)
      
      install git (google search)
      
      open cmd.exe 
      
      git clone magicmirror repo
      
      cd MagicMirror\config
      copy config.js.sample config.js
      cd ..
      npm install --only=prod
      when finished
      cd vendor
      npm install
      cd ..\fonts
      npm install
      cd ..
      notepad package.json
      change start line to 
          "start": "node_modules/.bin/electron js/electron.js",
      ctrl-s to save
      alt key, file, exit to close ( or use mouse, file, exit)
      npm start
      

      voila

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C S 2 Replies Last reply Apr 23, 2020, 7:33 AM Reply Quote 0
      • C Offline
        Chrisflex @sdetweil
        last edited by Apr 23, 2020, 7:33 AM

        @sdetweil I am having the exact same problem
        I will followed the suggested remedies mentioned but still no luck.
        Please assist if you can even via Teamviewer.

        S 1 Reply Last reply Apr 23, 2020, 11:18 AM Reply Quote 0
        • S Offline
          sdetweil @Chrisflex
          last edited by Apr 23, 2020, 11:18 AM

          @Chrisflex said in Installing Magic mirror on windows 10:

          I am having the exact same problem

          what problem?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • C Offline
            Chrisflex
            last edited by Chrisflex Apr 24, 2020, 4:02 AM Apr 24, 2020, 3:59 AM

            The screen remains blank after start up.

            Here is the log from the Console

            alt text

            S 1 Reply Last reply Apr 24, 2020, 11:06 AM Reply Quote 0
            • S Offline
              sdetweil @Chrisflex
              last edited by Apr 24, 2020, 11:06 AM

              @Chrisflex looks like you missed these steps

              cd ~/MagicMirror
              cd vendor
              npm install
              cd ..\fonts
              npm install
              cd ..
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • C Offline
                Chrisflex
                last edited by Apr 24, 2020, 3:31 PM

                Thank you very much I will try it.

                C 1 Reply Last reply Apr 24, 2020, 3:39 PM Reply Quote 0
                • C Offline
                  Chrisflex @Chrisflex
                  last edited by Apr 24, 2020, 3:39 PM

                  Thank you again it works!

                  I now have to figure out a way to change the news feed and get the local weather.

                  S 1 Reply Last reply Apr 24, 2020, 6:03 PM Reply Quote 0
                  • S Offline
                    sdetweil @Chrisflex
                    last edited by Apr 24, 2020, 6:03 PM

                    @Chrisflex read the readme for each module

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    M 1 Reply Last reply Apr 24, 2020, 9:16 PM Reply Quote 2
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @sdetweil
                      last edited by Apr 24, 2020, 9:16 PM

                      @sdetweil said in Installing Magic mirror on windows 10:

                      read the readme for each module

                      I second this motion. :thumbs_up_light_skin_tone:

                      Create a working config
                      How to add modules

                      C 1 Reply Last reply Apr 25, 2020, 4:27 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      • 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