Add time widget and fixing location
All checks were successful
Deploy Homepage / deploy (push) Successful in 3s
All checks were successful
Deploy Homepage / deploy (push) Successful in 3s
This commit is contained in:
parent
6aa46a9088
commit
270c25b4dc
@ -4,6 +4,8 @@
|
||||
|
||||
- openweathermap:
|
||||
label: Haifa #optional
|
||||
latitude: 32.819495364508214
|
||||
longitude: 35.074106620942686
|
||||
units: metric # or imperial
|
||||
provider: openweathermap
|
||||
apiKey: 129d19f277a1734e703cad207e7e3870 # required only if not using provider, this reveals api key in requests
|
||||
@ -11,6 +13,12 @@
|
||||
format: # optional, Intl.NumberFormat options
|
||||
maximumFractionDigits: 1
|
||||
|
||||
- datetime:
|
||||
text_size: xl
|
||||
format:
|
||||
timeStyle: short
|
||||
|
||||
|
||||
- search:
|
||||
provider: custom
|
||||
url: https://kagi.com/search?q=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user