Skip to content
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

Add ability to show day/date at 00:00 in the forecast #131

Closed
gcoan opened this issue Mar 4, 2024 · 2 comments · Fixed by #133
Closed

Add ability to show day/date at 00:00 in the forecast #131

gcoan opened this issue Mar 4, 2024 · 2 comments · Fixed by #133
Assignees
Labels
enhancement New feature or request

Comments

@gcoan
Copy link

gcoan commented Mar 4, 2024

Is your feature request related to a problem? Please describe.
The current forecast is easy to read, I am using it with the UK Met Office 3 hourly forecast, but as this gives the forecast for several days ahead I would like the option for future days to be annotated eg. Tue 5 Mar above the 00:00 time

Describe the solution you'd like
As above

Additional context
Current setup:

          - type: custom:weather-chart-card
            entity: weather.met_office_daily
            show_main: true
            show_temperature: true
            show_current_condition: false
            show_attributes: true
            show_time: false
            show_humidity: true
            show_pressure: false
            show_wind_direction: false
            show_wind_speed: false
            show_sun: false
            show_feels_like: false
            use_12hour_format: false
            icons_size: 25
            animated_icons: true
            icon_style: style1
            forecast:
              show_probability: true
              labels_font_size: '11'
              precip_bar_size: '100'
              style: style1
              show_wind_forecast: true
              condition_icons: true
              round_temp: false
              type: hourly
            units:
              pressure: ''
              speed: ''
            show_time_seconds: false

Add date/time here similar to the other weather card (that I’d like to replace):
IMG_0685

By the way ‘show_humidity’ setting in the yaml is described as ‘show_humid’ in the read.me doc

@gcoan gcoan added the enhancement New feature or request label Mar 4, 2024
@gcoan
Copy link
Author

gcoan commented Mar 4, 2024

Additionally is it possible for more of the ‘today’ info to be on the same horizontal line rather than temp and humidity being underneath one another, would like them to be on the same line to reduce vertical height of the card

@mlamberts78 mlamberts78 mentioned this issue Mar 6, 2024
@mlamberts78 mlamberts78 self-assigned this Mar 6, 2024
@gcoan
Copy link
Author

gcoan commented Mar 6, 2024

Thanks for the new release, the date shows perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants