The result of the query is not correct, on wunderground website the
value is 7:57 am 4:17 pm (correct) and the query result is 6:47 am and
6:55 pm (false). What can I do...?

http://api.wunderground.com/api/6fd9036e110107a4/conditions/forecast10day/astronomy/almanac/hourly/q/pws:IBAVARIA13%20.json

"hourly_forecast": [
        ]
                ,       "moon_phase": {
                "percentIlluminated":"99",
                "ageOfMoon":"16",
                "phaseofMoon":"Full",
                "hemisphere":"North",
                "current_time": {
                "hour":"10",
                "minute":"57"
                },
                "sunrise": {
                "hour":"6",
                "minute":"47"
                },
                "sunset": {
                *"hour":"18",
                "minute":"55"*
                }
        },
        "sun_phase": {
                "sunrise": {
                *"hour":"6",
                "minute":"47"*
                },
                "sunset": {
        *       "hour":"18",
                "minute":"55"*

tcutting wrote: 
> You might try to manually run the query to wunderground using a web
> browser to see what it's telling for sunrise and sunset. You should be
> able to see the URL in your server log. You may need to set logging for
> SuperDateTime to debug. 
> 
> Sent from my HTC6525LVW using Tapatalk


------------------------------------------------------------------------
bearshare's Profile: http://forums.slimdevices.com/member.php?userid=63669
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to