Read the statement by Michael Teeuw here.
FYI new weather_plus onecall module
-
@hango
Hi.
I deleted my existing weather_plus module and did a “git clone”.
On the reboot the module came up “loading”.
Developers Tool showed 2 errors and 1 warning.
First error was “Failed to load resource the server responded with a staus of 404 font-awesome.min.css:1”
Second error was “Error on loading stylesheet: modules/weather_plus/weather_plus.css loader.js:215”The warning was the Electron security message.
I removed the 404 error "import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/font-awesome.min.css");" from the .css file.
On reboot the module loaded.
I tried to visit “https://cdnjs.cloudflare.com/ajax” to update the link but a “resources not found” message was returned.
Only “https://cdnjs.cloudflare.com/” exists.
Cheers.
-
This post is deleted! -
@hango
Hi,
The latest https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css did not throw a 404 error
https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.12/css/weather-icons.min.css returns a 404 error. For fun I tried 2.0.11 to no avail. However 2.0.10 still works.
Another odd thing is that with showSun: true and onlyTemp: false there is no sunriseSunsetIcon displayed.
Cheers.
-
This post is deleted! -
@hango
O.K. The time is displayed just no icon.
Thanks for the information.
Regards.
-
This post is deleted! -
@hango
Hi,
Adding the space worked. Icon now presented.
Cheers.
-
-
Nice. I think I saw that module in another post.
Has this module been made public?
Cheers.
-
@hango
I powered off my test system for the day. Today, when I powered it up, everything loaded except the weather_plus module.
It is stuck at loading.
I toggled the dev tool and found no errors.
I guess I’ve got some investigating to do.
Cheers