fix(weather forecast): updated widget

Updated the widget and api route to work with the new (why ?) OpenWeater response format.
This commit is contained in:
Sacha FROMENT
2023-10-28 13:52:38 +02:00
parent 974c11627d
commit 5adf9efa17
2 changed files with 9 additions and 9 deletions

View File

@@ -247,7 +247,7 @@ module.exports = {
walletBalance: 'https://api.blockcypher.com/v1',
walletQrCode: 'https://www.bitcoinqrcodemaker.com/api',
weather: 'https://api.openweathermap.org/data/2.5/weather',
weatherForecast: 'https://api.openweathermap.org/data/2.5/forecast/daily',
weatherForecast: 'https://api.openweathermap.org/data/2.5/forecast',
xkcdComic: 'https://xkcd.vercel.app/',
},
/* URLs for web search engines */