The applet polls Yahoo's weather api. You can call it directly here:
https://developer.yahoo.com/weather/
with a query like:
select units,atmosphere from weather.forecast where woeid in (select
woeid from geo.places(1) where text="new york, ny")
(discussion continues below)
On 11/30/2014 11:31 PM, Mike Bott wrote:
> Current NWS is 30.03 in.
Yahoo's data won't necessarily match other services.
> Changing the WOEID does not change the indicated pressure.
My location's pressure is currently correct (compare:
weather.gov,
wunderground.com), and different from USNY0996.
Can you provide specific steps to reproduce the problem? Which WOEIDs
display incorrectly?