This commit is contained in:
Michael Teeuw 2016-04-13 09:27:30 +02:00
parent 14f48ec440
commit bc8dccd4b5
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ var config = {
}, },
{ {
module: 'compliments', module: 'compliments',
position: 'lower_third', position: 'lower_third'
}, },
{ {
module: 'currentweather', module: 'currentweather',
@ -57,7 +57,7 @@ var config = {
position: 'bottom_bar', position: 'bottom_bar',
config: { config: {
feedUrl: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml', feedUrl: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml',
showPublishDate: true, showPublishDate: true
} }
}, },
] ]

View File

@ -10,7 +10,7 @@ modules: [
position: 'bottom_bar', // This can be any of the regions. position: 'bottom_bar', // This can be any of the regions.
config: { config: {
// See 'Configuration options' for more information. // See 'Configuration options' for more information.
text: 'Hello world!', text: 'Hello world!'
} }
} }
] ]