You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed a possible bug with the display of the temperature value in the tray.
Now the tray displays the maximum temperature, but it differs significantly from the real temperature for the current time of year. The correct temperature value now corresponds to the minimum temperature displayed in the Current Weather tab. Perhaps it is worth adding some kind of checkbox to select which temperature, maximum or minimum, will be displayed in the tray.
If possible, it would be nice to add the maximum and minimum temperature values to the Icon Tooltip tab.
The text was updated successfully, but these errors were encountered:
Currently the value displayed in the tray is the nearest integer value to the current temperature value. If the current temperature value is 13.2ºC the tray will display 13 and if the temperature is 13.61ºC the tray will show 14.
In case of the tooltip text, the one that appears when the user puts the mouse cursor over the tray icon, it's rounded to the first decimal.
Maybe, for the next release, I could give the user the choice to use the min or max value reported to show in the tray icon. Will that solve it for you? Currently OpenWeatherMap provides those values, I don't know if other weather providers have that distinction.
I think this is a problem with the weather provider itself incorrectly displaying the actual temperature, not the TrayWeather.
For example, right now 3°C in Warsaw. OpenWeatherMap displays it as the minimum temperature, but thinks that the current temperature is 5°C. Attached a screenshot where you can see a more significant difference
Noticed a possible bug with the display of the temperature value in the tray.
Now the tray displays the maximum temperature, but it differs significantly from the real temperature for the current time of year. The correct temperature value now corresponds to the minimum temperature displayed in the Current Weather tab. Perhaps it is worth adding some kind of checkbox to select which temperature, maximum or minimum, will be displayed in the tray.
If possible, it would be nice to add the maximum and minimum temperature values to the Icon Tooltip tab.
The text was updated successfully, but these errors were encountered: