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
    3K
    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
    817
    • Sticky
    MP1 MP2 [News] MediaPortal 2 - 2.5 Release DE
    Will be version 2.5.1 ready quite soon? I read somewhere it will be a bugfix release, no new features are probably not in focus.
    Will be version 2.5.1 ready quite soon? I read somewhere it will be a bugfix release, no new features are probably not in focus.
    We are proud to present MediaPortal 2.5 MediaPortal 2.5 is a full-blown media center software that addresses most common user...
    Replies
    70
    Views
    5K
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work. Spotify desktop app installed on same computer as you are going to use with MediaPortal Getting ready Create an app at spotify, use this link: Dashboard | Spotify for Developers, you have to login. Click...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Replies
    0
    Views
    1K
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is completey broken with NET4 and NET6 :( Neither an existing profile can be selected nor a new one can be created.
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is...
    Description: Hi there. First of all, I appreciate all the effort in MediaPortal 2 release 2.5 - visible changes look great (eg...
    Replies
    1
    Views
    514
    Top Bottom