• 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-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates

Scheduled Pinned Locked Moved Development
76 Posts 13 Posters 47.2k Views 13 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.
  • S Away
    sdetweil @BD0G
    last edited by Nov 4, 2019, 10:19 PM

    @BD0G gotta have a position setting

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    B 1 Reply Last reply Nov 4, 2019, 10:21 PM Reply Quote 0
    • B Offline
      BD0G @sdetweil
      last edited by Nov 4, 2019, 10:21 PM

      @sdetweil Damn you are helpful!
      I forgot to uncomment the position setting. Duh. Man little things just slip by. :)

      1 Reply Last reply Reply Quote 0
      • B Offline
        BD0G
        last edited by BD0G Nov 4, 2019, 10:36 PM Nov 4, 2019, 10:35 PM

        That works. Now I am struggling with understanding the IP Whitelist area . I want to open up access to all IP Addresses internally between 192.168.1.2 and 192.168.1.254 as I am unsure which of those IP addresses will be dynamically assigned to the device I use to access the MMM-Remote-Control app.

        ipWhitelist: ["127.0.0.1", "::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"],
        
        S 1 Reply Last reply Nov 4, 2019, 11:22 PM Reply Quote 0
        • S Away
          sdetweil @BD0G
          last edited by sdetweil Nov 4, 2019, 11:23 PM Nov 4, 2019, 11:22 PM

          @BD0G so, i just clear the whitelist, and allow anyone on my network to connect… (its only me,inside my house)

          ipWhitelist: [],
          

          you will also have to open up the address block

          address: [] or [0.0.0.0]
          

          otherwise it means ONLY the same machine can talk to the mirror…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • M Offline
            mohace
            last edited by Nov 4, 2020, 9:34 PM

            Hi. There is a way to call, i.e, module controls/carousel/next slide from url?

            1 Reply Last reply Reply Quote 0
            • N Offline
              Nneuland @shbatm
              last edited by Apr 13, 2024, 2:11 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 4
              • 5
              • 6
              • 7
              • 8
              • 8 / 8
              • First post
                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