Hi there,
Anyone else getting corrupted layout for temperatures on the 10 day preview?
This happens using Celsius...
Cheers,
J
[RELEASE] The Weather Channel (TWC) - Supplemental Script
Jaco2k
Senior Member Posts: 111 Joined: Mar 2009 Reputation: 0 |
2009-04-13 11:16
Post: #151
|
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-04-13 16:18
Post: #152
Quote: @Ydatografida, thanks for the strings |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2009-05-02 12:07
Post: #153
rwparris2 Wrote:In whatever skin you're using, you could point the weather button/item to this script instead of where it normally points to. As requested, for PM3.HD open Home.xml in xbmc/skin/PM3.HD/720p, then search for "Weather Push Button". Under that change line 696 from Code: <onclick>ActivateWindow(Weather)</onclick>Code: <onclick>RunScript(C:\Documents and Settings\rwparris2\Application Data\XBMC\scripts\TWC Supplemental\default.py)</onclick>Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
ThickHead
Junior Member Posts: 20 Joined: Feb 2009 Reputation: 0 |
2009-06-27 22:29
Post: #154
Hello,
First let me say that this is my most used script, so Thank You Nuka1195! I was wondering if you would consider adding the "local interactive maps" from weather.com to the list of map choices? The classic maps for my locale are too wide of a range. The interactive maps even have a new "future" selection that makes them perfect for seeing storms coming. Thanks! |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-06-27 23:43
Post: #155
i don't beleive it's possible.
|
| find quote |
tmc701
Member Posts: 92 Joined: May 2009 Reputation: 0 |
2009-07-06 17:03
Post: #156
Is there a way to increase the font size within the script? I scanned this thread, but didn't see anything.
or is the font size tied to the skin in which it's invoked? (currently using in jezz_x's mediastream_redux) edit: Nevermind, went poking around the skin directory within the script's folder and replaced the instances of 'font10' with 'font12' and voila! it became readable at distance again.
(This post was last modified: 2009-07-07 18:03 by tmc701.)
|
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2009-07-20 03:39
Post: #157
I got a problem with Metric Units and Values shown If you turn on Metric Units it still shows imperial "Fanrenheit" in the 36 hour forcast and the weekend Outlook sections
See Image (red circles)
Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-07-23 17:02
Post: #158
weather.com doesn't localise those.
the "plugin" (which skins almost the same) does do more, but i haven't figured a good way to handle those. converting "low 60s" would be what in celcius? |
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2009-07-25 09:32
Post: #159
Well my guess is 60's and 40s are just 60 degree and 40 degree in fahrenheit
so according to google 60 degrees Fahrenheit = 15.5555556 degrees Celsius so I guess highs in the low 10s :\ Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-07-26 01:45
Post: #160
Yeah i know how to convert. the problem is/was if it's low 60s, then is it 60 or 63, same with mid or high.
this is how i did it, if someone has a better way, please post. this is only available in the plugin as this script is depreciated and does not have these localized functions. what weather.com returns is what i use. skinning the plugin isn't much different and an easy check to see if the plugin is available is !IsEmpty(Weather.Plugin) i think is what it is. PHP Code: def _normalize_outlook( outlook ): |
| find quote |

![[Image: skinsq.png]](http://img854.imageshack.us/img854/931/skinsq.png)
Search
Help