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.

    Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

    Scheduled Pinned Locked Moved Troubleshooting
    324 Posts 55 Posters 695.0k Views 59 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.
    • bheplerB Offline
      bhepler Module Developer @1a2a3a
      last edited by

      @1a2a3a said in Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10:

      1. so I can use my tv, go into the browser and enter local host:8080 and I’m in? Assuming they are on the same network. Otherwise what would the web link be?

      Localhost won’t work on your TV because localhost in that case is the TV’s local host (server). You’ll want to use the IP address of your Raspberry Pi. Likely http://192.168.1.xxx:8080 where xxx is the final numbers for your Pi.

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

        @bhepler yes, you need to change the config.js address: setting to something other than localhost

        localhost means only applications inside the same machine can connect.

        you can specify the local machine address, as long as it doesn’t change.
        or use “0.0.0.0”, which means any address on any adapter.

        a server application has to specify what network address it will listen on for incoming requests.

        “0.0.0.0”. is a shortcut that means any address on any active network interface…(your mm could be on wifi and Ethernet at the same time )

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 Offline
          1a2a3a
          last edited by

          Sorry guys it’s getting too technical for my limited understanding.

          I don’t have a pi yet. I’m on a pc with the git cmd, how do I “cast” to the tv/monitor?

          When I subsequently get a pi, how do I uh ssh from pc to pi?

          Is there like a 101 guide to both above?

          S 2 Replies Last reply Reply Quote 0
          • S Offline
            sdetweil @1a2a3a
            last edited by

            @1a2a3a all kinds of ways to use ssh

            the command is ssh. user-name-at-other-system@other-system-nane-or-ip-address

            example

            ssh pi@rasberrypi

            using the default user name and machine names

            there are other tools that make sone of this better

            winscp or bitvise ssh client

            both provide the ssh terminal window for commands AND a file manager window for accessing files on the other machine… double click to edit like normal

            I use notepad++ as my windows text editor

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @1a2a3a cast ? Google search is your friend

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1 Offline
                1a2a3a
                last edited by

                i set mirror config ip to pc ip address, ipwhitelist []…
                pc webbrowser via ip address and electron works. but using ipad via ipaddress of pc, it shows black screen. terminal show fetching module. so it seems like its working but black screen…?

                1 Reply Last reply Reply Quote 0
                • 1 Offline
                  1a2a3a
                  last edited by

                  just to give an update to my earlier post.
                  i manage to get the browser to show mm on my phone but not my ipad. could this be an issue of old safari browser or something along those line?

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

                    @1a2a3a yes this is probably an older browser which doesn’t support the newer JavaScript language features we are using.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 29
                    • 30
                    • 31
                    • 32
                    • 33
                    • 32 / 33
                    • 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