MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MrNonoss
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Groups 0

    Topics

    • M

      Add SSL/TLS certificate

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      2k Views
      M
      @cyberphox, Sorry for the “New Year Delay”. I use docker for all my stuff. But besides that, I mainly used this tutorial: https://www.home-assistant.io/docs/ecosystem/nginx_subdomain/ It’s about home-assistant, but the principle works for everything @sdetweil, Thank you a lot. That was my fear
    • M

      Cannot access to MagicMirror despite IpWhiteList

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      10
      0 Votes
      10 Posts
      7k Views
      M
      Hi everyone, Problem solved with a new fresh install. Unfortunately, the issue came from me. From my config.js to be more accurate. My exact config.js was: var config = { port: 8080, adress: "0.0.0.0", ipWhitelist: ["127.0.0.1", "192.168.1.1/24", "192.168.2.1/24", "192.168.2.100"], // 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"], My new and working one is the one Mykle1 gave me: var config = { port: 8080, address: "0.0.0.0", ipWhitelist: [], I assume it’s a coma mistake. Nothing to do with multi web server. Thank you again for your help. Best regards
    • 1 / 1