mce skin - problem with text in weather plugin (1 Viewer)

user_99

Portal Pro
August 13, 2005
78
1
Austria, Graz
Is there a way to change the skin (mce) to get more space for the German translation in the weather plugin? How can I do that by my own? Possible to have the changes in the next CSV?

See pic please:
weather.gif
 

Boilermaker

Retired Team Member
  • Premium Supporter
  • May 21, 2004
    519
    3
    the following code from myweather.xml is what you would need to look at:

    <control>
    <description>current temp label</description>
    <type>label</type>
    <id>23</id>
    <posX>500</posX>
    <posY>150</posY>
    <label>-</label>
    <font>font13</font>
    <textcolor>ffffffff</textcolor>
    </control>
    <control>
    <description>current feels like label</description>
    <type>label</type>
    <id>24</id>
    <posX>500</posX>
    <posY>175</posY>
    <label>-</label>
    <font>font13</font>
    <textcolor>ffffffff</textcolor>
    </control>
    <control>
    <description>current UV Index label</description>
    <type>label</type>
    <id>25</id>
    <posX>500</posX>
    <posY>200</posY>
    <label>-</label>
    <font>font13</font>
    <textcolor>ffffffff</textcolor>
    </control>
    <control>
    <description>current wind label</description>
    <type>label</type>
    <id>26</id>
    <posX>500</posX>
    <posY>225</posY>
    <label>-</label>
    <font>font13</font>
    <textcolor>ffffffff</textcolor>
    </control>
    <control>
    <description>current dew label</description>
    <type>label</type>
    <id>27</id>
    <posX>500</posX>
    <posY>250</posY>
    <label>-</label>
    <font>font13</font>
    <textcolor>ffffffff</textcolor>
    </control>
    <control>
    <description>current humidity label</description>
    <type>label</type>
    <id>28</id>
    <posX>500</posX>
    <posY>275</posY>
    <label>-</label>
    <font>font13</font>
    <textcolor>ffffffff</textcolor>
    </control>
    You could change the posX value with something greater than 500 to move the values to the right, away from the labels..
     

    user_99

    Portal Pro
    August 13, 2005
    78
    1
    Austria, Graz
    Boilermaker
    Thx for the help, will test it in the evening and report back :)

    UPDATE:
    Changed in the myweather.xml in these two sections:

    Code:
    		<control>
    			<description>sun rise label</description>
    			<type>label</type>
    			<id>70</id>
    			<posX>500</posX>
    			<posY>300</posY>
    			<label>-</label>
    			<font>font13</font>
    			<textcolor>ffffffff</textcolor>
    		</control>
    and
    Code:
    		<control>
    			<description>sun set label</description>
    			<type>label</type>
    			<id>72</id>
    			<posX>500</posX>
    			<posY>325</posY>
    			<label>-</label>
    			<font>font13</font>
    			<textcolor>ffffffff</textcolor>
    		</control>

    the following lines twice <posX>500</posX> to <posX>530</posX> ... and now it looks good.
     

    Users who are viewing this thread

    Similar threads

    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    This plugin is alternate version to the original World Weather plugin developed by @Micropolis. Is compatible with MediaPortal...
    Replies
    33
    Views
    7K
    Well, currently the plugin shows the sun/moon times in user's local time. As you said, It would require to add time zone parameter to the profile. I'll try to add this option in the next version. PS: please use official thread
    Well, currently the plugin shows the sun/moon times in user's local time. As you said, It would require to add time zone parameter...
    I have the current (1.0.2.0 level) World Weather Lite plugins installed on x86 and x64 different MP1 copies. When Location is...
    Replies
    7
    Views
    2K
    You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
    You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
    Hello, Because I was annoyed with closing MP, launch config, modify setting and start MP again, I decided to give MP the ability...
    Replies
    5
    Views
    3K
    MP1 MP2 1.34 STB blasting for IPTV DE
    I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set top box into Mediaportal needs replaced with a different solution. I currently have HDMI from the STB to the colossus. Mediaportal is controlling the STB through a USBUIRT blaster and the blaster is...
    I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set...
    I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set...
    Replies
    0
    Views
    562
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use just to control volume and standby, will no longer put my devices (TV & AVR) to sleep when the HTPC is put in standby. Also when I wake up the HTPC MP closes or crashes (not sure which) as per the example in...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Replies
    0
    Views
    339
    Top Bottom