iamBiB / lovelace-htc-flipclock-weather

HTC Flipclock with Weather card
24 stars 12 forks source link

Not Working On Home Assistant 2022.7 #26

Closed Andrewpaps closed 4 months ago

Andrewpaps commented 2 years ago

Showing as following:

image

MajaGithuab commented 2 years ago

Same here, any solution ?

iamBiB commented 1 year ago

can you post your config and the issues listed in browser config.

Buffer2000 commented 10 months ago
image

I got the same problem (may be) as above.

It seem that they cannot find all .png files. But as checking, the file exist.

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (background.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (night.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (41-2.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (41-1.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0-1.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0-2.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0-3.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (41-3.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (4.png, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (1.png, line 0) [Error] Unhandled Promise Rejection: TypeError: e.indexOf is not a function. (In 'e.indexOf(".")', 'e.indexOf' is undefined) (anonymous function) (app-WGjVk0xiOKY.js:2:142593) [Error] Unhandled Promise Rejection: TypeError: e.indexOf is not a function. (In 'e.indexOf(".")', 'e.indexOf' is undefined) performUpdate (app-WGjVk0xiOKY.js:2:143140) (anonymous function) (app-WGjVk0xiOKY.js:2:142653) [Error] Unhandled Promise Rejection: TypeError: e.indexOf is not a function. (In 'e.indexOf(".")', 'e.indexOf' is undefined) (anonymous function) (app-WGjVk0xiOKY.js:2:142593) [Error] Unhandled Promise Rejection: TypeError: e.indexOf is not a function. (In 'e.indexOf(".")', 'e.indexOf' is undefined) performUpdate (app-WGjVk0xiOKY.js:2:143140) (anonymous function) (app-WGjVk0xiOKY.js:2:142653) [Error] Unhandled Promise Rejection: TypeError: e.indexOf is not a function. (In 'e.indexOf(".")', 'e.indexOf' is undefined) (anonymous function) (app-WGjVk0xiOKY.js:2:142593)

Also capture the log picture to show the path.

image
Buffer2000 commented 10 months ago

[Solved - Only for me] I found that I named the folder wrong from custom_ui to custom-ui.

Thank you for your great work.