Read the statement by Michael Teeuw here.
Deutsche Anleitung MagicMirror auf RaspberryPi 3
-
Das ändert man im Stylesheet (*.css). Im Code des Compliments Moduls wird beim Aufbau des DOM drei Klassen
thin xlarge bright
gesetzt, siehe hier.Viele Module bringen ihre eigene CSS Datei mit, doch Compliments verwendet das CSS
main.css
. Die Definition vonxlarge
ist für die Schriftgröße zuständig, siehe hier.Du kannst jetzt beispielsweise so vorgehen:
- kopiere
main.css
nachmystyle.css
im VerzeichnisMagicMirror/css
- benutze die Konfiguration
customCss
um deinmystyle.css
anzuwenden, siehe README - füge in
mystyle.css
eine eigene Größenklassemysize
ein, orientiere dich zunächst anxlarge
- ändere die Konfiguration von Compliments so, dass dort statt
xlarge
deine Klassemysize
benutzt wird. Dafür gibt es ein Setting namensclasses
, siehe README von Compliments.
Alternativ, d.h. ganz ohne eigenes CSS, kannst Du auch nur den letzten Punkt anwenden, wenn Du mit einer der in
main.css
bereits vorhandenen Größen-Klassenlarge
,medium
,small
undxsmall
zufrieden bist. - kopiere
-
Ich habe mich in meinem ganzen Leben noch nie so ausgeschlossen gefühlt. ;-)
Im Ernst, was dieses Forum so cool macht, ist, dass Menschen aus der ganzen Welt hier zusammenkommen. Es ist mir eine Ehre und ein Privileg, Teil dieser Gemeinschaft zu sein.
Frieden!
Danke Gott für den Google Übersetzer
-
… and thanks to Gene Roddenberry (and others), who invented the Universal Translator. :-)
Yes, you are right about the spirit of this forum. And I fully agree that discussions should be in English, so that everybody can participate and benefit from them. In this thread, however, the user asked explicitly for setup instruction in German. As long as language-specific threads don’t become the norm, I think such request are totally OK, because we should also not exclude people who are not fluent in English.
PS: The EN-DE translation of your post is really good. I’m surprised.
-
@pinsdorf said in Deutsche Anleitung MagicMirror auf RaspberryPi 3:
I think such request are totally OK, because we should also not exclude people who are not fluent in English.
Agreed. :-)
-
Ich mal wieder…ja ich weiß es war sehr lange ruhig von meiner Seite, aber ich war beruflich bedingt leider verhindert :-( Nun habe ich mich mal wieder meinem Projekt gewidmet und den Pi aus der Schublade gezogen und ans Netz gebracht. Da muß man erstaml selber schauen wie das alle funktioniert hat bzw. wie man über Konsole oder direkt über den Pi MagicMirro wieder startet. Nur gut das ich hier ja alles aufgeschrieben habe und so lief MM schon bald wieder an. Alles Tutti dacht ich mir und als ich die System Mitteilung gelesen habe, dass es ja ein Update gibt, dacht ich mir so, das kann ja jetzt nicht so ein Problem geben. Gesagt getan und mal kurz über die Konsole git pull && npm install eingegeben und ab dafür…die Textzeilen die dann auf meinem Display zu sehen waren versprachen nichts gutes und so kam es wie es kommen mußte, nach einem Neustart und npm start wurde mir auch so gleich eine auflistung von “Fehlern” angezeigt.
magicmirror@2.4.1 start /home/pi/MagicMirror
sh run-start.shrun-start.sh: 4: runs.start.sh: electron: not found
npm ERR! magicmirror@2.4.1 start: sh run-start-sh
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the magicmirror@2.4.1 start script. This is most likely a problem with the magicmirror package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on you system:
npm ERR! sh run.start.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls magicmirror
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.9.59-v7+
npm ERR! command “/usr/bin/nodejs” “usr/bin/npm/” “start”
npm ERR! cwd /home/pi/MagicMirror
npm ERR! node -v v4.8.2
npm ERR! npm -v 1.4.22
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary “node”npm ERR! not OK code 0
Hat hier jemand eine Idee bzw. Lösungsansatz für mich??
-
@35110 said in Deutsche Anleitung MagicMirror auf RaspberryPi 3:
run-start.sh: 4: runs.start.sh: electron: not found
I didn’t translate your post but I can see
electron: not found
being reported. You can try runningnpm install
again in your MagicMirror directory and see if electron is installed. If that does not work then you can try installing electron manually. Do a search on this forum to see exactly how that is done. Good luck! -
This post is deleted! -
@Mykle1 - danke für die Gute Idee mit dem Übersetzer, so kann ich sowohl in Deutsch weiter machen, als auch meine Fragen und Anleitungen auf Englisch formulieren. Wie gesagt, mein Englisch ist einfach nicht gut genug um in diesem Forum alles zu 100% zu verstehen und somit könnte ich MagicMirro wohl nicht umsetzen.
Nun aber zu miener Frage und evtl. kennt Ihr das Problem selber, MagicMirror bzw. das Display am HDMI Anschluss schaltet sich irgendwann von alleine ab, das ist natürlich kontraproduktiv für die Nutzung des MagicMirror. Daher meine Frage, wie habt Ihr das Problem gelöst?
@Mykle1 - thanks for the good idea with the translator, so I can continue in German, as well as formulate my questions and instructions in English. As I said, my English is just not good enough to 100% in this forum to understand everything and therefore I could not implement MagicMirro probably.
But now to my question and possibly you know the problem itself, MagicMirror or the display on the HDMI port turns off at some point from alone, which is of course counterproductive for the use of MagicMirror. So my question, how did you solve the problem?
-
Ich denke, Sie müssen xscreensaver installieren, um zu verhindern, dass der Bildschirm in den Ruhezustand wechselt. Es wurde gerade in diesem Thema gelöst.
I think perhaps you need to install
xscreensaver
to stop the display from going to sleep. It was just solved in this topic.https://forum.magicmirror.builders/topic/8627/magicmirror-sleep-in-5-minutes/3
Gotta love google translate! :thumbsup:
-
Ich danke @Mykle1 für den Tipp den ich gleich ausprobieren werde und hier natürlich meiner Anleitung inzufügen werde - für alle die eine deutsche Version dafür brauchen.
@Mykle1 ich habe eine Anleitung gesehen um einen PIR Sensor am Pi anzuschliessen, der den Monitor deaktiviert bzw aktiviert. Gibt es dazu evtl. eine gut detailierte Anleitung - auch im Bezug auf die Pin´s?
I thank @ Mykle1 for the tip that I will try the same and here will of course add to my instructions - for all those who need a German version.
@ Mykle1 I have seen a guide to connect a PIR sensor s.pi, which disables or activates the monitor. Is there possibly a well detailed guide - also in relation to the pin’s?
Danke für Google Translator