Sorry I Think i Create a Post in German too
OK
Read the statement by Michael Teeuw here.
Posts
-
RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3
-
RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3
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 -
MMM-Pages and Alexa
I have a problem with MMM-Pages (only have MMM-Pages installed) and Alexa
I’ve already managed to change the 2 sides see code:{ 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"], } },
Now I would like to switch the pages on or switch over with Alexa see code:
{ 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] } ] } },
Unfortunately that doesn’t work.
Now the question where is my mistake
P.S. Alexa finds my devices -
RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3
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 -
RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3
Hat jemand Erfahrung mit dem Modul MMM-Pages
-
RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3
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; }
-
RE: Do not display modules when booting MagicMirror
I got that with the alignment of the middle calendar.
I entered the parameters for the calendar module in custom.js..region.top.center { background : black; margin-left: 10px; margin-top: 130px; }
So I can solve part of the problem myself.
-
Do not display modules when booting MagicMirror
I have another question
When booting the Magic Mirror, all my modules come as they should.
I can switch the rain radar off and on with Alexa and the remote function.
Now I would like that the rain radar is not displayed when booting and the rain radar is only displayed on request with Alexa or Remote.
How can you implement that.
And can you adjust the middle calendar to the same height as the first left calendar?
Thanks in advance.
-
RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3
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