Hello OpenWeather weather in version 8.3 works very well. But in version 9.0 and in night builds it doesn't want to work.
Don't hijack someone elses topic. If you have something to report, open a new topic for it,
Posted 8 December 2024 - 18:51
Hello OpenWeather weather in version 8.3 works very well. But in version 9.0 and in night builds it doesn't want to work.
Don't hijack someone elses topic. If you have something to report, open a new topic for it,
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted Yesterday, 08:33
Edited by littlesat, Yesterday, 08:38.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted Yesterday, 11:29
[...] Which also demonstrates less code can do more as only lines (32) were removed.
Unfortunately, it also demonstrates, that when removing code, you break things if not properly tested.
By removing the line
"ok": self.keyOK,
the file/folder selection.is gone.
Edited by Stan, Yesterday, 11:30.
Posted Yesterday, 21:24
Edited by littlesat, Yesterday, 21:38.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted Yesterday, 22:05
Maybe we can workaround without re-assigning the OK button.
After this morning's patch, instead of file/folder selection the keyboard for manual entering the path comes up. This surely can be adapted.
For further code optimization, the myFileList module could be removed from the plugin, as a similar module is already in Enigma.
- from .myFileList import FileList as myFileList + from Components.FileList import FileList as myFileList