Read the statement by Michael Teeuw here.
24 Hour clock problem
-
Hej Rasmus,
timeformat: “24” is wrong remove the quotes round 24(timeformat: 24,)
-
Hej igen
In the config for calendar there is a missing , after the curled bracket below the url. -
thanks @nilnik
I think i wrote it wrong cant figure our what
My config:
-
Thanks @nilnik
Which one is it?
-
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. -
Thanks so much @nilnik
but the calendar dos not show up?
-
Here is an example for Swedish namedays:
-
I missed the last curled bracket, sorry.
-
thanks @nilnik
Can u send it as a Text so i can copy it in mine? -
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’
},
]
}
},