mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 20:49:54 +00:00
Fix #153
This commit is contained in:
parent
14f48ec440
commit
bc8dccd4b5
@ -33,7 +33,7 @@ var config = {
|
||||
},
|
||||
{
|
||||
module: 'compliments',
|
||||
position: 'lower_third',
|
||||
position: 'lower_third'
|
||||
},
|
||||
{
|
||||
module: 'currentweather',
|
||||
@ -57,7 +57,7 @@ var config = {
|
||||
position: 'bottom_bar',
|
||||
config: {
|
||||
feedUrl: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml',
|
||||
showPublishDate: true,
|
||||
showPublishDate: true
|
||||
}
|
||||
},
|
||||
]
|
||||
|
@ -10,7 +10,7 @@ modules: [
|
||||
position: 'bottom_bar', // This can be any of the regions.
|
||||
config: {
|
||||
// See 'Configuration options' for more information.
|
||||
text: 'Hello world!',
|
||||
text: 'Hello world!'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user