added weather

This commit is contained in:
2022-01-11 05:02:48 +00:00
parent bb60930fd2
commit 0a21eee01d

View File

@@ -144,3 +144,13 @@ services:
url: "https://pgadmin.np.amr.health"
target: "_blank"
- name: "Extras"
icon: "fas fa-broadcast-tower"
items:
- name: "Weather"
location: "Kathmandu" # your location.
locationId: "1283240" # Optional: Specify OpenWeatherMap city ID for better accuracy
apikey: "d512e69a988ae0f0657b4a4a50530bd7" # insert your own API key here. Request one from https://openweathermap.org/api.
units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin.
background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none.
type: "OpenWeather"