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

MMM-AdminPanel get problem

Scheduled Pinned Locked Moved Utilities
10 Posts 2 Posters 970 Views 2 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.
  • E Offline
    emrah_asl @sdetweil
    last edited by Aug 9, 2020, 1:08 PM

    @sdetweil said in MMM-AdminPanel get problem:

    http://localhost:8080/MMM-Admin-Interface/

    //where do you do this from?

    answe is, I’m writing inside raspberry 4b browser

    S 1 Reply Last reply Aug 9, 2020, 1:15 PM Reply Quote 0
    • S Away
      sdetweil @emrah_asl
      last edited by sdetweil Aug 9, 2020, 1:16 PM Aug 9, 2020, 1:15 PM

      @emrah_asl hm…

      i added module and default config,

      and (my MM on port 8090 as another app is using 8080)

      http://localhost:8090/MMM-Admin-Interface/
      

      shows
      Screenshot at 2020-08-09 08-13-44.png

      so I would blank out the ipWhitelist to

      ipWhitelist:[],
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • E Offline
        emrah_asl
        last edited by Aug 9, 2020, 1:24 PM

        Hi @sdetweil

        Yeah you right again ! When I leave blanks ipWhitelist, It is works.

        Bu interesting, what should do coorect restrictons about this point.

        I’m connecting my rpi over VNC servier with 192.168.0.29 in my windows.

        S 1 Reply Last reply Aug 9, 2020, 1:28 PM Reply Quote 0
        • S Away
          sdetweil @emrah_asl
          last edited by Aug 9, 2020, 1:28 PM

          @emrah_asl what is your windows pc IP address

          ipWhitelist: [ windows_ip/32 ],
          

          my windows IP is 192.168.2.106, so would be

          ipWhitelist:[192.168.2.106/32],
          

          that means, ipv4 addresses are 32 bits wide (4 chars)

          so, allow this address windows_ip, and use all 32 bits for address matching

          you can match the local network

          windows_ip/24 which would be
          any system with address starting with 192.168.0

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S 1 Reply Last reply Aug 10, 2020, 1:57 PM Reply Quote 0
          • S Away
            sdetweil @sdetweil
            last edited by Aug 10, 2020, 1:57 PM

            @emrah_asl also, vnc vs mm. mm implements its own network security . so vnc connection has nothing to do with mm connection

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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