I replaced these two files and now I get a crashlog when starting the plugin. Now I get a different error.
Please can you try to fix.
I replaced these two files and now I get a crashlog when starting the plugin. Now I get a different error.
Please can you try to fix.
yes.. use last ui and keymap
RE: Foreca Weather Plugin
next update fixed.. m'sorry
they made me stupid with foreca :)
so much so that I created a crash in all the boxes with foreca
this is fix for crash on ATV .. etc..
![]()
Crash on timedelta fixed · Belfagor2005/e2openplugin-Foreca@778f8eb
Display MoreHello,
I think that I can't unfortunately do that, because Lululla's and my version are so different.
For example:
- I have a spinner and '"Please wait ..." message
- I have localized country-city - date
- I have preserved original functions and buttons --> no need to modify skin
- I have Eumetsat that has View_Slideshow, Lululla has "https://www.sat24.com" without View_Slideshow
- I don't have a satellite selection (Eumetsat is for Europe only)
- I have pause icon at View_Slideshow
- translations are so different
some of it has now been included in @lululla's version if i have understood it correctly or?
Now all work fine..
So we're quiet for a while :)
We can dedicate ourselves completely to spring.
Maybe make the code for PY3.. maybe..
upgrade from feed.. new foreca ;)
I need to be careful next time.. my gits go directly to the image feeds..
i might burn all your boxes ![]()
Not changed for a long time, in the weekly weather, only fav1 is european time, fav2 and home is british weather; i.e. am/pm. Can't they have european style? My device is Gigablue, oatv 7.6, interface aglare 5.4.
The only problem I have is with foreca_logo.
See post #402
After copying your file ( post #402) I got the plugin look like the first screenshot. Then I deleted that file, and I got different plugin look. How is that possible? Your file is for FHD resolution, that's why everything is expanded. I need the file for HD (1280 x 720), but the way it was before. What now?
Problem solved. MyMetrix Lite plugin > Apply changes > Restart GUI. Found smaller foreca_logo.png
with latest update comes more infos on right side that wasnt needed is this a skin or a plugin thing???
Hello Lululla ,
I think that skinner can decide what widgets to use.
By the way saving fav1 & fav2 are not working because an error at ui.py code. Compare to def blue(self):
config.plugins.foreca.fav1.setValue = (self.city) --> config.plugins.foreca.fav1.setValue(self.city)
config.plugins.foreca.fav2.setValue = (self.city) --> config.plugins.foreca.fav2.setValue(self.city)
Thank you !
Display MoreHello Lululla ,
I think that skinner can decide what widgets to use.
By the way saving fav1 & fav2 are not working because an error at ui.py code. Compare to def blue(self):
config.plugins.foreca.fav1.setValue = (self.city) --> config.plugins.foreca.fav1.setValue(self.city)
config.plugins.foreca.fav2.setValue = (self.city) --> config.plugins.foreca.fav2.setValue(self.city)
Thank you !
thank's i fix
okay so i have to ask for a fix in oATV Metrix
Display MoreHello Lululla ,
can you fix (ui.py) the following that integers can be entered ?
def keyNumber(self, number): --> def keyNumberGlobal(self, number):
And also this:
means that > must be deleted
Thank you !
for keynumber
this is code
"0": (boundFunction(self.keyNumberGlobal, 0), _("0 - Today")),
"1": (boundFunction(self.keyNumberGlobal, 1), _("1 - Today + 1 day")),
"2": (boundFunction(self.keyNumberGlobal, 2), _("2 - Today + 2 days")),
"3": (boundFunction(self.keyNumberGlobal, 3), _("3 - Today + 3 days")),
"4": (boundFunction(self.keyNumberGlobal, 4), _("4 - Today + 4 days")),
"5": (boundFunction(self.keyNumberGlobal, 5), _("5 - Today + 5 days")),
"6": (boundFunction(self.keyNumberGlobal, 6), _("6 - Today + 6 days")),
"7": (boundFunction(self.keyNumberGlobal, 7), _("7 - Today + 7 days")),
"8": (boundFunction(self.keyNumberGlobal, 8), _("8 - Today + 8 days")),
"9": (boundFunction(self.keyNumberGlobal, 9), _("9 - Today + 9 days")),
},
def keyNumberGlobal(self, number):
self.tag = number
self.Zukunft(self.tag)
Display More
I think it's already like this and simplified
self["Titel"].text = self.plaats + " - " + datum2
i don't have this >
Supporting the Enigma2, satellite and IPTV community since 2010.
Independent • Community Driven • Established 2010