mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-10-16 17:32:43 +00:00
Multiple Calendar Support
This commit is contained in:
27
js/config.js
27
js/config.js
@@ -34,8 +34,31 @@ var config = {
|
||||
]
|
||||
},
|
||||
calendar: {
|
||||
maximumEntries: 10,
|
||||
url: "https://p01-calendarws.icloud.com/ca/subscribe/1/n6x7Farxpt7m9S8bHg1TGArSj7J6kanm_2KEoJPL5YIAk3y70FpRo4GyWwO-6QfHSY5mXtHcRGVxYZUf7U3HPDOTG5x0qYnno1Zr_VuKH2M"
|
||||
maximumEntries: 10, // Total Maximum Entries
|
||||
displaySymbol: true,
|
||||
defaultSymbol: 'calendar', // Fontawsome Symbol see http://fontawesome.io/cheatsheet/
|
||||
urls: [
|
||||
{
|
||||
symbol: 'calendar-plus-o',
|
||||
url: 'https://p01-calendarws.icloud.com/ca/subscribe/1/n6x7Farxpt7m9S8bHg1TGArSj7J6kanm_2KEoJPL5YIAk3y70FpRo4GyWwO-6QfHSY5mXtHcRGVxYZUf7U3HPDOTG5x0qYnno1Zr_VuKH2M'
|
||||
},
|
||||
{
|
||||
symbol: 'soccer-ball-o',
|
||||
url: 'https://www.google.com/calendar/ical/akvbisn5iha43idv0ktdalnor4%40group.calendar.google.com/public/basic.ics',
|
||||
},
|
||||
// {
|
||||
// symbol: 'mars',
|
||||
// url: "https://server/url/to/his.ics",
|
||||
// },
|
||||
// {
|
||||
// symbol: 'venus',
|
||||
// url: "https://server/url/to/hers.ics",
|
||||
// },
|
||||
// {
|
||||
// symbol: 'venus-mars',
|
||||
// url: "https://server/url/to/theirs.ics",
|
||||
// },
|
||||
]
|
||||
},
|
||||
news: {
|
||||
feed: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'
|
||||
|
Reference in New Issue
Block a user