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

Allow user to set complete "Forecast & Radar" heading #141

Closed
Daveiano opened this issue Mar 26, 2023 · 0 comments
Closed

Allow user to set complete "Forecast & Radar" heading #141

Daveiano opened this issue Mar 26, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Daveiano
Copy link
Owner

The current logic is the following:

"Forecast" is shown as heading if the user has a forecast extension enabled (by default, no way to change). If the user has a radar/webcam enabled then the "&" and "Radar" or the value radar_heading from skin.conf is shown.

There is currently no way to achieve a heading like "Forecast provided by Open Weather Maps and Live Radar provided by Windy.com". The best you could do would be to set radar_heading to "provided by Open Weather Maps and Live Radar provided by Windy.com" but then you would end up with

"Forecast & provided by Open Weather Maps and Live Radar provided by Windy.com"

I think the current implementation is kind of a result of overthinking I guess. It would be best to let the user set the complete heading and not print static "Forecast" and "&".

I hope that makes sense now, and like I said:

It would be best to let the user set the complete heading and not print static "Forecast" and "&".

Any thoughts?

Originally posted by @Daveiano in #121 (reply in thread)


Ah As I suspected! If it is easy enough to allow the user to set the complete heading then I would say that is the way to go. I guess that updating the excellent wiki is more work than changing the code...

@Daveiano Daveiano added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant