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 hosting
Image Gallery - Click Here
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
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 hosting Image Gallery - Click Here
(This post was last modified: 2008-11-14 05:29 by Nuka1195.)
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2008-11-14 19:50
Post: #2
Looks cool
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
shizzle
Senior Member Posts: 196 Joined: Apr 2007 Reputation: 0 Location: sweden |
2008-11-15 00:36
Post: #3
pure awsomeness =)
|
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2008-11-15 00:44
Post: #4
Revision 276 fixes the weekend forecast and some minor skin tweaks and adds a autorefresh for maps
|
| find quote |
jeffbacon
Junior Member Posts: 11 Joined: Nov 2008 Reputation: 0 |
2008-11-15 19:28
Post: #5
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
(This post was last modified: 2008-11-15 19:33 by jeffbacon.)
|
| find quote |
jeffbacon
Junior Member Posts: 11 Joined: Nov 2008 Reputation: 0 |
2008-11-15 19:32
Post: #6
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 |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2008-11-15 19:36
Post: #7
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.
(This post was last modified: 2008-11-15 19:46 by Nuka1195.)
|
| find quote |
jeffbacon
Junior Member Posts: 11 Joined: Nov 2008 Reputation: 0 |
2008-11-15 19:56
Post: #8
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) |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2008-11-16 00:15
Post: #9
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. |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2008-11-16 00:24
Post: #10
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. |
| find quote |