Installation
Rasbian
Install official rasbian.
Configuration
Screen rotate
Edit /boot/config.txt file.
sudo nano /boot/config.txt
Add one of these to the bottom:
display_rotate=0Normaldisplay_rotate=190 degreesdisplay_rotate=2180 degrees
Reboot.
Enable SSH
- Launch
Raspberry Pi Configurationfrom thePreferencesmenu - Navigate to the
Interfacestab - Select
Enablednext toSSH - Click
OK
Remove WLAN power save mode
Run following command to turn wlan power save off:
sudo iwconfig wlan0 power off
MagicMirror 2
Install running with command:
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
Configuration
Configuration file will /home/pi/MagicMirror/config/config.js.
Own modules
Created own module mm-digitraffic-trains
See code in GitHub