You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the hourly forecast view temperature values are shown on both the left and right side of the bar graphic, this is rather redundant, and it would be nice to have an option to hide the rightmost value so that all the data (time, weather and temperature) are only shown to the left of the bars.
Suggested solution
Add an option to hide the temperature values on the right side of the bars as pointed out below.
Or, personally I would argue that removing these duplicate temperature values should be the default, as it's just clutter when using the hourly forecast, but I'm not sure if there are other perspectives to this.
Alternatives
I'm not sure if it's possible to use card-mod to modify this, as both of the temperature elements in the DOM are of the same type; forecast-text. If this can be done I'm open to using that, but I'm not sure how to target only the right one.
The text was updated successfully, but these errors were encountered:
I can see why having the values on the left and right have some value. In my case, the current temp from a sensor is higher than the value during the current hour, and therefore there is a bar instead of a point on the line. But, that's only applicable to the first hour (or current hour).
Context
When using the hourly forecast view temperature values are shown on both the left and right side of the bar graphic, this is rather redundant, and it would be nice to have an option to hide the rightmost value so that all the data (time, weather and temperature) are only shown to the left of the bars.
Suggested solution
Add an option to hide the temperature values on the right side of the bars as pointed out below.
Or, personally I would argue that removing these duplicate temperature values should be the default, as it's just clutter when using the hourly forecast, but I'm not sure if there are other perspectives to this.
Alternatives
I'm not sure if it's possible to use card-mod to modify this, as both of the temperature elements in the DOM are of the same type;
forecast-text
. If this can be done I'm open to using that, but I'm not sure how to target only the right one.The text was updated successfully, but these errors were encountered: