I've decided to attempt to support the xoapweather plugin. Mainly to expand my knowledge with C# and Xlobby plugins. Thanks to Jonathan for releasing the source code!
First time users can look at this link for features etc. This is the 1.1 link
http://www.xlobby.com/forum/viewtopic.php?t=1894
New update requests and bugs for me to attempt to add/fix need to be posted in this topic.
Here is a list of some things I changed/added.
* When adding a location, the auto detect of the radar image is working again.
* Updated weather.com image on configuration page to their latest version in sdk.
* Bundled weather.com images in addition to original images in case anyone would like to use them.
You will need to rename the dir weathercom_images to images in the xoapweather plugin dir.
* Added Hour By Hour forecast capability. Currently only grabs 12 hours. Can be accessed by
plugin>xoapweather>current>hourly>1>%houroutlook%.
The number range is 1-12.
* Updated default variables to include hourly. To see the new variables you will need to remove your existing variables.xml from the xoapweather plugin directory. If you have any custom variables in your variables.xml file just move it out of the way and add them to the new setup.
* Added a new variable 'dayabbrv' to get 3 letter day. (Mon, Tue, Wed) etc. I believe some others had modified code to accomplish this, but can be done in the variables setup.
Here is a list of things I will be adding
* Change all date/time text into DateTime objects so they can be formated with ddd, MM, etc.
* Add # of hours for hourly forecast to configuration setup
* Add choice of radar or satellite image for default map
* Fix metric not being used in detail forecasts. This actually comes from weather.com incorrectly. Will modify in plugin.
Here is the link to the new zip file
http://prdownloads.sourceforge.net/xoap ... p?download
Let me know of any issues as this is my first attempt with c# and visual studio compiler.