diff --git a/src/components/widgets/openweathermap/weather.jsx b/src/components/widgets/openweathermap/weather.jsx index 13640b14c..b01eb3c4f 100644 --- a/src/components/widgets/openweathermap/weather.jsx +++ b/src/components/widgets/openweathermap/weather.jsx @@ -96,6 +96,8 @@ export default function OpenWeatherMap({ options }) { ); }; + if (!requesting && !location) requestLocation(); + if (!location) { return (