Foreca One Weather Plugin NEW (Lululla Make)
- Lululla
- Thread is marked as Resolved.
-
-
The font size is too big in wind, rain, and snow!
Can't the font size be made dynamic?
That would also work better with the different skins.Update 1.2.5 isn't working... 1.2.4 is being installed here...
with the option to update to 1.2.5—but that obviously isn't working?!edit:
*solved* with #366!
System: OATV 7.6 with Gradient-FHD-Skin
thank you!
-
now it's moon-details fine, but the application still offers to update to 1.2.5 ...you need to overwrite the version in __init__.py to __version__=1.2.5
-
application still offers to update to 1.2.5 ...you need to overwrite the version in __init__.py to __version__=1.2.5
*solved* ... this help!
-
now it's moon-details fine, but the application still offers to update to 1.2.5 ...you need to overwrite the version in __init__.py to __version__=1.2.5
fixed
Is there an error every now and then, or am I wrong? Can you just ask, or can you offer us a coffee every now and then on the board, and maybe even me?
;)
Time is running out, and I'm trying to port all the plugins to Python 3. Then I think I'm done with development. I have other serious family matters to sort out, unfortunately much more important.
Regards:
Update from menu of plugin.
-new animations and fix version. -
overcast and showers seems not be fixed.
-
my suggestion:
-
-
-
My friend... on the left it's generic, otherwise black is the 12:00 time.
On the right is the hourly time.
I've already explained all this, and welcome to the linuxsat-support forum.
If you haven't already, please stop by the appropriate section to say .
Introductions - Linux Satellite Support Community -
My friend... on the left it's generic, otherwise black is the 12:00 time.
On the right is the hourly time.
I've already explained all this, and welcome to the linuxsat-support forum.
If you haven't already, please stop by the appropriate section to say .
Introductions - Linux Satellite Support CommunityThe wind direction is not displayed correctly on the left side.
The display must be refreshed. Simply use the right arrow to display the next day and then the left arrow to return. Or press the colored button.
-
It's about the wind direction.
When you open the weather plugin, the wind direction always points north.
-
Yes, every time the plugin is run, it shows the wind direction to the north. After the procedure I mentioned above, it will be fixed. But I think it is more important to follow the hourly data on the right and not to deal with the wind direction on the left.
-
Try this plugin.py
-
-
-
Foreca's public and authenticated APIs don't return hourly UVs, but daily ones.
So I'll remove them from the widget, or add daily UVs.
-
It must be standing well there, right?
-
Foreca's public and authenticated APIs don't return hourly UVs, but daily ones.
So I'll remove them from the widget, or add daily UVs.
I think it does.
hour_data = {'time': '18:00', 'temp': '29', 'feels_like': '34', 'condition': 'd300', 'wind_dir': 'wE', 'wind_speed': '3', 'precipitation': '69', 'humidity': '78', 'uv_index': '3', 'date': '25.04.2026', 'day': 'lauantai', 'town': 'Kuala Lumpur', 'country': 'Malaysia'}
Lululla, if you add these to foreca_scraper.py
# UV index
uvi = int(item.get("uvi", 0))
.
.
.
hf = HourForecast(
time=time_obj,
temp=temp,
feel_temp=feel_temp,
condition=condition,
humidity=humidity,
wind_speed=wind_speed,
wind_direction=wind_direction,
uvi=uvi,
precipitation=precip,
precip_prob=precip_prob,
solar_radiation=None
)
-
Your source for Enigma2 weather plugins
Find downloads and support for tools that show detailed local forecasts, severe weather alerts, and animated radar displays on your device. Discover Enigma2 weather plugins for your receiver. Access downloads and support to display local forecasts and real-time weather information directly on screen.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
