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.

    Module Region question

    Scheduled Pinned Locked Moved Custom CSS
    21 Posts 3 Posters 7.0k Views 3 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.
    • G Offline
      greedyvegan @sdetweil
      last edited by

      @sdetweil said

      • address:“0.0.0.0”, // means listen on all adapters, wifi and ethernet if both enabled, WITHOUT having to specify the ACTUAL ip address
        port: 8080 // default so you would use your PC browser to connect to the ip address/name of the machine running mm:port number
        http://ip_address_or_name:port ipwhitelist:[] // provides a way to allow ONLY specific addresses, ON YOUR NETWORK, to connect to mm.

      I’ve tried ipWhitelist “[]” and “[my ipaddress]” and nothing,
      but I’m going to try again

      • to access disk and have ssh,use bitwise or winscp clients from your PC. will give use ssh window and file manager type access to files on pi

      I’m going to give this a shot

      • on the restart on change, pm2 seems flaky there.
        but I have only configured to watch config.js
        to refresh w css just refresh the MM page.
        ctrl-r on the MM content, f5 on the dev window content
        you can do all the developers window from any pc that can get the MM screen

      I’ve been refreshing or closing the MM window

      • you can also try my MMM-Config module if you want yo avoid the editing troubles of config.js https://github.com/sdetweil/MMM-Config

      I’m going to try that now
      thanks a lot.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @greedyvegan
        last edited by sdetweil

        @greedyvegan it’s

        address:'0.0.0.0',
        ipWhitelist:[] 
        

        either single or double quotes

        then you can access from your phone or pc

        http://pi_ipaddress:8080
        

        my pi is called raspberrypi4
        so

        http://raspberrypi4:8080
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        G 1 Reply Last reply Reply Quote 0
        • G Offline
          greedyvegan @sdetweil
          last edited by

          @sdetweil

          the ip address didn’t work, the name worked this time,
          I put the whitelist under address like in your example

          thank you very much

          S 1 Reply Last reply Reply Quote 1
          • S Offline
            sdetweil @greedyvegan
            last edited by

            @greedyvegan the mm server ip address would be something like

            192.168.1.???
            if you do ping your name it should return the server address

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            G 1 Reply Last reply Reply Quote 0
            • G Offline
              greedyvegan @sdetweil
              last edited by

              @sdetweil I copied it the way you had in another post and it wasn’t working, it’s finally working now.

              thank you again!

              1 Reply Last reply Reply Quote 1
              • 1
              • 2
              • 3
              • 3 / 3
              • 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