[RELEASE] Weather.com Plus Plugin - skinnable via the new Weather Plugin API in XBMC!
boyofford
Member Posts: 61 Joined: Apr 2009 Reputation: 0 |
Great plugin, just sorted it out in transparency (ran in to noobie daft probs, all good now)
|
| find quote |
aptalca
The Dude Posts: 829 Joined: Sep 2009 Reputation: 17 |
2009-09-16 22:24
Post: #52
I also have the intermittent python error (default.py) when starting XBMC with weather plus. I don't know what it depends on whether I get it or not. I am using 22516 and transparency 2.11
debug: http://pastebin.com/m75c6d8ad |
| find quote |
stoli
Skilled Skinner Joined: Nov 2008 Reputation: 31 Location: Florida |
2009-10-03 00:50
Post: #53
I'm not sure if there is anything that can be done about this, but for some reason my "Feels Like" and "Humidity" values are always 32 for my city. Any other city or town I have tried works fine, so I am guessing it is an issue with weather.com
The weather.com site and rss feed both have the correct values.... If anyone can shed a little light on this, I would appreciate it. The correct city info on weather.com is here: http://www.weather.com/weather/local/USFL0267 Thanks! |
| find quote |
Shalashaska
Member Joined: Jun 2009 Reputation: 0 Location: France |
2009-10-04 19:43
Post: #54
aptalca Wrote:I also have the intermittent python error (default.py) when starting XBMC with weather plus. I don't know what it depends on whether I get it or not. I am using 22516 and transparency 2.11 Me too, same intermittent error ^^, running Transparency 2.01 and XBMC Nightly Build Patched 23060, will post a debug log later |
| find quote |
changeling
Junior Member Posts: 11 Joined: Oct 2009 Reputation: 0 |
2009-10-08 08:14
Post: #55
Nuka,
My XBMC refuses to recognize or load WeatherClient.pyo, nor will python itself import the object. Code: 00:53:46 T:2547678064 M:1121046528 NOTICE: Traceback (most recent call last):Python gives me a bad magic number in pyo. I suspect this is the result of it being an object compiled either on windows or a different architecture than x86. Could you send me the py? I assume you include it as an object for speed of loading and not to prevent reverse-engineering, right? For what it's worth, I'm running on a linux box. Would love to overcome this little hurdle. Thanks, - Chris
(This post was last modified: 2009-10-15 03:56 by changeling.)
|
| find quote |
rickx
Senior Member Posts: 159 Joined: Feb 2009 Reputation: 0 |
2009-10-25 13:48
Post: #56
Hi Nuka,
I've been curious to see this plugin in action, but I've never been able to run it yet... I'm on linux with r22528. what I get is Code: 11:56:14 T:2950691728 M:1432535040 NOTICE: Traceback (most recent call last):After I close the error alert window, xbmc restarts. And it's not intermittent, it's every time. Only choice is remove it. As suggested, giving the open WeatherClient.py would certainly help - supposing you're busy these days. I also had a minor issue with the plugin failing to recognize the xbmc svn revision (that string was pre9.10 r22528M) which I solved changing this line in default.py Code: xbmc_rev = int( xbmc.getInfoLabel( "System.BuildVersion" ).split( " r" )[ -1 ] )Code: xbmc_rev = int( xbmc.getInfoLabel( "System.BuildVersion" ).split( " r" )[ -1 ][0:5] ) |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 111 |
2009-10-25 15:02
Post: #57
rickx Wrote:Hi Nuka, you could try if a more recent build of xbmc fixes it. there were some python related issues before, but they should be fixed by now: http://trac.xbmc.org/ticket/6839 http://trac.xbmc.org/ticket/6430 Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or 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 |
Macfionn
Junior Member Posts: 5 Joined: Dec 2009 Reputation: 0 |
2009-12-03 21:05
Post: #58
I have version XBMC-9.04.1.
When I go to install weather.com plus (via SVN Repo Installer), it shows in red letters not compatible. It starts to tell me what version 'is' compatible, but its cut off, thereby unreadable. So can anyone tell me what version i need pls? Not for not, I am attempting to install this on Xbox. Thank you. Mac. |
| find quote |
Macfionn
Junior Member Posts: 5 Joined: Dec 2009 Reputation: 0 |
2009-12-03 21:26
Post: #59
I just noticed that Nuka1195 hasn't posted to this weather.com support thread since the end of August.
Is that a sign that this script is no longer being developed or supported for issues?
(This post was last modified: 2009-12-03 23:24 by Macfionn.)
|
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,938 Joined: Dec 2004 Reputation: 17 |
2009-12-06 06:53
Post: #60
Quote: here you go ceros? (i think) |
| find quote |


Search
Help