mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Fix #153
This commit is contained in:
@@ -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!'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user