get current conditions direct from api

This commit is contained in:
Matt Walsh
2025-06-12 09:30:31 -05:00
parent f956df1272
commit 2b61e55783

View File

@@ -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,
},