diff --git a/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py b/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py index bb474747..c6521a85 100644 --- a/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py +++ b/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py @@ -32,7 +32,7 @@ class NsPanelLovelanceUI: self.api.run_daily(self.update_date, time) self.update_date("") - # Setup weather callback - send/update weather information every 10 minutes + # Setup weather callback weather_interval = 15 * 60 # 15 minutes self.api.run_every(self.update_screensaver_weather, "now", weather_interval)