Smart Mirror -Raspberry Pi 3

by DavidS1612 in Circuits > Raspberry Pi

49265 Views, 425 Favorites, 0 Comments

Smart Mirror -Raspberry Pi 3

D1EM50t.jpg

This instructable will show you the step by step way on how to create a basic Smart Mirror

Parts Needed

Snapchat-2094988189.jpg

Phase 1 - Setting Up Raspberry Pi and MagicMirror

20180326_153702.jpg
20180326_154950.jpg
20180326_165728.jpg
IMG_20180328_151255_971.jpg

The first step that I did was to setup the Raspberry Pi:

o Connect to the Wi-Fi

o ensure the time and date was correct

then, update the Raspberry Pi with:

sudo apt-get update

sudo apt-get dist-upgrade

reboot the Pi:

sudo reboot

Next, install MagicMirror 2 into the Pi.

https://magicmirror.builders/

An easy way to install the MagicMirror into the Pi is to enter this in the bash command:

bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicM...

Once the MagicMirror Installation is complete, go to
the Magic Mirror directory and start Magic Mirror:

cd MagicMirror

npm start

Phase 2 – Setting Up the “Mirror”

image1.jpg
20180404_135449.jpg
20180404_165405.jpg

For this phase, you can use any monitor you want.

Depending on the availability of inputs / outputs of the monitor, you might have to get extra parts that will enable you to connect the monitor to the Raspberry Pi.

In my case, my monitor had no HDMI input available so I had to get a VGA to HDMI converter.

Apply the film:

To create the “mirror”, I took a monitor and disassembled the casing from it.

Once the Monitor casing is off, you can start applying the Film.

Instructions on how to install the film can be found here:

Phase 3 - Customizing the Mirror

20180328_154842.jpg

You can customize your mirror by adding Modules and placing them wherever you want in the mirror, by setting their position.

A list and instructions of Modules that’s currently available can be found here:

https://github.com/MichMich/MagicMirror/wiki/3rd-P...

Final Product and Future Upgrades

IMG_20180404_153638_909.jpg
IMG_20180404_153619_396.jpg

There it is! An easy way to create a simple and basic Magic Mirror.

Future Plans to upgrade the Mirror:

  • Add an assistant to the mirror, implementing either Alexa or Google Assistant