AsteroidOS / asteroid-weather

Default weather app for AsteroidOS
GNU General Public License v3.0
8 stars 6 forks source link

Open Weather Map condition codes have changed #16

Open eLtMosen opened 2 years ago

eLtMosen commented 2 years ago

The icon.js contains weather condition codes that are not available on OWM anymore. This was a state that reflects what we have in icon.js http://web.archive.org/web/20150215065518/https://openweathermap.org/weather-conditions

Here are the to be adapted recent codes https://openweathermap.org/weather-conditions

eLtMosen commented 1 year ago

Dodoradio kindly adapted the icon.js to the new OWM codes and added a drizzle icon.

There is an unsused state for fog/sandstom/mist.

Keeping this issue open until we came up with a new icon for that.

Senjosei commented 9 months ago

Are we sticking to the iOS styled icons? Because if not theres a very good weather icon library thats almost 1:1 to OWM weather conditions and its MIT licensed. https://github.com/basmilius/weather-icons

eLtMosen commented 9 months ago

That is a very good observation, kudos! I think the outlined Meteocons pair reasonably well with the rest of the iOS system icons. The only "clash" i could see is the weather app icon itself, since that is now just the ios cloud outline. The Meteocons have a tad thicker line-width than the iOS ones, So a weather-app-icon change to Meteocon clouds would definitely look inconsistent when in an applauncher. Imo, that should not hinder us to beautify the actual weather icons within the weather app however. I am very much for this change. I made colorized versions of the iOS icons but never gotten around implementing them. A push forward in that regard is highly appreciated.