

- RASPBERRY PI MIRROR PROJECT HOW TO
- RASPBERRY PI MIRROR PROJECT INSTALL
- RASPBERRY PI MIRROR PROJECT UPDATE
- RASPBERRY PI MIRROR PROJECT MANUAL
If you have connected a monitor or other display to your Pi, you might have noticed that the screen orientation is incorrect for our smart mirror. We have the Pi and MagicMirror software running, now it’s time to configure the Pi and MagicMirror. The MagicMirror should now start with the default configuration. The last step, for now, is to copy the configuration file and start the MagicMirror software # Copy the config fileĬp config/config.js.sample config/config.js Just give it some time! # Clone the MagicMirror Repository
RASPBERRY PI MIRROR PROJECT INSTALL
Running npm install can take up to 10 min on a Raspberry Pi 3, with no to minimal console output. The next step is to clone and install the MagicMirror software.
RASPBERRY PI MIRROR PROJECT UPDATE
This script can also be used to automatically update the MagicMirror software.įirst, we are going to install Node.js: # Install Node.js But I have to mention that there is also an installation script that you can use.
RASPBERRY PI MIRROR PROJECT MANUAL
I am going to do the manual installation method because I like to know what is being installed and where. We are now ready to install the MagicMirror software. Run the following command to install the latest packages: sudo apt-get update & sudo apt-get upgrade -y & sudo apt-get autoremove & sudo apt-get autoclean Install and Configure MagicMirror The next step is to make sure that the Pi is fully up to date. When done save and close the file by pressing ctrl + x and pressing Y to save it. Also, make sure you configure the router’s IP Address correctly. Give your Pi a static IP Address in the.

Static domain_name_servers=192.168.1.1 1.1.1.1 # < change this to your routers IP Address and DNS Static routers=192.168.1.1 # < change this to your routers IP Address

Static ip_address=192.168.1.213/24 # < change this to IP Address that want to use

This involves a couple of steps to install the necessary software on the microSD card, configure the Pi with SSH, and, of course, install the MagicMirror2 software. Installing and Configuring the Raspberry Piīefore we can configure the Smart Mirror we first need to install and configure the Raspberry Pi.
RASPBERRY PI MIRROR PROJECT HOW TO
In this article, I am going to explain how to install the smart mirror software and all the used modules, and how to build the mirror.
