work on weather services; outbound http request caching; styles updates and icons
This commit is contained in:
@@ -69,3 +69,6 @@ color_themes:
|
||||
more_contrast:
|
||||
light: Minimal Light
|
||||
dark: Minimal Dark
|
||||
outbound_http:
|
||||
https_only: false
|
||||
services: { }
|
||||
|
@@ -13,3 +13,28 @@ session_cookie:
|
||||
logging:
|
||||
level: debug
|
||||
pretty: true
|
||||
services:
|
||||
#
|
||||
# Docs: <https://openweathermap.org/api>
|
||||
# Access: <https://openweathermap.org/price>
|
||||
openweathermap.org:
|
||||
enabled: true
|
||||
latitude: 45.49607
|
||||
longitude: -122.67139
|
||||
api_key: ''
|
||||
|
||||
#
|
||||
# Docs: <https://www.weatherapi.com/docs/>
|
||||
# Access: <https://www.weatherapi.com/pricing.aspx>
|
||||
weatherapi.com:
|
||||
enabled: true
|
||||
api_key: e18fb4e3257d4adaa6911347231607
|
||||
|
||||
# US only; Provides weather forecasts and alerts.
|
||||
# Docs: <https://www.weather.gov/documentation/services-web-api>
|
||||
# Access: Free; Set a User-Agent below to identify yourself (see docs)
|
||||
weather.gov:
|
||||
enabled: true
|
||||
latitude: 45.4961
|
||||
longitude: -122.6714
|
||||
user_agent: (local.jbrumond.me, james@jbrumond.me)
|
||||
|
Reference in New Issue
Block a user