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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user