inderdhir / DatWeatherDoe

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

Feature Request: Display °C and °F #28

Closed bdarfler closed 3 years ago

bdarfler commented 3 years ago

I would love a way to display both so that I can communicate the weather to my co-workers who live in different countries.

bivalent commented 3 years ago

Marking this in case I have time later, but it looks like it can be added here:

https://github.com/inderdhir/DatWeatherDoe/blob/master/DatWeatherDoe/WeatherResponse.swift#L86-L93

Where the symbol appended in the return statement can be updated to use the F or C symbols

bdarfler commented 3 years ago

@brent-riva Oh no, I don't think I was clear enough. I'd like to have the widget display the temp in both Celsius and Fahrenheit so that I can talk to people in different countries about the temperature at my location.

That said, I do like the idea of at least displaying the °C or °F. I guess that would be a necessary first step anyhow.

inderdhir commented 3 years ago

@bdarfler 2.0.0 is out which includes support for showing weather in both C and F simultaneously!

bdarfler commented 3 years ago

SWEET! Thanks @inderdhir !