[!] WonAPI-19.09.13 Added 'OpenWeatherMap'

- Added
OpenWeatherMap(forecast)

You can observe the weather report using the latitude and longitude.
Find your latitude and longitude using Google Maps, etc.
You should get API_KEY by registering with OpenWeatherMap.

{"Start":{"Below":""},
 
"OpenWeatherMap": { "@latitude": "37.579672", "@longitude": "126.977042", "@api_key": "YOUR_API_KEY" },
 
 
 
"@option":{
"@main_font_size":"11",  "@monitor":"1",
"@main_left":"800",  "@main_top":"200",  "@main_width":"340",  "@main_height":"250",
"@sub_left":"600",    "@sub_top":"250",    "@sub_width":"340",    "@sub_height":"600",
"@right_top":"on",    "@right_bottom":"off", "@left_top":"off",        "@left_bottom":"off",
 
"End":"Above"}}
cs

replace 37.579672 / 126.977042



Comments