thanks a lot
Read the statement by Michael Teeuw here.
Posts
-
MagicMirror Version
how can I find out which MagicMirror version I currently have?
thanks a lot for anwers
-
MMM-Carousel
Hallo Zusammen, ich hoffe ihr seid mir jetzt nicht böse wenn ich auf deutsch schreibe…mein Englisch ist nicht das beste.
Ich habe verschiedene Module am Laufen udn habe eine relativ kleines Display…nun habe ich laut sdetweil in der costum.css die schrift verkleinert…soweit sogut. das passt…
Nun wollte ich noch ein paar slides setzen mit dem MMM-Carousel Modul…aber so richtig raffe ich es nicht…
hier mal meine Config:
{ module: 'MMM-Carousel', config: { transitionInterval: 40000, showPageIndicators: true, showPageControls: true, ignoreModules: ['clock', 'alert', 'MMM-ioBroker', 'MMM-RNV', 'MMM-OpenmapWeather', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Traffic', 'MMM-Fuel'], mode: 'slides', slides: [ "Slide 2" ['MMM-SoccerLiveScore', 'compliments', 'MMM-COVID19-AMPEL'], ] } },
‘MMM-SoccerLiveScore’, ‘compliments’, ‘MMM-COVID19-AMPEL’ sind alle für die Mitte gedacht…ich habe hier "Bottom_center gewählt…
Ist es dann nicht so das in der Mitte erst das Soccer Modul für 40000 milisek. angezeigt wird…dann compliments für 40000 usw. aber immer abwechselnd…?
Das macht es bei mir nicht…da wird alles verschoben…compliments rutscht dann hoch… usw…
ich möchte das in der Mitte die Module einzeln nacheinander immer eines dann angezeigt wird…
Wie muss ich hier vorgehen?
Vielen Dank
Englisch:
Hello together, I hope you are not angry with me now if I write in German…mein English is not the best.I have several modules running udn have a relatively small display…now I have according sdetweil in the costum.css the font reduced…so far so good. that fits…
Now I wanted to set a few slides with the MMM-Carousel module…but I don’t really get it…
here is my Config:
MMM-SoccerLiveScore’, ‘compliments’, ‘MMM-COVID19-AMPEL’ are all meant for the middle…I have chosen “Bottom_center”…
Is it then not so that in the middle first the Soccer module for 40000 milisek. is displayed…then compliments for 40000 etc. but always alternately…?
It doesn’t do that for me…everything is shifted…compliments then slides up… etc…
I would like that in the middle of the modules individually one after the other always one is then displayed…
How do I have to proceed here?
Thanks a lot
-
new MM Version
Hello together,
if I take the command here, I automatically have the latest MagicMirror version?
https://github.com/sdetweil/MagicMirror_scripts
-
RE: MagicMirror am PI 7" Monitor
hallo sdetweil, nein das klappt nicht :-(
habe das in die leere costum.css eingetragen:
:root { --font-size: 20px; // change this }
bleibt genauso gross von der Schrift her
EDIT: Doch klappt…mann muss halt auch die px verändern…Danke Dir
-
MMM-OpenmapWeather
Are there problems with this module?
The Weather is not shown on my mirror…
{ module: "MMM-OpenmapWeather", position: "top_right", // This can be any of the regions. Best results in left or right regions. header: "Current Weather", //Location is the default value if header is empty or not defined. config: { // See 'Configuration options' for more information. location: "Hamburg", locationID: "xxxxxxxx", //Location ID from http://openweathermap.org/help/city_list.txt appid: "13xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", //openweathermap.org API key colorIcon: true } },
-
RE: MagicMirror am PI 7" Monitor
@hummeruli Hi, ich habs vergessen…
Wenn ich generell die Schriften usw. verkleinern will, was muss ich da nochmal in die custom.css eintragen??
-
RE: Update to 2.18
@sdetweil look sdetweil
"name": "magicmirror", "version": "2.18.0", "description": "The open source modular smart mirror platform.", "main": "js/electron.js",
now i have the right actually version and i have reboot my MM and its working fine now
pi@raspberrypi:~ $ node -v v16.13.2