Add news feed module.

This commit is contained in:
Michael Teeuw
2016-03-29 15:44:43 +02:00
parent 4fb7f099de
commit c09f8e97f7
5 changed files with 262 additions and 32 deletions

View File

@@ -38,10 +38,11 @@ var config = {
}
},
{
module: 'helloworld',
module: 'newsfeed',
position: 'bottom_bar',
config: {
text: 'Magic Mirror V2'
feedUrl: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml',
showPublishDate: true,
}
},
]