• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Deutsche Anleitung MagicMirror auf RaspberryPi 3

Scheduled Pinned Locked Moved General Discussion
118 Posts 20 Posters 139.0k Views 25 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    pinsdorf Module Developer
    last edited by pinsdorf Mar 3, 2018, 2:11 AM Mar 3, 2018, 2:04 AM

    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 von xlarge ist für die Schriftgröße zuständig, siehe hier.

    Du kannst jetzt beispielsweise so vorgehen:

    • kopiere main.css nach mystyle.css im Verzeichnis MagicMirror/css
    • benutze die Konfiguration customCss um dein mystyle.css anzuwenden, siehe README
    • füge in mystyle.css eine eigene Größenklasse mysize ein, orientiere dich zunächst an xlarge
    • ändere die Konfiguration von Compliments so, dass dort statt xlarge deine Klasse mysize benutzt wird. Dafür gibt es ein Setting namens classes, 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-Klassen large, medium, small und xsmall zufrieden bist.

    1 Reply Last reply Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer
      last edited by Mykle1 Mar 3, 2018, 3:24 AM Mar 3, 2018, 3:22 AM

      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

      0_1520047440972_1.png

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 2
      • P Offline
        pinsdorf Module Developer
        last edited by Mar 3, 2018, 10:19 AM

        … 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.

        M 1 Reply Last reply Mar 3, 2018, 2:23 PM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @pinsdorf
          last edited by Mar 3, 2018, 2:23 PM

          @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. :-)

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 3 Offline
            35110
            last edited by Sep 9, 2018, 6:38 PM

            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.sh

            run-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??

            M 1 Reply Last reply Sep 9, 2018, 11:44 PM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @35110
              last edited by Sep 9, 2018, 11:44 PM

              @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 running npm 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!

              Create a working config
              How to add modules

              3 1 Reply Last reply Sep 10, 2018, 7:11 PM Reply Quote 0
              • 3 Offline
                35110 @Mykle1
                last edited by Sep 10, 2018, 7:11 PM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • 3 Offline
                  35110
                  last edited by 35110 Sep 14, 2018, 7:05 PM Sep 14, 2018, 7:05 PM

                  @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?

                  M 1 Reply Last reply Sep 15, 2018, 12:26 AM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @35110
                    last edited by Mykle1 Sep 15, 2018, 12:28 AM Sep 15, 2018, 12:26 AM

                    @35110

                    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:

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • 3 Offline
                      35110
                      last edited by Sep 16, 2018, 8:53 AM

                      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

                      M lavolp3L 2 Replies Last reply Sep 16, 2018, 1:57 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 11
                      • 12
                      • 3 / 12
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy