• 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.5k 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.
  • S Offline
    sdetweil @Bobrae
    last edited by Aug 10, 2022, 3:36 PM

    @Bobrae see
    https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10/225?_=1659891805957

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • S sdetweil referenced this topic on Aug 10, 2022, 3:36 PM
    • C Offline
      Cliff365 @Mykle1
      last edited by Aug 10, 2022, 3:45 PM

      @Mykle1 First off, thanks so much for a great guide. I’m having what is likely a simple issue, but I can’t figure out how to resolve it. I am getting the following error message with the npm start command. Not concerned about the warnings, but how do resolve the DISPLAY issue?

      $ npm start
      npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
      
      > magicmirror@2.20.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      'DISPLAY' is not recognized as an internal or external command,
      operable program or batch file.
      
      cliff@BNC-LAB01 MINGW64 ~/MagicMirror (master)
      $
      
      S 1 Reply Last reply Aug 10, 2022, 3:48 PM Reply Quote 0
      • S Offline
        sdetweil @Cliff365
        last edited by sdetweil Aug 10, 2022, 3:49 PM Aug 10, 2022, 3:48 PM

        @Cliff365 see the end of the post I just linked to in the prior post

        also, do not run under mingw… just cmd.exe

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • C Offline
          Cliff365 @Mykle1
          last edited by Aug 10, 2022, 7:01 PM

          @Mykle1 Thanks for your help on the DISPLAY issue. I changed the line in packages.json file to:

          “start”: “node_modules/.bin/electron js/electron.js”,

          I get the following error message back:

          > magicmirror@2.20.0 start
          > node_modules/.bin/electron js/electron.js
          
          'node_modules' is not recognized as an internal or external command,
          operable program or batch file.
          
          S 1 Reply Last reply Aug 10, 2022, 7:05 PM Reply Quote 0
          • S Offline
            sdetweil @Cliff365
            last edited by sdetweil Aug 10, 2022, 7:09 PM Aug 10, 2022, 7:05 PM

            @Cliff365 you didn’t follow all of the last line of
            https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10/225?_=1660158299123

            ps, I’m not @Mykle1

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C D 2 Replies Last reply Aug 10, 2022, 10:28 PM Reply Quote 0
            • C Offline
              Cliff365 @sdetweil
              last edited by Aug 10, 2022, 10:28 PM

              @sdetweil Oops! Thanks sdetweil

              1 Reply Last reply Reply Quote 0
              • D Offline
                dude31222 @sdetweil
                last edited by Jan 8, 2023, 10:10 AM

                Hey! @sdetweil i’ve spend more than 10 hours whit this because i didn’t read the entire thread. I’ve finally installed mm2 on a 32bit laptop whit w7 and node v16.6 but when i run npm start i just got a black screen. any ideas on how to find a solution? my cmd here:

                [08.01.2023 06:58.14.001] [LOG]   Starting MagicMirror: v2.22.0
                [08.01.2023 06:58.14.151] [LOG]   Loading config ...
                [08.01.2023 06:58.14.201] [LOG]   Loading module helpers ...
                [08.01.2023 06:58.14.231] [LOG]   No helper found for module: alert.
                [08.01.2023 06:58.14.361] [LOG]   Initializing new module helper ...
                [08.01.2023 06:58.14.371] [LOG]   Module helper loaded: updatenotification
                [08.01.2023 06:58.14.395] [LOG]   No helper found for module: clock.
                [08.01.2023 06:58.17.473] [LOG]   Initializing new module helper ...
                [08.01.2023 06:58.17.477] [LOG]   Module helper loaded: calendar
                [08.01.2023 06:58.17.497] [LOG]   No helper found for module: compliments.
                [08.01.2023 06:58.17.497] [LOG]   No helper found for module: weather.
                [08.01.2023 06:58.17.839] [LOG]   Initializing new module helper ...
                [08.01.2023 06:58.17.839] [LOG]   Module helper loaded: newsfeed
                [08.01.2023 06:58.17.849] [LOG]   No helper found for module: facts.
                [08.01.2023 06:58.17.849] [LOG]   All module helpers loaded.
                [08.01.2023 06:58.19.559] [LOG]   Starting server on port 8080 ...
                [08.01.2023 06:58.23.451] [LOG]   Launching application.
                [08.01.2023 06:58.29.838] [LOG]   Server started ...
                [08.01.2023 06:58.29.848] [LOG]   Connecting socket for: updatenotification
                [08.01.2023 06:58.29.848] [LOG]   Starting module helper: updatenotification
                [08.01.2023 06:58.29.848] [LOG]   Connecting socket for: calendar
                [08.01.2023 06:58.29.848] [LOG]   Starting node helper for: calendar
                [08.01.2023 06:58.29.858] [LOG]   Connecting socket for: newsfeed
                [08.01.2023 06:58.29.858] [LOG]   Starting node helper for: newsfeed
                [08.01.2023 06:58.29.858] [LOG]   Sockets connected & modules started ...
                [3460:0108/070022.937:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL i
                s disabled, ANGLE is
                
                
                S 1 Reply Last reply Jan 8, 2023, 8:35 PM Reply Quote 0
                • S Offline
                  sdetweil @dude31222
                  last edited by Jan 8, 2023, 8:35 PM

                  @dude31222 never tried win7 myself… this topic was created a while ago…

                  you can TRY setting an environment variable in the cmd.exe window before executing npm start

                  cd MagicMirror
                  set ELECTRON_DISABLE_GPU=1
                  npm start 
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Jan 9, 2023, 12:23 AM Reply Quote 0
                  • D Offline
                    dude31222 @sdetweil
                    last edited by Jan 9, 2023, 12:23 AM

                    @sdetweil still having an empty screen but no more error messages in cmd

                    S 1 Reply Last reply Jan 9, 2023, 12:50 AM Reply Quote 0
                    • S Offline
                      sdetweil @dude31222
                      last edited by sdetweil Jan 9, 2023, 12:51 AM Jan 9, 2023, 12:50 AM

                      @dude31222 that usually means u didn’t do the fonts install step or vendor install step

                      those are extra for windows install

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Jan 10, 2023, 5:28 AM Reply Quote 0
                      • 1
                      • 2
                      • 28
                      • 29
                      • 30
                      • 31
                      • 32
                      • 33
                      • 30 / 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