• 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 648.7k 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 Away
    sdetweil @mounir
    last edited by Dec 5, 2021, 12:56 PM

    @mounir have to scan further back
    see
    https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10/141?_=1638708846564

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • M Offline
      mounir @sdetweil
      last edited by Dec 5, 2021, 1:43 PM

      @sdetweil no i see this
      listen EACCES: permission denied 127.0.0.1:8080
      can you help me fix it

      S M 2 Replies Last reply Dec 5, 2021, 1:46 PM Reply Quote 0
      • S Away
        sdetweil @mounir
        last edited by sdetweil Dec 5, 2021, 1:52 PM Dec 5, 2021, 1:46 PM

        @mounir where do u see that?

        u are installing in cmd terminal window, right?
        not PowerShell

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          mounir @mounir
          last edited by Dec 5, 2021, 1:54 PM

          @mounir yes in cmd Untitled22.png

          S 1 Reply Last reply Dec 5, 2021, 1:55 PM Reply Quote 0
          • S Away
            sdetweil @mounir
            last edited by sdetweil Dec 5, 2021, 1:56 PM Dec 5, 2021, 1:55 PM

            @mounir is this windows 10, or 11?

            never seen this. installed on windows 11 last week to test

            are u running any other web server apps?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            M 1 Reply Last reply Dec 5, 2021, 2:04 PM Reply Quote 0
            • M Offline
              mounir @sdetweil
              last edited by Dec 5, 2021, 2:04 PM

              @sdetweil i’m in windows 11 but there is no webserver running

              S 1 Reply Last reply Dec 5, 2021, 2:10 PM Reply Quote 0
              • S Away
                sdetweil @mounir
                last edited by sdetweil Dec 5, 2021, 2:13 PM Dec 5, 2021, 2:10 PM

                @mounir read this
                https://superuser.com/questions/1437780/how-to-fix-listen-eacces-permission-denied-on-any-port/1568476

                u can change the port in MagicMirror\config\config.js

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                M 1 Reply Last reply Dec 5, 2021, 3:04 PM Reply Quote 0
                • M Offline
                  mounir @sdetweil
                  last edited by Dec 5, 2021, 3:04 PM

                  @sdetweil thank you it works when i’m changing the port in the config.js

                  1 Reply Last reply Reply Quote 0
                  • S Away
                    sdetweil
                    last edited by sdetweil Jan 12, 2022, 4:10 PM Jan 11, 2022, 6:42 PM

                    Note for v ersion 2.18 a little twist
                    do

                     npm install --only=prod
                    

                    otherwise the developer dependencies will be installed too, and fail, causing electron not to be installed.

                    then
                    the additional steps are the same

                    cd fonts
                    npm install
                    cd ..\vendor
                    npm install
                    cd ..
                    

                    and edit package.json to change the start line as shown in prior posts

                    new info for change of start line in package.json, with node 16
                    should be like this (earlier worked with node 14,)

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

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      Pearce
                      last edited by Feb 7, 2022, 1:22 PM

                      I went through the installation guide and got this error:

                      $ npm start

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

                      S 1 Reply Last reply Feb 7, 2022, 3:15 PM Reply Quote 0
                      • 1
                      • 2
                      • 21
                      • 22
                      • 23
                      • 24
                      • 25
                      • 32
                      • 33
                      • 23 / 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