TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MirrorMirror: A Raspberry Pi-Powered Magic Mirror

131 pointsby bdzover 9 years ago

14 comments

brentvatneover 9 years ago
Cool stuff! ajwhite put something similar together with an old Android tablet and React Native: <a href="https:&#x2F;&#x2F;github.com&#x2F;ajwhite&#x2F;MagicMirror" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ajwhite&#x2F;MagicMirror</a>
评论 #10804412 未加载
mchahnover 9 years ago
This is cool and I&#x27;ve already got a couple of ideas that steal from it. I have one question though. Why would an obviously technically capable person have photos displayed in the wrong orientation on the web page?
评论 #10805272 未加载
planbover 9 years ago
Does anyone know if this setup in combination with a camera would work to create a real time color overlay over the mirror image? Or is just white text readable due to the way the light shines through the mirror?<p>I could imagine lots of useful or entertaining use cases for such a mirror...
评论 #10804068 未加载
评论 #10803829 未加载
评论 #10803763 未加载
评论 #10804325 未加载
incanus77over 9 years ago
This is awesome! I made an iOS- and OS X-based interactive one for Halloween recently as well: <a href="http:&#x2F;&#x2F;justinmiller.io&#x2F;posts&#x2F;2015&#x2F;11&#x2F;17&#x2F;mirror-mirror&#x2F;" rel="nofollow">http:&#x2F;&#x2F;justinmiller.io&#x2F;posts&#x2F;2015&#x2F;11&#x2F;17&#x2F;mirror-mirror&#x2F;</a>
tudorwover 9 years ago
It&#x27;s a great project, must admit I was expecting a camera and some AI to detect whether I was the fairest of all!
timvdalenover 9 years ago
I also had a go at this recently, I wrote a backend in node that supported &#x27;data plugins&#x27; that can generate events, which are then published to an angular app.<p>I targeted a mobile device behind a mirror, so I included functionality that made the front-end refresh the page (and possibly load new front-end code) upon a special message from the backend. That way, I didn&#x27;t have to connect the device for every update.<p>I never quite finished any useful data plugins except for the weather, but if anyone&#x27;s interested the code is here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;timvdalen&#x2F;webmirror-back" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timvdalen&#x2F;webmirror-back</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;timvdalen&#x2F;webmirror-front" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timvdalen&#x2F;webmirror-front</a>
Corradoover 9 years ago
I know this has been done a dozen times and shown on the Internet, this particular inception seems particularly cool. Maybe it&#x27;s because the pictures are so clear, or that I recently got a Pi2 to play around with, but it makes me really want to do this project. :)
teh_klevover 9 years ago
Very cool.<p>If the author of this page turns up can I suggest one thing - image optimisation. You could save a chunk of bandwidth cost for yourself and others browsing on metered services, and improve your page load times by not having ~seventeen 3-5 MB (~5300x3000px ) images being loaded, especially when none of the 720x146 px images can be clicked to show a larger version.<p>This page is 72MB big and took 100 seconds to load, even on a non-congested 8MB DSL service.
Mtinieover 9 years ago
I&#x27;ve got an extra Kinect laying around that would be cool to tie into one of these mirror builds.<p>Has anyone had any success hooking a Kinect up to a Raspberry Pi? I&#x27;ve seen threads that discuss a few libraries that are available for depth and image data, but I don&#x27;t recall ever seeing anyone successfully use a Kinect &quot;controller&quot; (gestures to move a pointer).
kevinbowmanover 9 years ago
I wonder if it has a reflection API...
bkd9over 9 years ago
It looks like most of these magic mirrors have been done with an old android whereas this one uses a monitor and a rasberry pi. If I wanted to make one, which one should I choose. What are the pros and cons of this approach?
评论 #10805133 未加载
awqrreover 9 years ago
I guess it can get really useful if you like to sit in front of the mirror all day.
avodonosovover 9 years ago
Super, widgets on mirror is a cool feature!
x3n0ph3n3over 9 years ago
I would buy one of these!