Skip to content

Commit

Permalink
Added "important" note in readme about UV tab removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixdelasPozas committed Sep 18, 2024
1 parent 014bcbb commit 3a9225f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Tray Weather
- [Translations](#translations)
- [Repository information](#repository-information)

> [!IMPORTANT]
> OpenWeatherMap ended the OneCall 2.5 API in middle of September 2024 and because of that the UV radiation data is no longer available for those users with free accounts registered before the obligatory "upgrade" to OneCall 3.0 API.
> From now on the releases of TrayWeather will have the UV data tab, tooltip and current weather UV radiation value removed. TrayWeather will continue to work with the rest of the working API (for now) and bugs will be fixed.
# Description
Tray Weather is a simple application to retrieve and show weather information for a given geographic location in a small dialog and in the Windows OS system tray. When executed the application sits in the system tray, showing the current weather icon. The tray icon tooltip shows
the location, weather description and temperature. The tray menu provides access to the weather and configuration dialogs. If there is a
Expand Down Expand Up @@ -98,11 +102,11 @@ the background is colored according to air quality value. As with the weather fo

![pollution](https://user-images.githubusercontent.com/12167134/109207327-4bcf7e80-77a9-11eb-89a0-dd704e8969ad.png)

Ultraviolet radiation forecast can be obtained in the "UV" tab, showing the projection for the next 24 hours colored according to the World
Health Organization color code. The UV chart also has a information tooltip that appears when the mouse cursor is near a point of the radiation
index line showing the index value and recommendations. The zoom method and reset buttons works also with the UV graph.
[//]: # Ultraviolet radiation forecast can be obtained in the "UV" tab, showing the projection for the next 24 hours colored according to the World
[//]: # Health Organization color code. The UV chart also has a information tooltip that appears when the mouse cursor is near a point of the radiation
[//]: # index line showing the index value and recommendations. The zoom method and reset buttons works also with the UV graph.

![radiation](https://user-images.githubusercontent.com/12167134/127046989-ad7a3d32-adb9-486f-a37b-1dddf95b935a.png)
[//]: # ![radiation](https://user-images.githubusercontent.com/12167134/127046989-ad7a3d32-adb9-486f-a37b-1dddf95b935a.png)

Weather maps are interactive. While initially the map is centered in the detected location it can be moved and zoomed in and out. The maps consumes much more memory than the rest of the application so the user can be disable them using the button below.

Expand Down Expand Up @@ -159,16 +163,16 @@ To the translation in your language. For example in Spanish it is:

# Repository information

**Version**: 1.29.1
**Version**: 1.30.0

**Status**: finished.

**cloc statistics**

| Language |files |blank |comment |code |
|:-----------------------------|--------------:|------------:|-----------------:|-----:|
| C++ | 11 | 1131 | 438 | 5487 |
| C/C++ Header | 11 | 307 | 910 | 993 |
| C++ | 11 | 1135 | 761 | 5200 |
| C/C++ Header | 11 | 309 | 920 | 992 |
| HTML | 1 | 33 | 0 | 152 |
| CMake | 1 | 19 | 11 | 127 |
| **Total** | **24** | **1490** | **1359** | **6759** |
| **Total** | **24** | **1496** | **1692** | **6471** |

0 comments on commit 3a9225f

Please sign in to comment.