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:
parent
a1a339bcb7
commit
da33d295d3
4 changed files with 74 additions and 1 deletions
|
@ -216,5 +216,8 @@
|
|||
},
|
||||
"system": {
|
||||
"prefix": " "
|
||||
},
|
||||
"sun": {
|
||||
"prefix": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -179,5 +179,8 @@
|
|||
},
|
||||
"system": {
|
||||
"prefix": " \uf2a9 "
|
||||
},
|
||||
"sun": {
|
||||
"prefix": "\uf3b0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue