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.
    • G Offline
      goEasy @sdetweil
      last edited by

      @sdetweil Hey, thank you for the reply…

      i am new to this MM and coding, at one point everything was working then i cant remember what happened.

      i think is something to do with the Electron settings…

      Opening with CMD

      C:\Users\Cowplain\MagicMirror>npm start
      
      > magicmirror@2.14.0 start
      > ./node_modules/.bin/electron js/electron.js
      
      '.' is not recognized as an internal or external command,
      operable program or batch file.
      
      C:\Users\Cowplain\MagicMirror>
      

      Opening with Git Bash

      Cowplain@DESKTOP-4IAPDRU MINGW64 ~/magicmirror (master)
      $ npm start
      '.' is not recognized as an internal or external command,
      operable program or batch file.
      
      
      

      Please help

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

        @goeasy on windows, its support to say

        node_modules/.bin/electron js/electron.js

        take off the ./

        windows doesn’t use that

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        G 1 Reply Last reply Reply Quote 0
        • G Offline
          goEasy @sdetweil
          last edited by goEasy

          @sdetweil how would i remove

          ./
          

          ? i looked in the MM folder and such thing doesn’t exist

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

            @goeasy edit package.json and change the start line

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • K Offline
              kithaam
              last edited by

              f6415e51-f1e8-4024-abe0-dfce398f0ded-image.png Please assist with this error

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

                @kithaam u are on windows. don’t follow the linux instructions

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                K 1 Reply Last reply Reply Quote 0
                • K Offline
                  kithaam @sdetweil
                  last edited by

                  @sdetweil hi on windows

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

                    @kithaam yes. I know

                    ~/
                    is a linux thing

                    follow the windows instructions
                    https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10/141?page=15

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    K 1 Reply Last reply Reply Quote 0
                    • K Offline
                      kithaam @sdetweil
                      last edited by

                      @sdetweil 62fe3601-ef5f-4d26-8b18-570f552dfeda-image.png Hi Please see this error

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

                        @kithaam follow ALL the instructions…

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        K 1 Reply Last reply Reply Quote 0
                        • K Offline
                          kithaam @sdetweil
                          last edited by

                          @sdetweil !hi im getting the same errors
                          e94819c0-2c05-4570-a129-0c4fb2170dcc-image.png

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

                            @kithaam it doesn’t say “npm start” in the vendor or font folders

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • A Offline
                              airart @sdetweil
                              last edited by airart

                              @sdetweil not working after edit package.json , i try to start on Win CMD with npm start ( folder MagicMirror)

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

                                @airart what does it say?
                                show the text of the start line now

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                A 1 Reply Last reply Reply Quote 0
                                • A Offline
                                  airart @sdetweil
                                  last edited by sdetweil

                                  @sdetweil i edit like this

                                  "start": "node_modules/.bin/electron js/electron.js",
                                  
                                  A S 2 Replies Last reply Reply Quote 0
                                  • A Offline
                                    airart @airart
                                    last edited by

                                    @airart it say

                                    “node_modules” non è riconosciuto come come comando interno …

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

                                      @airart mine works like this

                                      "start": "./node_modules/.bin/electron js/electron.js",
                                      

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      A 1 Reply Last reply Reply Quote 0
                                      • A Offline
                                        airart @sdetweil
                                        last edited by airart

                                        @sdetweil seems that in node_modules folder/.bin/ there’s not any electron.js
                                        2021-05-28_07h52_12.png 2021-05-28_07h51_46.png

                                        i’v also tried with cmd …

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

                                          @airart did you do the npm install?

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          A 1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            airart @sdetweil
                                            last edited by

                                            @sdetweil yes i do
                                            2021-05-28_13h56_20.png

                                            S 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
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 16
                                            • 17
                                            • 9 / 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