A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
calendar module not aligning correctly
-
Hey,
my calendar module is not aligning correctly and I’m not sure why…
do you have any ideas?config looks for all the same
{ module: "calendar", header: "Termine", position: "top_left", config: { fade: false, showEnd: true, maximumEntries: "5", maximumNumberOfDays: "31", calendars: [ { symbol: "calendar", url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxx/basic.ics" } ] }, classes: "always" }, { module: "calendar", header: "Feiertage", position: "top_left", config: { fade: false, showEnd: true, maximumEntries: "5", maximumNumberOfDays: "31", calendars: [ { symbol: "calendar-check", url: "https://calendar.google.com/calendar/ical/de.german%23holiday%40group.v.calendar.google.com/public/basic.ics" } ] }, classes: "always" }, { module: "calendar", header: "Geburtstage", position: "top_left", config: { fade: false, showEnd: true, maximumEntries: "5", maximumNumberOfDays: "31", titleReplace: {'hat Geburtstag' : ''}, calendars: [ { symbol: "birthday-cake", url: "https://calendar.google.com/xxxxxxxxxxx/basic.ics" } ] }, classes: "always" },
regards