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

    Posts

    Recent Best Controversial
    • RE: Medos Bathroom Mirror

      so does your wife approve of the mirror? I saw that as a requirement but not as a comment at the end :P

      posted in Show your Mirror
      KnoxK
      Knox
    • RE: Loading an image properly

      Thanks for your help strawberry pi.

      I was having additional issues with the code finding the img.
      In case this helps someone else, this is what I ended up with:

      {
      			module: 'helloworld',
      			position: 'top_left',
      			config: {
      				text: "<img src='./config/White.png' height='186' width='341'>"
      			}
      		} ,
      
      posted in Troubleshooting
      KnoxK
      Knox
    • Loading an image properly

      I’m sure this shouldn’t be this hard but I’ve been stuck on it a few hours now. I’m trying to load a transparent background .png with a white image into the mirror.

      I’ve tried loading it as a background img through the custom.css file, which worked except its in the background… (obviously)
      body {
      background-image: url(White.png");
      background-repeat: no-repeat;
      [/code]

      So to get around the manual padding adjustment I’m wondering if there is a way to load in an img into the “Position: top_left” area so any modules also in that area auto adjust?

      I also tried adding to the index.html but that simply resulted in an “X” broken link icon.

      posted in Troubleshooting
      KnoxK
      Knox
    • RE: Website Launched

      great image at the bottom, I like it. well done.

      posted in Announcements
      KnoxK
      Knox
    • RE: RPI and HDMI->VGA converters..

      There is also this little beauty
      https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/

      it uses the gpio pins instead of the hdmi output.

      posted in Troubleshooting
      KnoxK
      Knox
    • RE: PIR sensor behind glass?

      that would be a good test, but just note you’ll be lowering its effective area. Which for a mirror might be fine, as you normally stand directly infront of it.

      posted in Hardware
      KnoxK
      Knox
    • RE: PIR sensor behind glass?

      @yo-less said in PIR sensor behind glass?:

      Can a PIR sensor be covered by anything at all or does any kind of material automatically block motion detection?

      Technically the sensor is covered by something, but that thing is the focusing Fresnel lens. Depending on the PIR you got, you’ll notice the plastic domed lens does come off rather easily.

      “These curved segments are Fresnel lenses which constitute an array that increases the detection zone of the sensor. Fresnel lens array is known to capture more infrared radiation and focus it to a relatively smaller point. Detection is more stable and maximum distance for detection is also increased. Fresnel lens has been crafted to be translucent so that it can capture only infrared radiation without getting unwanted radiations from visible spectrum of light.”

      Now the issue is that most glass and metals reflect IR wavelengths extremely well. So depending what the film/mirror backing is made out of may make your efforts mute. Aluminum which is used in most standard mirrors reflects all of the Infrared light in the spectrum.

      So mounting it behind the mirror just doesn’t seem practical due to the way light works. So what I’m thinking of for me, is to mount it in a light fixture above the mirror. Not sure on the details yet but that’s where I am right now.
      However the Camera trick does function very well and will give you that clean look.

      posted in Hardware
      KnoxK
      Knox
    • RE: Himself's first Mirror

      This is the VGA output we’re playing with now, its a kit you solder yourself and uses the GPIO pins as the output.
      https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/

      I assume you’re using a dongle style hdmi to vga converter?

      posted in Show your Mirror
      KnoxK
      Knox
    • RE: Viewing Mirror through browser on network

      Seems chrome just doesn’t like it. Works fine (for the most part)in IE. Thanks :)

      not sure what the NULL on every module is though, it doesn’t appear when directly plugged into the pi, only when viewing remotely.
      0_1471530584176_MM.PNG

      edit: added screenshot

      posted in General Discussion
      KnoxK
      Knox
    • Viewing Mirror through browser on network

      If you have the mirror installed and is running on a network, should I not be able to pull up IP:8080 to view it on a separate browser?

      We’re putting a lot of useful information in the MM and i can see a use to be able to bring it up on an ipad or on my computer in the basement from time to time. I’ve tried IP:8080 but the screen just comes up black while the services are running. If they aren’t running it just says “this site can’t be reached”. So its recognizing there is something there at least…

      Any ideas? Or can someone please explain why this wont work? Thanks,

      posted in General Discussion
      KnoxK
      Knox
    • RE: Starting out,

      using a touch screen behind glass may not work very well. When we mount tvs behind glass and want to enable a touch screen feature we add it with a touch film applied to the glass, then it goes to a computer that the monitor is also hooked up to and becomes the input source. In this case the TVs we’re using are usually just a regular LED panel not a touch panel.

      posted in General Discussion
      KnoxK
      Knox
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @trividar from the earlier comments make sure you set your sensorPIN to an integer. (no quotes)

      config.js:

      {
      		module: 'MMM-PIR-Sensor',
      		config: {
      		               sensorPIN: 22,
      			       powerSaving: true
      		}
      	},
      
      posted in Troubleshooting
      KnoxK
      Knox
    • RE: Introduce yourself!

      Good Morning, my name is Steve Knox and I live in Calgary, AB (Canada). I am a Mechanical Engineer, but I’ve always had a softspot for some light coding and electronics. I’ve recently started playing with raspberrypi’s and now have two. A pi2 as a media server running plex, and a pi3 running octoprint for my Boxzy. http://www.boxzy.com/. I own my own side business creating custom cufflinks which is just getting off the ground (still need to sit down and create a website) but I do have a few promising leads for larger orders.
      “Spare” time has been a bit of a challenge between owning a small business, having a full time job and with two little ones running around but luckily my work is pretty flexible. It lets me learn all sorts of new things, for example we have a large walk around VR lab that connects to our architectural design software we develop. Lay out your office > walk through your space in VR and update it on the fly. The Magic mirror project is something I’m going to dive in and learn in the next few weeks/months, I’d like to create one for my wife, and we’re going to make one for work. Maybe show traffic alerts and weather, nothing too complicated. ;)

      posted in General Discussion
      KnoxK
      Knox
    • RE: Bangee's Mirror

      When you’re looking at it in person can you see where the monitor ends? Is there a hard line visible or anything?

      posted in Show your Mirror
      KnoxK
      Knox
    • 1 / 1