Another thought: May be, what you see on their website is from conditions while the Belchertown skin downloads observations.
Observations: wget https://data.api.xweather.com/observations/closest?p={latitude},{longitude}&client_id=...&client_secret=. .. Conditions: wget https://data.api.xweather.com/conditions/closest?p={latitude},{longitude}&client_id=...&client_secret=. <https://data.api.xweather.com/observations/closest?p=%7Blatitude%7D,%7Blongitude%7D&client_id=...&client_secret=.> .. Unfortunately the replies of those requests have a different data structure. So using conditions instead of observations in the Belchertown skin would require some changes to belchertown.py. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/d06abc18-d4d5-4263-99af-0fab9c8496d8n%40googlegroups.com.
