Skip to content
Félix de las Pozas Álvarez edited this page Aug 4, 2021 · 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?
Clone this wiki locally