mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
get current conditions direct from api
This commit is contained in:
@@ -42,7 +42,6 @@ class CurrentWeather extends WeatherDisplay {
|
||||
// station observations
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
observations = await json(`${station.id}/observations`, {
|
||||
cors: true,
|
||||
data: {
|
||||
limit: 2,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user