MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    MM docker container problem with mac and linux

    Troubleshooting
    3
    14
    4109
    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.
    • T
      tomasz2101 @raywo last edited by

      @raywo thx a lot now it is working.
      Also i had to do docker binding to localhost
      my config:

      var config = {
      	address: "",
      	port: 8080,
      	ipWhitelist: [],
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "clock",
      			position: "top_left"
      		}
      	]
      
      };
      
      1 Reply Last reply Reply Quote 1
      • B
        bastilimbach last edited by

        I updated the Github repository to include a working config file example. Thanks @raywo!

        R 1 Reply Last reply Reply Quote 1
        • R
          raywo Module Developer @bastilimbach last edited by

          @bastilimbach Good addition to the docs. Thank you!
          Maybe you should remove "192.168.2.1/120", "192.168.2.110" as it applies only to my configuration. Or you should explain it better.

          B 1 Reply Last reply Reply Quote 0
          • B
            bastilimbach @raywo last edited by

            @raywo Oh yes you’re absolutely right.

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