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

How to start

Scheduled Pinned Locked Moved Tutorials
15 Posts 5 Posters 6.8k Views 5 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.
  • P Offline
    pukacz
    last edited by Feb 13, 2019, 8:40 AM

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • P Offline
      pukacz @lavolp3
      last edited by Feb 13, 2019, 8:43 AM

      @lavolp3 Thank You!

      1 Reply Last reply Reply Quote 0
      • G Offline
        ganget
        last edited by Feb 13, 2019, 8:47 AM

        There is a really nice installation guide from @KirAsh4 that will tell you every thing you need to know!

        P 1 Reply Last reply Feb 13, 2019, 8:52 AM Reply Quote 1
        • P Offline
          pukacz @ganget
          last edited by Feb 13, 2019, 8:52 AM

          @ganget
          Very good guidance!

          1 Reply Last reply Reply Quote 0
          • D Offline
            Dodo88
            last edited by Jan 30, 2020, 4:25 AM

            Hey together :)
            I’m new and could install the software, but i can’t connect to the mirror per localhost for the admin tool.
            Should i install apache2 and put the software to /var/www/html? Or can i run it without @ http://magicmirror?

            Greets :)
            Dodo

            L S 2 Replies Last reply Jan 30, 2020, 8:45 AM Reply Quote 0
            • L Offline
              lavolp3 Module Developer @Dodo88
              last edited by Jan 30, 2020, 8:45 AM

              @Dodo88 No, you usually don’t need to do those things, the mirror should run by itself, but you need to use port 8080.

              Take care of the following:

              • Go into your config.js and look for the “address” parameter. It needs to be
                address: "0.0.0.0",
              • visit your mirror from your browser via: http://localhost:8080
                If it doesn’t work, try visiting your mirror from another computer using: http://magicmirror:8080
                -Report if it works :-)

              How to troubleshoot modules
              MMM-soccer v2, MMM-AVStock

              1 Reply Last reply Reply Quote 0
              • D Offline
                Dodo88
                last edited by Jan 30, 2020, 12:05 PM

                Hey :)

                No it doesn’t work :(

                I get this error by trying “http://192.168.178.33:8080”

                "Die Website ist nicht erreichbar192.168.178.33 hat die Verbindung abgelehnt.
                Versuchen Sie Folgendes:

                Verbindung prüfen
                ERR_CONNECTION_REFUSED"

                Should i post my config.js?

                L 1 Reply Last reply Jan 30, 2020, 2:00 PM Reply Quote 0
                • S Offline
                  sdetweil @Dodo88
                  last edited by Jan 30, 2020, 12:12 PM

                  @Dodo88 said in How to start:

                  I’m new and could install the software, but i can’t connect to the mirror per localhost for the admin tool.

                  there is no ‘admin’ tool on MagicMirror

                  also, localhost mean the machine I’m on. so if you are using a windows machine to connect to the mirror, and use localhost, that mean on the windows machine…

                  in addition to what @lavolp3 said, you also need to clear out the ipWhitelist to look like this

                  ipWhitelist: []
                  

                  which means ‘allow anyone to connect’

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • L Offline
                    lavolp3 Module Developer @Dodo88
                    last edited by lavolp3 Jan 30, 2020, 2:23 PM Jan 30, 2020, 2:00 PM

                    @Dodo88 This is confusing me now.
                    if you are

                    • EITHER on the machine on which magicmirror is running on, you type:
                      http://localhost:8080

                    • OR on another machine, then you type:
                      http://192.168.178.33:8080 or http://magicmirror:8080

                    And you need to do what @sdetweil said.

                    How to troubleshoot modules
                    MMM-soccer v2, MMM-AVStock

                    S 1 Reply Last reply Jan 30, 2020, 2:12 PM Reply Quote 0
                    • S Offline
                      sdetweil @lavolp3
                      last edited by sdetweil Jan 30, 2020, 2:46 PM Jan 30, 2020, 2:12 PM

                      @lavolp3 said in How to start:

                      http://magicmirror

                      what is that? none of my machines know where ‘magicmirror’ is located… (I have 6 different instances running, all installed from the same script)

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      L 1 Reply Last reply Jan 30, 2020, 2:22 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • 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