get current conditions direct from api

This commit is contained in:
Matt Walsh 2025-06-12 09:30:31 -05:00
commit 2b61e55783
No known key found for this signature in database

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