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.

    After restart and updating raspberry MM will not starting

    Scheduled Pinned Locked Moved Solved Troubleshooting
    11 Posts 2 Posters 2.5k Views 2 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.
    • A Offline
      aldisachen
      last edited by

      Hello and sorry for this misstake,
      Please delete the other duplicate post. Sorry again. Thanks.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @aldisachen
        last edited by

        @aldisachen done

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @aldisachen
          last edited by sdetweil

          @aldisachen what is the address: setting in mm config.js?

          what url do you use to access mm?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • A Offline
            aldisachen
            last edited by

            Hello all togehter, the config.js starts with:

            /* Magic Mirror Config Sample
            *

            • By Michael Teeuw http://michaelteeuw.nl
            • MIT Licensed.
            • For more information how you can configurate this file
            • See https://github.com/MichMich/MagicMirror#configuration

            */

            var config = {
            address: “localhost”, // 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: 8080,
            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 :
            // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],

            and it will follow with the language, time format and so on and so on witch all the settings to display for the MM. Thnaks.

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @aldisachen
              last edited by sdetweil

              @aldisachen said in After restart and updating raspberry MM will not starting:

              address: “localhost”,

              this is a problem…

              it means ONLY apps INSIDE the same system can connect. ie, from INSIDE the container

              you want apps OUTSIDE the container to connect, the docker host or further away.

              so you should change that to address:“0.0.0.0”,
              meaning over any network interface, without having to specify what it is.

              then you can run container in network bridge mode. it will get IP address 172. something…

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • A Offline
                aldisachen
                last edited by

                Hello, I don´t understand what is nessssary to change in the config file. Can you please write down the right settings at the config file ?
                I have no experience with that. Thanks.

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @aldisachen
                  last edited by sdetweil

                  @aldisachen I did,

                  address:"0.0.0.0",
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    aldisachen
                    last edited by

                    Hello together,
                    after change the Address from “localhost” to “0.0.0.0” and restart the MM is runing without problems.
                    Now I can update and upgrade the system every day and not every month. It was not funny to do the same steps after restart and running the MM again. Thank you very much.

                    S 1 Reply Last reply Reply Quote 1
                    • S Offline
                      sdetweil @aldisachen
                      last edited by

                      @aldisachen cool… glad u got it…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 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