Add weather widget + Remove resource widget + Change search widget to kagi
All checks were successful
Deploy Homepage / deploy (push) Successful in 2s
All checks were successful
Deploy Homepage / deploy (push) Successful in 2s
This commit is contained in:
parent
1300253ac8
commit
e278338bb2
@ -2,11 +2,16 @@
|
|||||||
# For configuration options and examples, please see:
|
# For configuration options and examples, please see:
|
||||||
# https://gethomepage.dev/configs/service-widgets
|
# https://gethomepage.dev/configs/service-widgets
|
||||||
|
|
||||||
- resources:
|
- openweathermap:
|
||||||
cpu: true
|
label: Haifa #optional
|
||||||
memory: true
|
units: metric # or imperial
|
||||||
disk: /
|
provider: openweathermap
|
||||||
|
apiKey: 129d19f277a1734e703cad207e7e3870 # required only if not using provider, this reveals api key in requests
|
||||||
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||||
|
format: # optional, Intl.NumberFormat options
|
||||||
|
maximumFractionDigits: 1
|
||||||
|
|
||||||
- search:
|
- search:
|
||||||
provider: duckduckgo
|
provider: custom
|
||||||
|
url: https://kagi.com/search?q=
|
||||||
target: _blank
|
target: _blank
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user