diff --git a/examples/weather-and-light.py b/examples/weather-and-light.py index bccf7cc..af7f596 100755 --- a/examples/weather-and-light.py +++ b/examples/weather-and-light.py @@ -303,8 +303,8 @@ def describe_light(light): HEIGHT = disp.height # The city and timezone that you want to display. -city_name = "Sheffield" -time_zone = "Europe/London" +city_name = "Madrid" +time_zone = "Europe/Madrid" # Values that alter the look of the background blur = 50