Try this link: https://github.com/MichMich/MagicMirror/wiki/faq#q-im-having-problems-with-my-configjs-but-cant-find-the-issue-
Read the statement by Michael Teeuw here.
Posts
-
RE: 24 Hour clock problem
I don’t know how to,when I paste in the textfile I lose all tabs so you have to put in them
{
disabled: false,
module: ‘calendar’,
header: ‘Namnsdagar’,
position: ‘bottom_left’,
config: {
colored: ‘true’,
timeFormat: ‘absolute’,
maximumEntries: 5,
fullDayEventDateFormat: ‘Do MMM’,
showEnd: false,
urgency: 1,
calendars: [
{
color: ‘#00ff00’,
symbol:'calendar-check-o ',
url: ‘http://www.webcal.fi/cal.php?id=99’
},
]
}
}, -
RE: 24 Hour clock problem
no parentesis round timeformat. I only put them around the timeformat to explain how it should be.
komma after the upper bracket in your skiss. -
RE: 24 Hour clock problem
Hej igen
In the config for calendar there is a missing , after the curled bracket below the url. -
RE: 24 Hour clock problem
Hej Rasmus,
timeformat: “24” is wrong remove the quotes round 24(timeformat: 24,)
-
RE: Calendar loading Outlook Calendar
Hi, There are some problems with Microsoft calendars. See this link: https://github.com/MichMich/MagicMirror/wiki/Apple-Google-MicroSoft-Calendar-Support