vse as user, ne root
nejdriv klasika
sudo apt update sudo apt upgrade sudo apt-get install chromium-browse
instalace node.js, v tom case 9
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - sudo apt-get install -y nodejs sudo apt-get install -y build-essential
sudo nano /etc/X11/xorg.conf.d/01-armbian-defaults.conf
a tam na konec pridame
# Append Section "Device" Identifier "default" Driver "fbdev" Option "Rotate" "CCW" EndSection
pokud je treba, armbian-config, nastavit rozliseni a ostatni
1.3 instalace MM
git clone https://github.com/MichMich/MagicMirror cd MagicMirror npm install -g electron@1.7.6 npm install stylelint@^9.0.0 npm install
pokud se neco posere, je treba vycistit npm
npm cache clean --force
cd config cp config.js.sample config.js cd $HOME/MagicMirror npm start