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

@@ -13,7 +13,7 @@ Module.create({
defaults: {
feedUrl: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml',
showPublishDate: true,
reloadInterval: 10 * 60 * 1000, // every 10 minutes
reloadInterval: 5 * 60 * 1000, // every 5 minutes
updateInterval: 7.5 * 1000,
animationSpeed: 2.5 * 1000,
},