Thank You for this great plugin!
Is it possible to relocate the *.cfg files and the "api_config.txt" file to ETC folder ( for example ), so they would not be overwritten after every update ?
Thanks!
Thank You for this great plugin!
Is it possible to relocate the *.cfg files and the "api_config.txt" file to ETC folder ( for example ), so they would not be overwritten after every update ?
Thanks!
The problem doesn't arise; they would always be overwritten anyway.
I instead have to fix the installation type, save your configuration, and then put it back.
We'll try.
i open code at all users on github
Open code - v.1.0.3 · Belfagor2005/ForecaOne@5a8c0f8
The first person who says I copied something will kick him.
Make good use of it and leave credit.
Regards
Try updating via telnet.
bro, you copied something. ![]()
bro, you copied something.
![]()
Hi developer, I have no problem with the API, but I can't get the data from these places, I checked the log file, but I don't find any problem.
Can you try changing cities? Check carefully.
Can you try changing cities? Check carefully.
I've switched cities and it's the same thing, switching to Rome, maybe it's my network, I don't see any problem with yours.
Could this code on the home page be written in such a way as to facilitate internationalization.
# --- SUNRISE/SUNSET ---
self.sunrise = day_selected.sunrise.strftime(
"%H:%M") if day_selected.sunrise else 'N/A'
self.sunset = day_selected.sunset.strftime(
"%H:%M") if day_selected.sunset else 'N/A'
hours = day_selected.daylength // 60 if day_selected.daylength else 0
mins = day_selected.daylength % 60 if day_selected.daylength else 0
self.daylen = f"{hours} h {mins} min"
maybe:
# --- SUNRISE/SUNSET ---
self.sunrise = day_selected.sunrise.strftime("%H:%M") if day_selected.sunrise else 'N/A'
self.sunset = day_selected.sunset.strftime("%H:%M") if day_selected.sunset else 'N/A'
hours = day_selected.daylength // 60 if day_selected.daylength else 0
mins = day_selected.daylength % 60 if day_selected.daylength else 0
self.daylen = _("{hours} h {mins} min").format(hours=hours, mins=mins)
Great Work,
List in skin not correct
Thank You for this great plugin!
Is it possible to relocate the *.cfg files and the "api_config.txt" file to ETC folder ( for example ), so they would not be overwritten after every update ?
Thanks!
version 1.0.4 have been fixed
- preserve configurations
- another fix moon phases Orlandox thank's for feedback
- new moon added (101 png image)
- sunrise e sunsite fixed
- add cjeck upgrade plugin
- minor fix
The latest and most complete Chinese translation documents.
no, not quite yet
here my fix:
for HD skin the "zero_line" is shifted, it's ok for FHD skin
and wqhd ?
I don't have a wqhd skin.
for HD skin the "zero_line" is shifted, it's ok for FHD skin
please try..
put in folder /skin/hd
and open plugin/meteogram
Don’t have an account yet? Register yourself now and be a part of our community!