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 error ???
-
-
@assassins there is a full date format too… see the doc
-
@sdetweil
This is my config to it :
module: ‘calendar’,
header: “Kalender”,
position: ‘bottom_left’,
timeFormat: 24,
config: {
dateFormat: ‘DD/MM/YYYY’,
colored: true,
showLocation: true,
maximumNumberOfDays: 90,
maximumEntries: 7,
calendars: [
{
symbol: ‘calendar’,
url: ‘http://localhost:8080/modules/calendars/home.ics’,
color: ‘#5bc0de’
}
]
}
},Have i forget somthing to the format. ???
-
-
@sdetweil
fullDayEventDateFormat:
work now, thanks