XBMC Community Forum
[RELEASE] The Weather Channel (TWC) - Supplemental Script - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Weather Add-ons (/forumdisplay.php?fid=155)
+---- Thread: [RELEASE] The Weather Channel (TWC) - Supplemental Script (/showthread.php?tid=40338)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


[RELEASE] The Weather Channel (TWC) - Supplemental Script - Nuka1195 - 2008-11-14 05:19

here is a script that displays addition forecasts and maps from weather.com

it's in the addons svn. you can grab it with the SVN repo installer.

PHP Code:
http://xbmc-addons.googlecode.com/svn/trunk/scripts/TWC%20Supplemental 

[Image: twc0.jpg]
[Image: twc1.jpg]
[Image: twc2.jpg]
[Image: twc3.jpg]
[Image: twc4.jpg]
[Image: twc5.jpg]
Image hosting

Image Gallery - Click Here


- jmarshall - 2008-11-14 19:50

Looks cool Smile


- shizzle - 2008-11-15 00:36

pure awsomeness =)


- Nuka1195 - 2008-11-15 00:44

Revision 276 fixes the weekend forecast and some minor skin tweaks and adds a autorefresh for maps


cool, one bug one feature request =) - jeffbacon - 2008-11-15 19:28

Looks great. Just installed it on my xbox (Ottawa, Canada).

- bug: There's no hour-by-hour forecast available on weather.com for Ottawa and when I select that tab it freezes.
(edit: now it works for me, I assumed there was no data and that's why it was freezing but I guess it just froze for some other reason)
- feature request: since I'm in Canada I'd like to be able to view the temp in C and wind in Km per hour vs the F and MPH default


- jeffbacon - 2008-11-15 19:32

Also, if I'm on the weekend forecast and I press the down key on my remote, the focus moves off the top tab bar but onto nothing and I have to exit the script as I can never get the focus to return to anything on the screen.

... actually, same w 36-hour forecast


- Nuka1195 - 2008-11-15 19:36

i'll check out the 36 hour, but weekend has a button it moves to. toggles details/outlook.

plus a fix for weekend is coming shortly. friday doesn't show when it's saturday. i imagine saturday won't show on sunday.

about the F or C, i only display what weather.com gives. maybe if you give me the formulas, i would consider converting things. not sure though.

edit: ok navigation is broken, will fix.


- jeffbacon - 2008-11-15 19:56

there's a 'metric' link on the Ottawa, Canada weather network page so there must be some way to source the C data directly but the conversion formula is:

°C = 5/9(°F-32)


- Nuka1195 - 2008-11-16 00:15

ok i missed it, but that would be better. i'll see later.

for now weekend is fixed.

navigation is still broken, don't go down except on the map page. if a skinner reads this could you have a look. i have no idea what it's doing. thanks.


- Nuka1195 - 2008-11-16 00:24

the good news is once you have the metric source it scrapes the same. but there is no difference in the url that i can see.

so if you figure out how to grab the correct page, your set.