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.

    Initial install onto headless Pi3+

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 2 Posters 957 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.
    • D Offline
      davidkmcw
      last edited by

      Hi all,

      I’m just starting to dip my toes into this stuff. I just did a fresh install of Raspian (Buster) and did a upgrade/ update, immediately followed by installing MM2 using the ‘bash -c …’ one liner. I am running the system headless right now as I am evaluating various MM builds and what my LCD screen options are, however I would still like to be able to look at the various MM modules, options, etc, while doing so. What are my options for seeing what this thing is going to look like, can I access via RDP/ VNC or can I fire up a web portal or anything?
      Apologies if this is the incorrect forum for asking.
      Thanks in advance, David

      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @davidkmcw
        last edited by

        @davidkmcw MM can be accessed via a browser on another machine… all you need is network access

        set the config to allow any system to access

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Reply Quote 1
        • D Offline
          davidkmcw @sdetweil
          last edited by

          @sdetweil How would I do that?

          S 1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @davidkmcw
            last edited by sdetweil

            @davidkmcw

            from config.js, the default is ‘localhost’ so it only allows the same machine to connect to the mirror app

            	address: "", // Address to listen on, can be:
            	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
            	                      // - another specific IPv4/6 to listen on a specific interface
            	                      // - "", "0.0.0.0", "::" to listen on any interface
            	                      // Default, when address config is left out, is "localhost"
            	port: 8080,
            	ipWhitelist: [], // Set [] to allow all IP addresses
            
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            D 1 Reply Last reply Reply Quote 1
            • D Offline
              davidkmcw @sdetweil
              last edited by

              @sdetweil I’ll give a shot, thanks

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