Here is info on accessing Accuweather API. I had an account set up with them.
Examples of feed URLs:
http://hofmann.accu-weather.com/widg....asp?location=
Use that URL and it should work.
I have also included the PHP file, used to display the info and to convert everything. So anyone can upload this file to there website, change in the registry where to find the file, on your own server. And this file should do the rest on the information.
This is how I set up the registry.
<characteristic type="FileOperation" />
<characteristic type="Registry">
<characteristic type="HKCU\Software\HTC\Manila">
<parm name="LaunchCounter" value="1" datatype="integer" />
<parm name="Weather.ServerURLOverride" value="http://htcweather.conflippersweather.com/weathertranslate.php?ac=CONFLIPPER&locCode=%25 ls&version= 1&device=innovation" datatype="string" />
</characteristic>
</characteristic>
That Weather.ServerURLOverride, was where I had it linked to where my site was. So upload the PHP file I have included into your own site. Take now of the file location. And then change the URL to something like this
http://THIS IS YOUR SITE URL.COM/weathertranslate.php?ac=CONFLIPPER&locCode=%25 ls&version= 1&device=innovation
I have also included the latest version of the database file that I used. So everyone can have that and take a peak at it. At least look into it, and realize how large it is, and how much work went into it. Because that was a large task. I never imagined it would have been as big has it was during its heyday. Serving over 1,000,000 weather updates a month.