I recall discussions about this in the past but don't recell any specifics or know if any one is using it.
That's my question, are you using it, does it work well?
https://github.com/qrplife/zara-helpers
getweather.py - this script scrapes temperature and humidity from WeatherUnderground personal weather station (PWS) report pages. My use of Zara is with a Part 15 AM radio station, which has coverage of about a city block. It doesn't make sense to report the hourly airport temperature or even the temperature downtown, I need the realtime temperature for my neighborhood.
The script writes an html file that can be read by Zara to keep the temperature and humidity updated in the application. I have a scheduled windows event that runs this script to update the temperature every 10 minutes.
https://github.com/qrplife/zara-helpers
