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

    jm

    @jm

    0
    Reputation
    393
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jm Unfollow Follow

    Latest posts made by jm

    • RE: remoteFile in compliments module

      @roramirez I meant this comment:

      “As an aside, I’ve noticed that the weather integration technique continually adds to the arrays. So the memory usage will grow and grow at whatever frequency you set the compliment refresh. This isn’t terrible, as straight text doesn’t take a whole lot of memory. But it may have unintended effects”

      I don’t know whether to call this a bug, but you get my point ;) I’m not an experienced coder whatsoever, so I doubt I might be of help, but I am always willing to test / assist.

      posted in Troubleshooting
      J
      jm
    • RE: remoteFile in compliments module

      @roramirez Is there already a solution for the memory ‘bug’?

      posted in Troubleshooting
      J
      jm
    • RE: Remove ipWhitelist or making it work

      Okay, nevermind. After a reboot, it seems like everything is working. I don’t know exactly what worked, but I’m glad it is solved now.

      Happy mirroring!

      posted in Troubleshooting
      J
      jm
    • RE: Remove ipWhitelist or making it work

      I forgot to mention that it doesn’t work on 10.0.1.104 too. Other than that the Mirror is running smoothly on the Pi (Pi Zero W that is) and I can SSH into the Pi without any issues.

      posted in Troubleshooting
      J
      jm
    • Remove ipWhitelist or making it work

      I tried every possible way of adding IP’s of my local network to the ipWhitelist. Still, it doesn’t allow any other device except for the Pi to acces the mirror. Is there

      a) another way (I tried the Howto mentioned elsewhere already) to add IP’s to my whitelist?
      b) a possibility to remove the ipWhitelist altogether, and just have it accepting connections from any device on the LAN?

      My current config is:

        ipWhitelist: [
                      "::ffff:10.0.1.1/24",
                      "10.0.1.118",
                      "10.0.1.105",
                      "10.0.1.104",
                      "::ffff:10.0.1.105/24",
                      "::ffff:10.0.1.1/112",
                      "::ffff:10.0.0.0/1",
                      "::ffff:128.0.0.0/2",
                      "::ffff:192.0.0.0/3",
                      "::ffff:224.0.0.0/4",
                      "127.0.0.1",
                      "::ffff:127.0.0.1",
                      "::1"
                      ],
      
      

      I cannot connect from 10.0.1.118 of 10.0.1.105. Node-log shows: Acces denied.

      posted in Troubleshooting
      J
      jm