I use it in one page from MMM-Pages but it’s every time on the middle_left side. I can also move it to every place in the config.js
Read the statement by Michael Teeuw here.
Posts made by hummeruli
-
MMM-TomTomTraffic position: "middle_center" don't work
-
RE: Pre-built frame
@sdetweil Yeah, but the guy do the right, he ask and now… :person_shrugging_light_skin_tone:
-
RE: Pre-built frame
@sdetweil Sure. In every DIY case you must think before you try to build. It’s not like you go in a shop and buy a DIY kit with a 100% fitting manual. And also all tools are in the set.
-
RE: Pre-built frame
@sdetweil If you remove the case from the monitor, so you have only the panel. The best is one with external power-supply. And I read about the Pi Zero W so you don’t have any problem. But the other option is to use the Ikea frame and go to the next toolshop for a wood profil and glue. Normaly they also cut it in the size you need.
-
RE: Pre-built frame
@mrangryoven About what kind of size we are talking? On Ikea you get one with 50x70cm for 20€ here in Germany.
-
RE: MagicMirror am PI 7" Monitor
@kusselin Das Problem ist sicherlich das was bereits geschrieben wurde, dass manche Module ihr eigenes Süppchen kochen und so mit dem MMM-Pages kollidieren. Hier hilft wirklich nur ein Issue im Github aufzumachen. Habe leider das gleich Problem mir ein paar Modulen.
-
RE: MagicMirror am PI 7" Monitor
@kusselin Generell würde ich die Seiten Stück für Stück aufbauen. Auch Dinge die Du auf allen Seiten verwendest fügst Du in den Abschnitt “Fixed:” rein. Damit wird es übersichtlicher. Auch ist die Reihenfolge in der Datei wichtig. MM sucht sich nichts zusammen. Es muss hintereinander stehen, wie ohne MMM-Pages. Häufiger Fehler ist auch “Blafasel” oder ‘Blafasel’. Da sind manche Module eigen.
-
RE: MagicMirror am PI 7" Monitor
@kusselin Ja genau. Das hat den Vorteil, dass bei Updates nix von deinen Änderungen verloren geht. Auch hast Du den Vorteil, Änderungen nur auf bestimmte Module zu machen. Das ist wichtig bei kleinen Displays und mehreren Seiten (MMM-Pages)
-
RE: MagicMirror am PI 7" Monitor
@kusselin Es gibt einen Ordner “custom”, dort ist normaler Weise eine nahezu leere “custom.css” drin. In diese habe ich dann folgendes unten eingefügt:
./*****************************************************
- Magic Mirror *
- Custom CSS *
-
*
- By Michael Teeuw http://michaelteeuw.nl *
- MIT Licensed. *
-
*
- Add any custom CSS below. *
- Changes to this files will be ignored by GIT. *
*****************************************************/
body {
}
.MMM-vvsDeparture {
width:130px;
}
So wird nur das Modul “MMM-vvsDeparture” davon betroffen.