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

MagicMirror on Docker - config.js issues

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 2.0k Views 1 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.
  • M Offline
    magnusoverli
    last edited by Jan 10, 2018, 7:06 PM

    Hi all!

    First try with MagicMirror this…

    Having had some issues running MagicMirror on a Rpi3 (raspbian-lite) I decided to to try docker. After setting it up and getting it running I run into the usual issue of editing the ipWhitelist. Whenever I edit this file and restarts the container, MagicMirror replaces my config.json with a new config.json.sample. It is also not reachable on the network anymore. I would really appreciate if someone could help me along here! :-)

    Best
    Magnus

    1 Reply Last reply Reply Quote 0
    • C Offline
      cruunnerr
      last edited by cruunnerr Jan 10, 2018, 8:29 PM Jan 10, 2018, 8:26 PM

      try also delete the “on” at the end of the file name :)
      just:

      config.js

      And what is your exact config looks like? Maybe try this first:

      var config = {
              address: "0.0.0.0", // Address to listen on, can be:
                                    // - "localhost", "127.0.0.1", "::1" to listen on lo$
                                    // - another specific IPv4/6 to listen on a specific$
                                    // - "", "0.0.0.0", "::" to listen on any interface
                                    // Default, when address config is left out, is "loc$
              port: 8080,
              ipWhitelist: [], // Set [] to allow all IP addresses
                                                                     // or add a specifi$
                                                                     // ["127.0.0.1", ":$
                                                                     // or IPv4 range of$
                                                                     // ["127.0.0.1", ":$
      
      1 Reply Last reply Reply Quote 0
      • M Offline
        magnusoverli
        last edited by Jan 10, 2018, 9:45 PM

        Thank you so much!!

        The filename was a typo in my post, but changing the listen address solved my issues!

        Now on to figuring out how to actually use MM! :-)

        1 Reply Last reply Reply Quote 0
        • C Offline
          cruunnerr
          last edited by Jan 11, 2018, 4:32 AM

          you’re welcome. Enjoy it and have fun :D

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            3/4
            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