

- RASPBERRY PI MAGIC MIRROR HOW TO
- RASPBERRY PI MAGIC MIRROR INSTALL
- RASPBERRY PI MAGIC MIRROR MANUAL
- RASPBERRY PI MAGIC MIRROR SOFTWARE
- RASPBERRY PI MAGIC MIRROR CODE
It’s available at Github, along with instructions for installing all the software (if you’re a visual learner you may want to head over to maker-tutorials for instructions with more pictures).
RASPBERRY PI MAGIC MIRROR CODE
Otherwise you may have to come up with a more creative solution for making the mirror look like more than… well, an LCD screen plugged into a Raspberry Pi.Īs for the software, the project uses the open source MagicMirror2 platform to do the heavy lifting, but Ben Roe has also written code that adapts the software to run on black and white E Ink displays. The trickiest part may be building a frame for this E Ink picture frame - if you’ve got a 3D printer you can use that.
RASPBERRY PI MAGIC MIRROR INSTALL
After installing NodeJS, you can clone the GitHub repository and install the application with npm.
RASPBERRY PI MAGIC MIRROR MANUAL
There are really only a few pieces of hardware involved: a Raspberry Pi Zero W ($10), a 7.5 inch Waveshare E Ink display ($50ish), a microSD card, and a micro USB power adapter - which you may already have lying around. As a whole, the best method to install Magic Mirror on a Raspberry Pi is manual installation. And third, most of the components seem pretty easy to source and assemble.Īll told, it looks like an interesting project for makers on a budget - you could probably build your own using less than $100 in parts. Second, it uses a low-power, high-contrast E Ink display.

But Ben Roe’s Magic Mirror E Ink project stands out in a few interesting ways.įirst up, it’s not really a mirror, per se… it’s more of a smart picture frame that can display calendar appointments, weather forecasts, news updates, incoming messages, and other information. How long will my Fire Tablet get security updates?įolks have been using Raspberry Pi devices and other small, cheap, and low power computers to build smart mirrors for the past few years.
RASPBERRY PI MAGIC MIRROR HOW TO

We will also be using PHP for the two RSS feeds - news and weather. We will be using JavaScript to program the clock display. The project was first put together by Michael Teeuw in 2014 and has since garnered much popularity in the maker community, inspiring smart mirror projects. MagicMirror² is built by the creator of the original MagicMirror with the incredible help of a growing community of contributors. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant. This course involves the use of basic concepts from multiple programming languages. MagicMirror² is an open source modular smart mirror platform. Once this is done, we will create a cascading style sheet (CSS) doc and customize our web page to give us the required display for a smart mirror. 90 degrees screen rotation to match the portrait. To learn how to build your own magic mirror, we will first focus on writing a base HTML script for the website, and adding basic elements - a clock, a periodically updating news feed, and a periodically updating weather feed, to it. To meet all the needs for the Magic Mirror, the Raspberry needs the following features: Wifi connectivity. This involves creating and coding a custom web page and hosting it on a Raspberry Pi using the Apache HTTP server application. Installing Magic Mirror Install NodeSource Install NodeJS Clone the MagicMirror GitHub Repo Install Magic Mirror Copy the Sample Config File Run the. This course will focus upon teaching you to setup and build your own smart mirror display. This course is meant as a active learning/DIY project to learn the basics of scripting languages, while working on something fun.
