[RELEASE] Weather.com Plus Plugin - skinnable via the new Weather Plugin API in XBMC!

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #21
Quote:
[weather.com plus]

-changed: version -> 1.1.1
-fixed: do NOT use skin localized strings (skins vary)

#requires XBMC revision 21010 or newer

update

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
XBMCG33K Offline
Skilled Skinner
Posts: 1,252
Joined: Dec 2008
Reputation: 4
Location: 4 8 15 16 23 42
Post: #22
Where can I get the plugin?
find quote
jonm42 Offline
Senior Member
Posts: 177
Joined: Feb 2009
Reputation: 0
Location: Portland, OR
Post: #23
XBMCG33K Wrote:Where can I get the plugin?

SVN Repo Installer
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #24
updated 1st post with new properties

Quote:[weather.com plus]
-changed: version -> 1.1.4
-changed: added "ShortWindDirection" properties to hourly and daily forecasts
*requires XBMC revision 21010 or newer

Quote:[weather.com plus]
-changed: version -> 1.1.3
-changed: convert hourly forecast wind directions to full text to match 10 day forecast (eg From NNE -> From the North Northeast)
*requires XBMC revision 21010 or newer

Quote:[weather.com plus]
-changed: version -> 1.1.2
-changed: properly catch a non existent map (some are just invalid)
-added: "FanartCode" for each "OutlookIcon" so skins like Transparency can have animated icons using multiimage controls (eg Weather.Property(36Hour.1.FanartCode) )
*requires XBMC revision 21010 or newer

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
MacLeod_1980 Offline
Senior Member
Posts: 175
Joined: Feb 2006
Reputation: 0
Location: Pittsburgh area (Scotland previously)
Post: #25
Having major issues with this plugin, unable to get it to run. My logs contain the following information.

22:32:48 T:2969553808 M:1574244352 NOTICE: File "/home/macleod/.xbmc/plugins/weather/weather.com plus/default.py", line 42, in ?
22:32:48 T:2969553808 M:1574244352 NOTICE: Main()
22:32:48 T:2969553808 M:1574244352 NOTICE: File "/home/macleod/.xbmc/plugins/weather/weather.com plus/resources/lib/xbmcplugin_weather.py", line 27, in __init__
22:32:48 T:2969553808 M:1574244352 NOTICE: self._get_client()
22:32:48 T:2969553808 M:1574244352 NOTICE: File "/home/macleod/.xbmc/plugins/weather/weather.com plus/resources/lib/xbmcplugin_weather.py", line 106, in _get_client
22:32:48 T:2969553808 M:1574244352 NOTICE: if ( sys.argv[ 1 ].startswith( "map=" ) ):
22:32:48 T:2969553808 M:1574244352 NOTICE: IndexError
22:32:48 T:2969553808 M:1574244352 NOTICE: :
22:32:48 T:2969553808 M:1574244352 NOTICE: list index out of range
22:32:48 T:2969553808 M:1574244352 ERROR: Scriptresult: Error

I am running version 1.1.4b of the weather.com plugin, and SVN release of 2179.

Any ideas how to fix this issue?

HD HTPC (Approximate Price: $600) Pictures:http://www.flickr.com/photos/macleod_198...270053020/
CPU: Intel Core 2 Duo E8400
MB: ASUS P5E-VM HDMI
Memory: 320GB HD, G.SKILL 2GB (2x1GB) DDR2 800
Case: Antec Aluminum Veris Fusion Black 430
GPU: ASUS 430GT 1GB
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #26
looks like you're trying to run it yourself? it auto runs with xbmc weather update, so should have a sys.argv.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
MacLeod_1980 Offline
Senior Member
Posts: 175
Joined: Feb 2006
Reputation: 0
Location: Pittsburgh area (Scotland previously)
Post: #27
Even when I configure it to be used for my weather it does nothing. Maybe I just don't know how to use it. I simply enabled the feature and pointed at the script... no idea what else I should be doing, or should try.

HD HTPC (Approximate Price: $600) Pictures:http://www.flickr.com/photos/macleod_198...270053020/
CPU: Intel Core 2 Duo E8400
MB: ASUS P5E-VM HDMI
Memory: 320GB HD, G.SKILL 2GB (2x1GB) DDR2 800
Case: Antec Aluminum Veris Fusion Black 430
GPU: ASUS 430GT 1GB
find quote
logictester Offline
Fan
Posts: 675
Joined: Oct 2008
Reputation: 0
Location: USA
Post: #28
Hi Nuka, there seems to be a problem with hebrew strings, all the days appear from the end of the word to the beginning (hebrew is right to left lanuage) - exanple with english - today apears as yadot and one string - evening in 36h says music videos
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #29
MacLeod_1980, sounds like you want the twc script. this you enable in weather settings.

logictester, i don't know why they would be reversed. maybe a ss, with you pointing out how it should disple. but i don't think it's on my control.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
logictester Offline
Fan
Posts: 675
Joined: Oct 2008
Reputation: 0
Location: USA
Post: #30
here are couple of screenshots:

inthe first image - all the days are there but all of them are mirrored - example - first block - today - םויה - should be - היום

[Image: screenshot005a.jpg]

in the second image all the days are mirrored - the second block showing - tonight - says - music videos in hebrew

[Image: screenshot004b.jpg]
find quote
Post Reply