2015-10-18 16:12:07 -04:00
|
|
|
var config = {
|
2015-10-23 16:34:02 -04:00
|
|
|
lang: 'nl',
|
2015-10-18 22:16:45 -04:00
|
|
|
time: {
|
2016-01-31 17:39:20 +01:00
|
|
|
timeFormat: 12,
|
|
|
|
displaySeconds: true,
|
|
|
|
digitFade: false,
|
2015-10-18 22:16:45 -04:00
|
|
|
},
|
2015-10-18 21:28:58 -04:00
|
|
|
weather: {
|
|
|
|
//change weather params here:
|
|
|
|
//units: metric or imperial
|
|
|
|
params: {
|
2015-10-23 16:33:41 -04:00
|
|
|
q: 'Baarn,Netherlands',
|
|
|
|
units: 'metric',
|
2015-10-18 21:28:58 -04:00
|
|
|
// if you want a different lang for the weather that what is set above, change it here
|
2015-10-23 16:34:02 -04:00
|
|
|
lang: 'nl',
|
2015-10-23 16:33:41 -04:00
|
|
|
APPID: 'YOUR_FREE_OPENWEATHER_API_KEY'
|
2015-10-18 21:28:58 -04:00
|
|
|
}
|
|
|
|
},
|
2015-10-18 16:12:07 -04:00
|
|
|
compliments: {
|
2015-11-03 14:22:46 +01:00
|
|
|
interval: 30000,
|
2015-10-18 16:12:07 -04:00
|
|
|
fadeInterval: 4000,
|
|
|
|
morning: [
|
2015-10-23 16:33:41 -04:00
|
|
|
'Good morning, handsome!',
|
|
|
|
'Enjoy your day!',
|
|
|
|
'How was your sleep?'
|
2015-10-18 16:12:07 -04:00
|
|
|
],
|
|
|
|
afternoon: [
|
2015-10-23 16:33:41 -04:00
|
|
|
'Hello, beauty!',
|
|
|
|
'You look sexy!',
|
|
|
|
'Looking good today!'
|
2015-10-18 16:12:07 -04:00
|
|
|
],
|
|
|
|
evening: [
|
2015-10-23 16:33:41 -04:00
|
|
|
'Wow, you look hot!',
|
|
|
|
'You look nice!',
|
|
|
|
'Hi, sexy!'
|
2015-10-18 16:12:07 -04:00
|
|
|
]
|
2015-10-19 00:42:34 -04:00
|
|
|
},
|
2015-11-06 13:38:31 +01:00
|
|
|
calendar: {
|
2016-01-25 21:59:15 +01:00
|
|
|
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",
|
|
|
|
// },
|
|
|
|
]
|
2015-11-06 13:38:31 +01:00
|
|
|
},
|
2015-10-19 00:42:34 -04:00
|
|
|
news: {
|
|
|
|
feed: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'
|
2015-10-18 16:12:07 -04:00
|
|
|
}
|
|
|
|
}
|