-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daily lines are overlapping #477
Comments
Oh, checked the Android app, same exact issue |
hi @ofirmanor, thanks for reporting the issue. the fact that there is no icon for Thu and Fri makes me believe that your weather service might report a weather state, which is not mapped in |
Thanks for the fast reply @pkissling ! If I got it right, the status of the day is Dust Which I don't see in the list of icons. |
Oh, alternatively - if a weather status is unknown, maybe have an empty / question mark icon, so there will be something with the right number of pixels? so the display won't be messed up? |
hi, https://www.home-assistant.io/integrations/weather/#condition-mapping if the weather is really dusty and not foggy, the weather provider should map the state to |
@pkissling ok got it, makes sense |
yeah, makes sense. i'll use this ticket to fix the margin for cases where the icon is missing |
Checklist:
Release with the issue:
2.8.5
Last working release (if known):
Just downloaded clock-weather-card today using HACS
Browser and Operating System:
Latest Microsoft Edge (Version 130.0.2849.68 (Official build) (64-bit)) on Windows 11
I just starting using it and loving it!
However, using daily forecast, two days are a bit overlapping (Thu+Fri in the screenshot)
Tried to use multiple variations of the config (removing bits etc), nothing helped.
This is the config for this screenshot
type: custom:clock-weather-card
entity: weather.ims_weather
forecast_rows: 6
title: Raanana Forecast
weather_icon_type: fill
show_humidity: false
time_pattern: H:mm
date_pattern: cccc, LLL M
All daily lines should be have same spacing, and not overlapping?
Javascript errors shown in the web inspector (if applicable):
Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "action-handler-clock-weather" has already been used with this registry
at window.CustomElementRegistry.define (http://ha-guest:8123/frontend_latest/app.8g4YhNxag-w.js:2:4271)
at http://ha-guest:8123/hacsfiles/clock-weather-card/clock-weather-card.js:180:2352
scoped-custom-element-registry.js:1
Failed to load resource: the server responded with a status of 404 (Not Found)
Additional information:
The text was updated successfully, but these errors were encountered: