2024-12-16, 05:59
(2024-12-16, 05:14)andrzejls Wrote:(2024-12-16, 03:29)wags1 Wrote:@wags1(2024-12-15, 19:54)latts9923 Wrote: @wags1
It looks like you have the "DISPLAY ONLY DAYTIME FOR NOAA WEATHER" button enabled in the Weather Widgets settings.
I did some testing and it looks like the issue is if you don’t have the NOAA Weather addon installed at all (which I don’t) the toggle for “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" is grayed out in the weather widget but your code assumes that the toggle is enabled. The only way I was able to fix it was by installing the NOAA Weather addon. And then turning off the “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" toggle in the weather widget (which was active and no longer greyed out once I installed the NOAA Weather addon). I was then able to uninstall the NOAA Weather addon. Obviously not ideal so you probably should rework that code. Maybe assume that toggle is off rather than on.
I just replaced "Widgets.xml" with version from v1.4.4 and all is working just fine. “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" grey-out entry is also now gone from "Wiedgets" settings.
Yes, if you page up several posts you will see my post where I indicate that is the same as what I did at first to get it to display all 7 days. The greyed out entry is gone because the widgets.xml file from 1.4.4 doesn’t have that code in it. For the explanation of what’s happening see my post directly above yours.