MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. KirAsh4
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 26
    • Topics 32
    • Posts 773
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Really NOOB Question. Stopping Magic Mirror App

      Alternatively, rather than working ON the Raspberry Pi itself, consider using a different computer (like the one you’re sitting at now, to post questions on the forum) to remotely SSH into the Raspberry Pi. Then you don’t have to worry about needing to get back to the desktop on the rPi to do anything. You can trigger everything remotely.

      My rPi is setup so that MagicMirror will come up automatically when it reboots (please read the installation instructions on how to do this.) It does not have neither a keyboard nor mouse that are active on it (with that I mean, the wireless dongle is plugged in, but the keyboard and mouse are turned off, I don’t need them.) If I need to restart the process, or update files, from my windows machine, I use a program called SecureCRT to remotely log into the rPi with SSH. You can use something else, like PuTTY. Note that this is text-only, not a graphical interface. Once logged in, I can do anything/everything from the command line that I would do if I was logged onto the rPi itself with its keyboard and mouse.

      If you really want a desktop environment (I really don’t know why), you can setup VNC on the rPi, and use that to connect. On the Windows side, you can use a free version of RealVNC client to connect to the rPi and you have a desktop.

      Side note: having the rPi on the same network means that together with the display that’s connected on the rPi, I can also launch another instance of MagicMirror on my Windows machine simply by going to 'http://myrpi_address:MM_port', for example, 'http://10.0.0.1:8080' (assuming the rPi is at that address.) This allows me to write code and hit refresh on my browser which instantly refreshes, as opposed to constantly restarting the actual process on the rPi. It also allows me to compare. The instance running on the rPi is completely unaffected by the refreshes done on the local browser. So I can make a change, refresh locally, and compare the two, one local, and the other on the rPi’s display. Works great.

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • RE: Where to buy good two way mirrors ?

      Yeah, the acrylic, at the monitor size (22x15), would be about $103 … But I’m putting it on a wall, a much larger piece … that’s gonna be 'spensive!

      posted in Hardware
      KirAsh4K
      KirAsh4
    • RE: Web interface for customization?

      Maybe open another socket on port :8081 and have that be the web configuration interface? Dunno, just throwing out ideas …which can always be thrown out. :)

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Alternating Modules to save on real estate

      By the way, this works best if the two modules you are trying to swap are right below each other in the 'config.js' file. For example, if you’re trying to swap ModA and ModB, your 'config.js' should list them together

      modules: [
      		{
      			module: 'ModA',
      		},
      		{
      			module: 'ModB',
      		},
      ],
      

      if you have a ModC in between them, it won’t ‘swap’ properly, it’ll just turn them off in alternate fashion while keeping them in their respective location. So you’ll end up with:

      startup
      ModA
      ModC
      ModB
      
      then
      ModC
      ModB
      
      then
      ModA
      ModC
      
      alternating ...
      

      Not particularly ideal …

      posted in Requests
      KirAsh4K
      KirAsh4
    • RE: Really NOOB Question. Stopping Magic Mirror App

      LOL!! Oh this ought to be good. :)

      Seriously though, this is coming from decades of being in the field of computers, coding, working with electronics, designing my own stuff … you tend to pick up a thing or two over the years. Then you start to forget them as you start losing your hair … It’s a harsh reality.

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • RE: Display and Connection to the Pi3

      My knee jerk answer is to find the model of the screen, and search eBay for a driver for it. The driver board will have the ribbon cable you need to connect to that, and the board will have the standard HDMI input on it. Simply typing in ‘lcd driver board’ on eBay’s search bar will get you a long list of them. By also entering the model of the screen, you can narrow that down.

      posted in Hardware
      KirAsh4K
      KirAsh4
    • RE: Email

      When in doubt, pull the plug.

      posted in Productivity
      KirAsh4K
      KirAsh4
    • RE: Analog + Digital Clock module

      @pugsly, I forgot to mention this: new code has been added to the 'develop' branch that allows you to turn off the date display when using the module in analog mode only. Options are 'top' (default) to have it displayed at the top of the clock, 'bottom' to show it on the bottom, or 'false' to completely turn it off.

      posted in Requests
      KirAsh4K
      KirAsh4
    • RE: Really NOOB Question. Stopping Magic Mirror App

      HEY! You delayed a bunch of stuff in favor of a vacation! Some people’s kids! :)

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • RE: Display and Connection to the Pi3

      Just entering 'LTN101NT08 display board'and this was the first result:
      http://r.ebay.com/IWsZDw

      VGA, HDMI, looks like composite. Remote control, speakers, buttons panel … All the fixings for a custom built frame.

      posted in Hardware
      KirAsh4K
      KirAsh4
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 11 / 16