Sun module

Module that shows the sunrise and sunset time for your location.
http://ipinfo.io is used if parameter lat (latitude) or lon (longitude)
is not provided,
This commit is contained in:
Lonesome byte 2019-08-11 18:21:58 +02:00
parent a1a339bcb7
commit da33d295d3
4 changed files with 74 additions and 1 deletions

View file

@ -187,7 +187,7 @@ Modules and commandline utilities are only required for modules, the core itself
* psutil (for the modules 'cpu', 'memory', 'traffic')
* netifaces (for the modules 'nic', 'traffic')
* requests (for the modules 'weather', 'github', 'getcrypto', 'stock', 'currency')
* requests (for the modules 'weather', 'github', 'getcrypto', 'stock', 'currency', 'sun')
* power (for the module 'battery')
* dbus (for the module 'spotify')
* i3ipc (for the module 'title')
@ -195,6 +195,7 @@ Modules and commandline utilities are only required for modules, the core itself
* docker (for the module 'docker_ps')
* pytz (for the module 'datetimetz')
* localtz (for the module 'datetimetz')
* suntime (for the module 'sun')
# Required commandline utilities