Foreca One Weather Plugin NEW (Lululla Make) version='1.2.3
New version 1.2.3
- Weather Icon Animations:
- Added animation support in hour_detail.py, favorites_detail.py, and weather_detail.py using eTimer and the animated_icons/ folders.
- Fixed static fallback when animations are unavailable.
- "N/A" handling for missing data:
- Created animated_icons/NA/ folder with a frame to display an animated icon when missing data.
- Modified _set_symbols_for_day in weather_detail.py to use NA when temp is None or an invalid symbol.
- Today's night issue in WeatherDetailView:
- The API was only returning future hours, so today's night (0-6) was blank.
- Modified get_today_tomorrow_details in foreca_weather_api.py to copy overnight data from tomorrow to today if it's empty.
- Debugging and permissions:
- Fixed error [Errno 2] No such file or directory for debug files, automatically creating the debug/ directory in write functions.
PHP Code:wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/ForecaOne/main/installer.sh -O - | /bin/sh




Reply With Quote
