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 159.6k 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.
    • R Offline
      radioman
      last edited by

      Hal leider nich geklappt:confused_face:

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

        Habe noch einmal eine Frage
        Beim booten des Magic Mirror kommen alle meine Module so wie es sei soll.
        Ich kann mit Alexa und der Remote Funktion den Regenradar aus und einschalten.
        Nun möchte ich gerne das beim Boozten der Regenradar erst mal nicht angezeigt wird und erst auf anforderung mit Alexa oder Remote der Regenradar eingeblendet wird.
        Wie kann mann das umsetzen.
        Und kann mann den mittleren Kalender auf die gleiche höhe angleichen wie der erste linke Kalender?
        Danke schon mal
        MM.PNG

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

          Das mit der Ausrichtung des mittleren Kalenders habe ich hinbekommen indem ich in die custom.js folgendes eingetragen habe.

          
          .region.top.center {
          background : black;
          margin-left: 10px;
          margin-top: 130px;
          }
          
          Piranha1605P 1 Reply Last reply Reply Quote 0
          • R Offline
            radioman
            last edited by

            Hat jemand Erfahrung mit dem Modul MMM-Pages

            1 Reply Last reply Reply Quote 0
            • Piranha1605P Offline
              Piranha1605 @radioman
              last edited by

              @radioman Versuche mal dein Modul zu verschieben und nicht die ganze Region.

              .module.calendar {
              background : black;
              margin-left: 10px;
              margin-top: 130px;
              }
              
              1 Reply Last reply Reply Quote 0
              • R Offline
                radioman
                last edited by

                Ich hab das mal versucht aber es verschiebt mir alle Kalender
                Ich habe alles zurückgestelt und die Verschiebung der region wieder vorgenommen so wie ich es brauche
                Ich hatte mir zwar schon sowas gedacht aber ich habs trotzdem mal versucht
                Danke aber trotzdem für den Tipp

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