Skip to content

Set up RPi from scretch for MagicMirror

c-m0s edited this page Apr 18, 2022 · 7 revisions
  • install current Rasbian-Version on a Micro SD-Card (SD Card Formatter & Win32DiskImager on Win10)

  • boot into the Rasbian:

    • set orientation of the screen (I do like it turned 90° CW): sudo nano /boot/config.txt add display_rotate=3 at the bottom of the file, for the newest version of respberry you do need lcd_rotate=3 instead of display_rotate. exit with >Ctrl-O< to save and >Ctrl-X< to exit the file. reboot [ sudo reboot ] for the change to take effect.
  • activate ssh, through sudo raspi-config

  • follow https://docs.magicmirror.builders/getting-started/installation.html

Manual Installation

Download and install the latest Node.js version:
`curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -`
`sudo apt install -y nodejs`
Clone the repository and check out the master branch: `git clone https://github.com/MichMich/MagicMirror`
Enter the repository: `cd MagicMirror/`
Install the application: `npm install`
Make a copy of the config sample file: `cp config/config.js.sample config/config.js`
Start the application: `npm run start`

--> clean and fresh MagicMirror up and running.

install modules:

install autostart for Mirror

Clone this wiki locally