get current conditions direct from api
This commit is contained in:
parent
f956df1272
commit
2b61e55783
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ class CurrentWeather extends WeatherDisplay {
|
||||||
// station observations
|
// station observations
|
||||||
// eslint-disable-next-line no-await-in-loop
|
// eslint-disable-next-line no-await-in-loop
|
||||||
observations = await json(`${station.id}/observations`, {
|
observations = await json(`${station.id}/observations`, {
|
||||||
cors: true,
|
|
||||||
data: {
|
data: {
|
||||||
limit: 2,
|
limit: 2,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue