Ok that worked, but the Problem changed… now the calendar module is going over my weather modul.
They are top_left and top_right but they don’t auto adjust… any clue?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Latest posts made by STRK14
-
RE: Calendar module maxTitleLength is not working
-
Calendar module maxTitleLength is not working
Hi !
So long story short:
I’m using the default Calendar module. Because I’m using a small display i cannot have long Entries. Therefore i am using “maxTitleLength” but it’s not working…
This is my configuration:{ module: "calendar", header: "xx", position: "top_right", config: { colored: true, calendars: [ { url: 'xxxxxxxxxxxxx', symbol: 'graduation-cap', color: "#F05203", maximumEntries: '5', maximumNumberOfDays: '2', maxTitleLength: '10', }, ], } },``` Thank You.. :)
-
Module positions
Hi there!
So I have just set up my Magic Mirror. I now have 2 things i want to change but i don’t now how to do that. (Its probably the same way to solve both of my questions)I want my modules to be as close to the display-edge as posbible without the small blank space in between. How can I do that?
The next problem i have is:
I am using MMM-NowPlayingOnSpotify.
A great module but its just to big for my small display. Can i set a size for a (this) module in px?Thank You (-: