inderdhir / DatWeatherDoe

Simple menu bar weather app for macOS
Apache License 2.0
526 stars 34 forks source link

Show UV Index #135

Open vyeol opened 9 months ago

vyeol commented 9 months ago

Similar to the option to display the current humidity, it would be great to have an option to display the current UV index.

inderdhir commented 9 months ago

It seems like this is only present in OpenWeatherMap API 3.0 so that will be a prerequisite. I believe their pricing has changed for the newer API version.

inderdhir commented 4 months ago

Added in 5.2.0!

vyeol commented 4 months ago

Thank you for adding UV index support, it's much appreciated and going to be very useful!

I've got two further suggestions for this feature:

  1. Currently, the value displayed seems to be the maximum UV forecast for the day. Would it be feasible to also add the current conditions' UV value, e.g. at the time of the last check?

  2. For now, the UV index is tucked away under the dropdown menu of the app. Would it be possible to add an option, e.g. via a checkbox, to display the current UV directly in the menubar itself, like it is already possible with the humidity?

inderdhir commented 4 months ago

Ya! Let me give it some thought since none of the other info shows up in the menu bar at the moment