diff --git a/internal/widget/weather.go b/internal/widget/weather.go index dd03319..618237d 100644 --- a/internal/widget/weather.go +++ b/internal/widget/weather.go @@ -22,7 +22,7 @@ type Weather struct { } var timeLabels12h = [12]string{"2am", "4am", "6am", "8am", "10am", "12pm", "2pm", "4pm", "6pm", "8pm", "10pm", "12am"} -var timeLabels24h = [12]string{"02:00", "04:00", "06:00", "08:00", "10:00", "12:00", "14:00", "16:00", "18:00", "20:00", "22:00", "24:00"} +var timeLabels24h = [12]string{"02:00", "04:00", "06:00", "08:00", "10:00", "12:00", "14:00", "16:00", "18:00", "20:00", "22:00", "00:00"} func (widget *Weather) Initialize() error { widget.withTitle("Weather").withCacheOnTheHour()