Skip to content

Commit 6c6dcb0

Browse files
authored
Merge pull request #1669 from lesamouraipourpre/weather
MagTag Weather: Update for CP7
2 parents 429ea45 + 776bb7f commit 6c6dcb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MagTag_Weather/magtag_weather.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def make_banner(x=0, y=0):
9999
day_temp.anchor_point = (0, 0.5)
100100
day_temp.anchored_position = (50, 10)
101101

102-
group = displayio.Group(max_size=3, x=x, y=y)
102+
group = displayio.Group(x=x, y=y)
103103
group.append(day_of_week)
104104
group.append(icon)
105105
group.append(day_temp)
@@ -217,7 +217,7 @@ def go_to_sleep(current_time):
217217
today_sunset.anchor_point = (0, 0.5)
218218
today_sunset.anchored_position = (130, 117)
219219

220-
today_banner = displayio.Group(max_size=10)
220+
today_banner = displayio.Group()
221221
today_banner.append(today_date)
222222
today_banner.append(city_name)
223223
today_banner.append(today_icon)

0 commit comments

Comments
 (0)