diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-30 14:48:45 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-30 14:48:45 +0100 |
commit | 5bb84dcefbafab8d80313771854c1d982560ee1a (patch) | |
tree | 6ff5d53d35b2fc3ce90daa59a02d9475af98d49b /public/assets | |
parent | de814b9e04ee3cda0f14d99119e06308245dee29 (diff) | |
download | homer-5bb84dcefbafab8d80313771854c1d982560ee1a.tar.gz homer-5bb84dcefbafab8d80313771854c1d982560ee1a.tar.zst homer-5bb84dcefbafab8d80313771854c1d982560ee1a.zip |
Fix openweather service
Diffstat (limited to 'public/assets')
-rw-r--r-- | public/assets/config-demo.yml.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/config-demo.yml.dist b/public/assets/config-demo.yml.dist index 43188fb..4d088cc 100644 --- a/public/assets/config-demo.yml.dist +++ b/public/assets/config-demo.yml.dist | |||
@@ -100,6 +100,12 @@ services: | |||
100 | keywords: "demo" | 100 | keywords: "demo" |
101 | url: "#" | 101 | url: "#" |
102 | target: "_blank" | 102 | target: "_blank" |
103 | - name: "Weather" | ||
104 | location: "Lyon" | ||
105 | apikey: "xxxxxxxxxxxx" # insert your own API key here. Request one from https://openweathermap.org/api. | ||
106 | units: "metric" | ||
107 | endpoint: "https://homer-demo-content.netlify.app/openweather/weather" | ||
108 | type: "OpenWeather" | ||
103 | - name: "interesting links" | 109 | - name: "interesting links" |
104 | icon: "fas fa-solid fa-arrow-up-right-from-square" | 110 | icon: "fas fa-solid fa-arrow-up-right-from-square" |
105 | items: | 111 | items: |