All the Data Features are returning 1 in my app
http://api.wunderground.com/api/<app key>/conditions/forecast/astronomy/hourly/forecast10day/...
{
http://api.wunderground.com/api/<app key>/conditions/forecast/astronomy/hourly/forecast10day/...
{
"response": {
"version":"0.1", "termsofService":"http://www.wunderground.com/weather/api/d/terms.html", "features": { "conditions": 1 , "forecast": 1 , "astronomy": 1 , "hourly": 1 , "forecast10day": 1 } , "results": [ { "name": "Montevideo", "city": "Montevideo", "state": "CA", "country": "UY", "country_iso3166":"UY", "country_name":"Uruguay", "zmw": "00000.1.86580", "l": "/q/zmw:00000.1.86580" } , { "name": "Montevideo", "city": "Montevideo", "state": "MO", "country": "UY", "country_iso3166":"UY", "country_name":"Uruguay", "zmw": "00000.2.86585", "l": "/q/zmw:00000.2.86585" } ] }
Javier Pérez
it is easier for me to just change the location to a long, lat value.