projekte:magicmirror

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Letzte ÜberarbeitungBeide Seiten, nächste Überarbeitung
projekte:magicmirror [2017/04/10 07:14] avarrishprojekte:magicmirror [2019/09/14 23:43] noby
Zeile 73: Zeile 73:
 == NodeJS Installation == == NodeJS Installation ==
 <code> <code>
-$ curl -sL https://deb.nodesource.com/setup_7.x | bash -+$ apt install curl 
 +$ curl -sL https://deb.nodesource.com/setup_10.x | bash -
 $ apt-get install -y nodejs $ apt-get install -y nodejs
 </code> </code>
Zeile 79: Zeile 80:
 == X-Server Installation == == X-Server Installation ==
 <code> <code>
-$ apt-get install slim xorg libgtk2.0-0 libxss1 libgconf-2-4+$ apt-get install lightdm xorg libgtk2.0-0 libxss1 libgconf-2-4 unclutter
 $ adduser magic $ adduser magic
 </code> </code>
-Editieren der Datei ''/etc/slim.conf'':+Editieren der Datei ''/etc/lightdm/lightdm.conf'':
 <file> <file>
-default_user magic +[Seat:*] 
-auto_login yes+autologin-user=magic 
 +xserver-command=X -s 0 dpms 
 </file> </file>
  
Zeile 91: Zeile 93:
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
 +unclutter &
 DIR="/opt/MagicMirror" DIR="/opt/MagicMirror"
 cd $DIR cd $DIR
Zeile 100: Zeile 103:
 == Magic Mirror Installation == == Magic Mirror Installation ==
 <code> <code>
-$ apt-get install git+$ apt-get install git libnss3 libasound2
 $ cd /opt $ cd /opt
 $ git clone https://github.com/MichMich/MagicMirror $ git clone https://github.com/MichMich/MagicMirror
 +$ chown magic MagicMirror -R
 +$ cd MagicMirror
 $ sudo -u magic npm install $ sudo -u magic npm install
 </code> </code>
  • projekte/magicmirror.txt
  • Zuletzt geändert: 2019/10/06 02:49
  • von noby