mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #539 from roramirez/fix_tab_config.js_sample
fix tab into config.js.sample
This commit is contained in:
commit
e210471c7a
@ -55,9 +55,9 @@ var config = {
|
|||||||
position: 'top_right',
|
position: 'top_right',
|
||||||
header: 'Weather Forecast',
|
header: 'Weather Forecast',
|
||||||
config: {
|
config: {
|
||||||
location: 'New York',
|
location: 'New York',
|
||||||
locationID: '5128581', //ID from http://www.openweathermap.org
|
locationID: '5128581', //ID from http://www.openweathermap.org
|
||||||
appid: 'YOUR_OPENWEATHER_API_KEY'
|
appid: 'YOUR_OPENWEATHER_API_KEY'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user