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

    Posts

    Recent Best Controversial
    • RE: Issue with White list IP(s) not working :(

      @Mykle1

      it still isnt working :( Here is my config now…

      var config = {
              port: 8080,
              ipWhitelist:   [],                                     // Set [] to allow all IP addresses
                          address:"0.0.0.0",                         // 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/2$
      

      Any other ideas? I dont know why this is so hard :*(

      posted in Troubleshooting
      P
      pingywon
    • RE: Issue with White list IP(s) not working :(

      white listing everyone would be totally fine. Thanks for this! I cant wait to try it!

      posted in Troubleshooting
      P
      pingywon
    • Issue with White list IP(s) not working :(

      Got an issue with white listing IPs. I am sure I am doing something wrong, but I cant for the life of me figure it out.

      I wanna whitelist the whole 192.168.0.x and possibly even 192.168.1.x networks /24

      I added this to my white list

      var config = {
              port: 8080,
              ipWhitelist: ["192.168.0.1/24 , ::ffff:192.168.0.1/24", "::ffff:127.0.0.1", "::1"], // 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"],
      
      

      The mirror boots fine (as opposed to black screening on me) but I get the

      “This device is not allowed to access your mirror.
      Please check your config.js or config.js.sample to change this.”

      error.

      Can someone give me something I can copy and paste…im not understanding this whitelist thing.

      posted in Troubleshooting
      P
      pingywon
    • RE: Calendar for Exchange? Not office 365

      Thank you for this advice! It really helped me down the path. The issue lies in that I can only share “busy/free” time from my calendar and so it is all not of much use to me :(

      posted in Troubleshooting
      P
      pingywon
    • Calendar for Exchange? Not office 365

      Has anyone gotten a hosted exchange calendar to work? if so can someone help. Im at a lose where to even begin…

      posted in Troubleshooting
      P
      pingywon
    • 1
    • 2
    • 3
    • 3 / 3