Add calendar module.

This commit is contained in:
Michael Teeuw
2016-03-31 11:05:32 +02:00
parent 7717b295bd
commit 900ba886ed
43 changed files with 6477 additions and 3 deletions

View File

@@ -17,6 +17,19 @@ var config = {
module: 'clock',
position: 'top_left'
},
{
module: 'calendar',
header: 'US Holidays',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o ',
url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
}
]
}
},
{
module: 'compliments',
position: 'lower_third',