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

Initial install onto headless Pi3+

Scheduled Pinned Locked Moved Unsolved Troubleshooting
5 Posts 2 Posters 961 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 Nov 18, 2019, 1:37 PM

    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 Nov 18, 2019, 1:39 PM Reply Quote 0
    • S Offline
      sdetweil @davidkmcw
      last edited by Nov 18, 2019, 1:39 PM

      @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 Nov 18, 2019, 2:24 PM Reply Quote 1
      • D Offline
        davidkmcw @sdetweil
        last edited by Nov 18, 2019, 2:24 PM

        @sdetweil How would I do that?

        S 1 Reply Last reply Nov 18, 2019, 2:36 PM Reply Quote 0
        • S Offline
          sdetweil @davidkmcw
          last edited by sdetweil Nov 18, 2019, 2:36 PM Nov 18, 2019, 2:36 PM

          @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 Nov 18, 2019, 3:42 PM Reply Quote 1
          • D Offline
            davidkmcw @sdetweil
            last edited by Nov 18, 2019, 3:42 PM

            @sdetweil I’ll give a shot, thanks

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