well
try with this skin

and report
i fix for now your issue..
in the plugin source there is a multilist, but it is valid for hd - fhd - wqhd ...
MenuList.__init__(self, [], False, eListboxPythonMultiContent)
GUIComponent.__init__(self)
# default values:
self.font0 = gFont("Regular", 28)
self.font1 = gFont("Regular", 26)
self.font2 = gFont("Regular", 28)
self.font3 = gFont("Regular", 28)
self.itemHeight = 120
self.valTime = 5, 80, 100, 45
self.valPict = 110, 45, 70, 70
self.valPictScale = 0
self.valTemp = 200, 55, 150, 40
self.valTempUnits = 200, 95, 15, 40
self.valWindPict = 320, 75, 35, 35
self.valWindPictScale = 1
self.valWind = 360, 55, 95, 40
self.valWindUnits = 360, 95, 120, 40
self.valText1 = 500, 0, 800, 42
self.valText2 = 500, 45, 800, 42
self.valText3 = 500, 90, 800, 42
self.valText4 = 500, 135, 800, 42
self.listCompleted = []
self.callback = None
self.idx = 0
self.thumb = ""
self.pos = 20
Display More
this is your x,y date
self.valPict = 110, 45, 70, 70
It is not easy to make things fit and sometimes they break.
th question is:
-1 the skinner as show plugin ? as tested it?
-2 sometimes in a plugin update labels or widgets are added and the skinners don't know about it, that too, which means that some skins are missing something
You should try the plugin with its original skin before skinning or rightly, report this issue to the skinner.
<screen name="ForecaPreview" position="center,170" size="1200,820" title="Foreca Weather Forecast">
<ePixmap pixmap="skin_default/buttons/red.png" position="10,5" size="295,70" />
<ePixmap pixmap="skin_default/buttons/green.png" position="305,5" size="295,70" />
<ePixmap pixmap="skin_default/buttons/yellow.png" position="600,5" size="295,70" />
<ePixmap pixmap="skin_default/buttons/blue.png" position="895,5" size="295,70" />
<widget backgroundColor="#9f1313" font="Regular;30" halign="center" position="10,5" render="Label" shadowColor="black" shadowOffset="-2,-2" size="295,70" source="key_red" transparent="1" valign="center" zPosition="1" />
<widget backgroundColor="#1f771f" font="Regular;30" halign="center" position="305,5" render="Label" shadowColor="black" shadowOffset="-2,-2" size="295,70" source="key_green" transparent="1" valign="center" zPosition="1" />
<widget backgroundColor="#a08500" font="Regular;30" halign="center" position="600,5" render="Label" shadowColor="black" shadowOffset="-2,-2" size="295,70" source="key_yellow" transparent="1" valign="center" zPosition="1" />
<widget backgroundColor="#18188b" font="Regular;30" halign="center" position="895,5" render="Label" shadowColor="black" shadowOffset="-2,-2" size="295,70" source="key_blue" transparent="1" valign="center" zPosition="1" />
<eLabel backgroundColor="grey" position="10,80" size="1180,1" />
<widget backgroundColor="background" source="Titel" render="Label" position="6,836" size="1180,40" foregroundColor="yellow" font="Regular;32" halign="center" transparent="1" />
<widget backgroundColor="background" source="Titel2" render="Label" position="13,123" size="1180,40" font="Regular;32" halign="center" transparent="1" />
<widget backgroundColor="background" source="Titel3" render="Label" position="13,84" size="1180,40" foregroundColor="yellow" font="Regular;32" halign="center" transparent="1" />
<widget backgroundColor="background" source="Titel4" render="Label" position="6,882" size="1180,40" font="Regular;32" halign="center" transparent="1" />
<widget name="MainList" position="10,160" size="1180,600" enableWrapAround="1" scrollbarMode="showOnDemand" />
<eLabel backgroundColor="grey" position="10,770" size="1180,1" />
<ePixmap position="10,780" size="60,30" pixmap="skin_default/icons/info.png" />
<ePixmap position="360,780" size="60,30" pixmap="skin_default/icons/menu.png" />
<ePixmap position="710,780" size="60,30" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca/buttons/key_ok.png" />
<widget source="key_info" render="Label" position="90,780" size="250,35" font="Regular;30" />
<widget source="key_menu" render="Label" position="440,780" size="250,35" font="Regular;30" />
<widget source="key_ok" render="Label" position="790,780" size="250,35" font="Regular;30" />
<ePixmap position="1120,780" size="60,30" pixmap="skin_default/icons/help.png" />
</screen>
Display More