mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
Fix #153
This commit is contained in:
parent
14f48ec440
commit
bc8dccd4b5
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
@ -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!'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user