Merge pull request #539 from roramirez/fix_tab_config.js_sample

fix tab into config.js.sample
This commit is contained in:
Michael Teeuw 2016-11-24 15:48:03 +01:00 committed by GitHub
commit e210471c7a

View File

@ -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'
} }
}, },
{ {