Skip to content
Félix de las Pozas Álvarez edited this page Sep 16, 2022 · 7 revisions

TrayWeather TODO


  • Metrics: OWM provides an aption to get the data in standard, imperial or metric units. This should replace the ºC or Fº option. Done in 1.11.0.
  • Roaming require that the QT_BEARER_POLL_TIMEOUT env. variable in a valid value be set before QApplication, but cannot instantiate QSettings before it so we cannot read the configuration until is too late to change anything. Try to read it from registry using Advapi32.lib. Also warn user when roaming is activated to restart the application to enable network polling. Was initially disabled due to more latency in the network (Qt polls every 10 seconds). Fixed in 1.10.1.
  • OneCall API provides additional information like feels like, dew point and alerts. Interesting?
  • Define specific colors for temperature values instead of only min/max values.
  • Weather provider refactorization to make adding different weather providers easy.
    • Test 2.0 maps in OpenWeatherMap with a fallback to old 1.0 maps.
  • Custom weather icons.
Clone this wiki locally