Add option for apparent/feels-like temp and sunset from Open-Meteo#4
Open
ch-rs wants to merge 2 commits intolanrat:mainfrom
Open
Add option for apparent/feels-like temp and sunset from Open-Meteo#4ch-rs wants to merge 2 commits intolanrat:mainfrom
ch-rs wants to merge 2 commits intolanrat:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @lanrat
Thanks for updating this with Open-Meteo :)
I was missing the option for a "feels like" temperature, so I had a go at bringing that in as a new config field under Weather: Current Temperature / Apparent Temperature (I know it as "feels like" but Open-Meteo calls it "apparent").
My thinking was that, if we're changing what goes in the API request, I might as well add in options to request sunset time, UV, humidity, wind, etc. in place of temperature, but I realised some of those require extra characters (%, U, /) and updating the Nupe font isn't a rabbit hole I wanted to go down. I did keep sunset time in as an option.
No problem if you'd rather this stay in a fork.