• 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 601.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.
  • J Offline
    Johans @Mykle1
    last edited by Dec 2, 2018, 6:46 PM

    @mykle1 FYI
    Meanwhile I found the problem of port 8080, due to some malware on that PC, the proxi settings where modified, only option was to re-install OS. Lucky I had some backup so that didn’t took so long.
    Now proxi settings are no longer hi-jacked and I can run MM normally.
    Problem solved!

    M 1 Reply Last reply Dec 2, 2018, 8:13 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Johans
      last edited by Dec 2, 2018, 8:13 PM

      @johans

      Ahh, Windows. I no longer use it for MM. I’m strictly a ubuntu 16.04 LTS guy now.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • D Offline
        djniuss
        last edited by djniuss Mar 15, 2019, 11:53 AM Mar 15, 2019, 11:51 AM

        Hi. quick question. the MM work with the basic modules. as soon as i try to install a 3rd party module i have a syntax error. Checked and rechecked the code and there is no error. is there special thing to add code thant im not aware of

        S 1 Reply Last reply Mar 15, 2019, 12:05 PM Reply Quote 0
        • S Offline
          sdetweil @djniuss
          last edited by Mar 15, 2019, 12:05 PM

          @djniuss from the MM folder do

          npm run config:check
          

          fix errors from top down

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 1 Reply Last reply Mar 15, 2019, 1:30 PM Reply Quote 1
          • D Offline
            djniuss @sdetweil
            last edited by Mar 15, 2019, 1:30 PM

            @sdetweil Thank you sir. All is good now.

            1 Reply Last reply Reply Quote 0
            • D Offline
              djniuss
              last edited by Mar 23, 2019, 6:30 PM

              Other question.

              is there a way to acces to mirror server from another device ( like the rpi does)

              i have withelisted all ip. and cant seem to connect. i have created rules in the windows firewall and router and still nothing.

              instead og localhost if i enter 0.0.0.0 i only have a black screen.

              is this possible . im building a smaller mirror and would like to connnect to the mirror that i already have running.

              Thanks

              D M 2 Replies Last reply Mar 23, 2019, 6:34 PM Reply Quote 0
              • D Offline
                djniuss @djniuss
                last edited by Mar 23, 2019, 6:34 PM

                forgot to mention that i can acces the server from chrome on the cpu thats running the mirror

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @djniuss
                  last edited by Mykle1 Mar 23, 2019, 8:59 PM Mar 23, 2019, 8:59 PM

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

                  instead og localhost if i enter 0.0.0.0 i only have a black screen.

                  When you try 0.0.0.0, is it in quotes?

                          address: "0.0.0.0", // "localhost",
                  	port: 8080,
                  	ipWhitelist: [],
                  	language: "en",
                  	timeFormat: 12,
                  	units: "imperial",
                  

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    djniuss
                    last edited by Mar 23, 2019, 11:28 PM

                    yes its in quote.

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil
                      last edited by Mar 23, 2019, 11:32 PM

                      hm,… mine is like Mykle1’s

                        address: "0.0.0.0", // Address to listen on, can be:
                                              // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                                              // - another specific IPv4/6 to listen on a specific interface
                                              // - "", "0.0.0.0", "::" to listen on any interface
                                              // Default, when address config is left out, is "localhost"
                        port: 8086,
                        ipWhitelist: [], // Set [] to allow all IP addresses
                                                 // or add a specific IPv4 of 192.168.1.5 :
                                                 // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
                                                 // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
                                         
                      

                      but u get a black screen? that sounds like two versions trying to run at the same time…
                      did u reboot?

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Mar 23, 2019, 11:53 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 32
                      • 33
                      • 6 / 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