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 158.2k 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.
    • lavolp3L Offline
      lavolp3 Module Developer @radioman
      last edited by

      @radioman said in Deutsche Anleitung MagicMirror auf RaspberryPi 3:

      Ich hab das mal versucht aber es verschiebt mir alle Kalender

      Das liegt daran dass .calendar die Referenz für alle calendar Module ist.
      Jedes Modul bekommt zusätzlich eine id die man zb im Browser mittels dev tools finden kann (weiß leidet keine andere Möglichkeit)
      Wem man diese id (z.b. #module_13_calendar) in css anspricht verschiebt sich nur der eine Kalender.

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

      1 Reply Last reply Reply Quote 0
      • R Offline
        radioman
        last edited by

        Hallo Gemeinde
        Ich habe das Modul MMM-Pages installiert (nur das Modul noch zusätzlich das MMM-Page-Indicator Modul)
        Meine 2 Seiten wechseln auch.

        	
        		{
                module: 'MMM-pages',
                config: {
                animationTime: 0,
        		rotationTime: 10000,
        		rotationDelay: 0,
        		pages: 2,
        		         modules:
                            [[ "calendar", "weatherforecast"],
                             [ "MMM-RAIN-RADAR" ]],
                        fixed: ["clock", "MMM-OpenmapWeather", "MMM-page-indicator"],
                 }        
                },
        		
        
        

        Nun möchte ich zusätzlich mit Alexa die Seiten nach bedarf umschalten.
        Hier meine Config

        {
                    module: 'MMM-AlexaControl',
                    position: 'bottom_left',
                    config:{
                        image: false,
                        pm2ProcessName: "mm",
                        refresh: true,
                        restart: true,
                        reboot: false,
                        monitorToggle: true,
                        vcgencmd: 'vcgencmd',
                        deviceName: "Spiegel",
                        startPort: 12000,
                        notifications: [
            							  {
               			 					name: 'Radar',
               			    			    port: 11101,
                					        OnOff: true,
                		 					notification: [["SHOW_RADAR", null],["HIDE_RADAR", null]]
                     						},
                     						{
                							name: 'Seite eins',
               								port: 11102,
                							OnOff: true,
                							notification: ["PAGE_CHANGED", 0]
                							},
                							{
                							name: 'Seite zwei',
               								port: 11103,
                							OnOff: true,
                							notification: ["PAGE_CHANGED", 1]
                							}
        				]
                  
                 }
               	 },	
        
        
        

        Alexa findet auch Geräte aber ich kann Sie nicht einschalten
        Leider finde ich meinen Gedankenfehler nicht

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @radioman
          last edited by sdetweil

          @radioman read my other reply

          please don’t double post

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • R Offline
            radioman
            last edited by

            Sorry I Think i Create a Post in German too
            OK

            1 Reply Last reply Reply Quote 0
            • T Offline
              tomy38
              last edited by

              Hallo Zusammen,

              ich habe mir MagicMirror auf meinem raspberryPi 3 installiert.

              Nun möchte ich gerne meine IP-Cam darauf laufen lassen.
              Dabei handelt es sich um eine aus dem Hause Wansview.

              Als Modul habe ich MMM-MJPG-stream installiert.
              Im Browser kann ich das Bild über “http://IP-Adresse/mjpeg/snap.cgi?chn=0” aufrufen.

              Nun sehe ich leider auf meinem MagicMirro nur ein grünes Bild.

              Muss ich ein anderes Modul verwenden bzw. was ist faslch?

              VG

              Thomas

              1 Reply Last reply Reply Quote 0
              • 3 Offline
                35110
                last edited by

                Never Change a running System - irgendwann lerne ich das noch…

                Ich habe heute meinen MM geupdatet und was soll ich sagen, auf anhieb hat das mit dem Update natürlich nicht geklappt, erst musst ich die üblichen verdächtigen mit .json Endung löschen bevor das Update durch lief.

                Nach einem Neustart zeigt mir jetzt die Weather App folgenden Fehler an:
                This Module is deprecated since release v2.15 an removed with v2.19 use the “weather” module as replacement, more info in the documentation

                Also wenn ich das, mit meinem eingeschränkten Englisch und zur Hilfe nahme eines Übersetzers richtig verstehe - wurde das Original Weather Modul entfernt und man muß nun ein neues installieren. Ähm aber wo finde ich das neue Modul? Ich stehe da gerade auf dem Schlauch.

                Hat zufällig jemand schon diese Änderung erfolgreich bearbeitet??

                thgmirrorT 1 Reply Last reply Reply Quote 0
                • thgmirrorT Offline
                  thgmirror @35110
                  last edited by thgmirror

                  Hallo @35110

                  das sollte jetzt ungefähr so aussehen bei Dir:

                  //#################################################################################
                  		{
                  			disabled: false,
                  			module: "weather",
                  			position: "top_right",
                  			header: "Wettervorhersage",
                  			config: {
                  				location: "Bonn",
                  				locationID: "2946447",
                  				apiKey: "Hier kommt Dein Key rein",
                  				showWindDirectionAsArrow: true,
                  				showHumidity: true,
                  				showFeelsLike: false
                  				}
                  		},
                  //#################################################################################
                  
                  

                  Da das ziemlich genau so aussieht wie zuvor, könntest Du einfach den Modulnamen anpassen, aber ACHTUNG: es heißt jetzt “apiKey”!!! Groß- und Kleinschreibung beachten. Der Key selbst sollte noch funktionieren.

                  …und übrigens, das weather-modul ist schon da, es ist eins der Default-Module.

                  Thomas

                  3 1 Reply Last reply Reply Quote 0
                  • 3 Offline
                    35110 @thgmirror
                    last edited by

                    @thgmirror Danke Thomas für die Hilfe…jetzt läufts auch wieder.

                    Kurz gefragt - ich hatte auch die Wettervorhersage “weatherforecast” auf meinem MM

                    wie muß ich das denn anpassen, damit es wieder angezwigt wird?

                    thgmirrorT 1 Reply Last reply Reply Quote 0
                    • thgmirrorT Offline
                      thgmirror @35110
                      last edited by thgmirror

                      @35110
                      So

                      //#################################################################################
                      		{
                      			disabled: false,
                      			module: "weatherforecast",
                      			position: "top_right",
                      			header: "Wettervorhersage",
                      			config: {
                      				location: "Bonn",
                      				locationID: "2946447", 
                      				appid: "Hier kommt Dein Key rein"
                      				}
                      		},
                      //#################################################################################
                      

                      funktioniert es bei mir.
                      1fa9f1b3-e214-413a-a214-0ae5ee41de19-image.png

                      3 1 Reply Last reply Reply Quote 0
                      • 3 Offline
                        35110 @thgmirror
                        last edited by

                        @thgmirror hm komisch da wäre ja kaum was zu ändern an der urspprünglichen Version von weatherforecast - bzw. das einzige was ich jetzt geändert habe, war die Location…also anstatt der ID den Namen? Aber es funktioniert trotzdem nicht.

                        {
                                                module: "weatherforecast",
                                                position: "top_right",
                                                header: "Wettervorhersage",
                                                config: {
                                                        location: "Frankenau",
                                                        locationID: "2925651",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
                                                        appid: "DER SELBE API KEY WIE BEI WEATHER"
                                                }
                        
                        

                        Irgendetwas übersehe ich wohl…

                        thgmirrorT 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 11
                        • 12
                        • 2 / 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