Add weather section to configuration page

This commit is contained in:
2022-02-22 12:26:48 -08:00
parent da49dff76f
commit 46e1fad742
2 changed files with 19 additions and 1 deletions

View File

@@ -31,6 +31,10 @@ Music control is implemented using `playerctl` which uses the MPRIS DBus interfa
ITD exposes a UNIX socket at `/tmp/itd/socket` by default. This socket can be used to control the daemon. It is how `itctl` and `itgui` work. This can be used in any language which supports UNIX sockets which is nearly all of them. Even bash can be used with `netcat`.
### Weather
ITD uses data from OpenStreetMap Nominatim to get coordinates for a location, and then feeds those to the Norwegian Meteorological Institute's API to retrieve weather for that location.
### New Features
New features are added whenever I find out they exist from InfiniTime's repo or developers. This means ITD's master branch may contain features not yet released in InfiniTime.