forked from MagicMirrorOrg/MagicMirror
-
Notifications
You must be signed in to change notification settings - Fork 0
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.txtadddisplay_rotate=3at the bottom of the file, for the newest version of respberry you do needlcd_rotate=3instead 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.
- set orientation of the screen (I do like it turned 90° CW):
-
activate ssh, through
sudo raspi-config -
follow https://docs.magicmirror.builders/getting-started/installation.html
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.
- MMM-DWD-WarnWeather --> do Use WarnCellID instead of region (see MMM-DWD-Warnwether - Issue #15)
- MMM-MyCommute
- KirAsh4/calendar_monthly