Hi @moris, i’m sorry nobody else has responded.
The automatic Magicmirror2 installation should have done everything necessary. You might need to rotate the screen. If you need to do this, just type sudo /boot/config.txt and put rotate_display=1 at the end. If it all looks okay already, don’t bother with this!
to run the Magic mirror, make sure you are in the Magicmirror directory:
cd MagicMirror
You will need to make a file in the config folder, called config.js. There is a config.js.sample you can use. Just use cp config/config.js.samaple config/config.js to copy it to the file that is needed
then type:
npm start
and the mirror should start :)
Hallo @moris, es tut mir leid, dass niemand sonst reagiert hat.
Die automatische Magicmirror2 Installation sollte alles Notwendige getan haben. Möglicherweise müssen Sie den Bildschirm drehen. Wenn Sie dies tun müssen, geben Sie einfach sudo /boot/config.txt und setzen rotate_display = 1 am Ende. Wenn alles schon okay aussieht, kümmere dich nicht darum!
Um den Magic-Spiegel auszuführen, stellen Sie sicher, dass Sie sich im Magicmirror-Verzeichnis befinden:
cd MagicMirror
Sie müssen eine Datei im config-Ordner namens config.js erstellen. Es gibt eine config.js.sample, die Sie verwenden können. Verwenden Sie einfach
cp config / config.js.samaple config / config.js
um es in die Datei zu kopieren, die benötigt wird
Dann geben Sie ein:
npm start
Und der Spiegel sollte beginnen :)