Changes 2
This commit is contained in:
parent
33cc5e9bed
commit
c3323774ca
@ -2,6 +2,19 @@
|
|||||||
# For configuration options and examples, please see:
|
# For configuration options and examples, please see:
|
||||||
# https://gethomepage.dev/latest/configs/service-widgets
|
# https://gethomepage.dev/latest/configs/service-widgets
|
||||||
|
|
||||||
|
- weatherapi:
|
||||||
|
label: Kyiv # optional
|
||||||
|
latitude: 37.29402454636174,
|
||||||
|
longitude: -121.87890364473624
|
||||||
|
units: metric # or imperial
|
||||||
|
apiKey: 37a1a38835174500ae5200432241202
|
||||||
|
cache: 5
|
||||||
|
|
||||||
|
- datetime:
|
||||||
|
text_size: xl
|
||||||
|
format:
|
||||||
|
timeStyle: short
|
||||||
|
|
||||||
- resources:
|
- resources:
|
||||||
cpu: true
|
cpu: true
|
||||||
memory: true
|
memory: true
|
||||||
@ -11,10 +24,3 @@
|
|||||||
provider: duckduckgo
|
provider: duckduckgo
|
||||||
target: _blank
|
target: _blank
|
||||||
|
|
||||||
- weather:
|
|
||||||
label: Kyiv # optional
|
|
||||||
latitude: 37.29402454636174,
|
|
||||||
longitude: -121.87890364473624
|
|
||||||
units: metric # or imperial
|
|
||||||
apiKey: 37a1a38835174500ae5200432241202
|
|
||||||
cache: 5
|
|
||||||
Loading…
Reference in New Issue
Block a user