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',
|
||||
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
|
||||
}
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user