MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    How to start

    Tutorials
    5
    15
    4045
    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
      pukacz last edited by

      Can anyone do me a favor and tell me step by step what has to be done in order get a Magic Mirror installed.
      Let’s assume that i have a RPi 3B+, drive with no Rasbian, nothing.
      Thanks.

      lavolp3 1 Reply Last reply Reply Quote 0
      • lavolp3
        lavolp3 Module Developer @pukacz last edited by

        @pukacz

        1. Install the latest Raspbian WITH desktop environment (but without recommended software) on your SD card from here
        2. Fire up your RasPi 3B+, set up wifi or lan, SSH, and everything you would set up for a running Raspbian system (if you donÄt know why, you will first have to make yourself acquainted with Raspbian itself.
        3. Open the console (directly on the RasPi or via ssh) and follow installation procedure given on github
        1. Enjoy!

        Questions? Get back here 🙂

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

        P 1 Reply Last reply Reply Quote 1
        • P
          pukacz last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • P
            pukacz @lavolp3 last edited by

            @lavolp3 Thank You!

            1 Reply Last reply Reply Quote 0
            • G
              ganget last edited by

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

              P 1 Reply Last reply Reply Quote 1
              • P
                pukacz @ganget last edited by

                @ganget
                Very good guidance!

                1 Reply Last reply Reply Quote 0
                • D
                  Dodo88 last edited by

                  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

                  lavolp3 S 2 Replies Last reply Reply Quote 0
                  • lavolp3
                    lavolp3 Module Developer @Dodo88 last edited by

                    @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
                      Dodo88 last edited by

                      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?

                      lavolp3 1 Reply Last reply Reply Quote 0
                      • S
                        sdetweil @Dodo88 last edited by

                        @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

                        Create a working config
                        How to add modules

                        1 Reply Last reply 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy