11[release ]
22release_info_url = " https://api.github.com/repos/mt-empty/pi-inky-weather-epd/releases/latest"
33download_base_url = " https://github.com/mt-empty/pi-inky-weather-epd/releases/download"
4- # set to 0 to disable auto-updating
5- update_interval_days = 0
4+ update_interval_days = 0 # Set to 0 to disable auto-updating
65
76[api ]
8- provider = " open_meteo" # bom or open_meteo
9- latitude = -37.8136
7+ # Note: The weather data reflects the selected location’s conditions, but all times are displayed
8+ # according to your device’s (local) timezone. this should be fine for almost all users.
9+ latitude = -37.8136 # Melbourne, Australia
1010longitude = 144.9631
11+ provider = " open_meteo" # Options: bom, open_meteo
1112
12- # supported colours for 7.3 inky display
13- # [black, white, green, blue, red, yellow, orange]
1413[colours ]
14+ # Supported colours for 7.3" Inky Impression display:
15+ # [black, white, green, blue, red, yellow, orange]
16+ background_colour = " white"
17+ text_colour = " black"
18+ x_axis_colour = " black"
19+ y_left_axis_colour = " red" # Temperature axis
20+ y_right_axis_colour = " blue" # Rain scale
21+ actual_temp_colour = " red"
22+ feels_like_colour = " green"
23+ rain_colour = " blue"
24+
25+ # # Dark Mode Example
1526# background_colour = "black" # solid black – no dithering
1627# text_colour = "white" # bright white for max legibility
1728
@@ -23,21 +34,12 @@ longitude = 144.9631
2334# feels_like_colour = "green" # dashed “feels-like” line
2435# rain_colour = "blue" # shaded rain bars
2536
26- background_colour = " white"
27- text_colour = " black"
28- x_axis_colour = " black"
29- y_left_axis_colour = " red"
30- y_right_axis_colour = " blue"
31- actual_temp_colour = " red"
32- feels_like_colour = " green"
33- rain_colour = " blue"
3437
3538[render_options ]
36- temp_unit = " C"
37- # When the sky is clear, the moon phase icon will be used instead of the clear night icon
38- use_moon_phase_instead_of_clear_night = true
39- # this controls the placement of the x-axis when the temperature is below zero
40- x_axis_always_at_min = true
39+ temp_unit = " C" # Options: C, F
40+ wind_speed_unit = " km/h" # Options: km/h, mph, knots
41+ use_moon_phase_instead_of_clear_night = true # When the sky is clear, the moon phase icon will be used instead of the clear night icon
42+ x_axis_always_at_min = true # Controls x-axis placement when temp is below zero
4143use_gust_instead_of_wind = false
4244
4345[misc ]
@@ -48,53 +50,58 @@ generated_png_name = "dashboard.png"
4850svg_icons_directory = " static/fill-svg-static/"
4951
5052[debugging ]
51- disable_weather_api_requests = false # if true, the weather data will be loaded from a cached file instead of the API, make you ran the application at least once with this set to false
53+ disable_weather_api_requests = false # Load cached data instead of making API requests (requires at least one successful run first)
5254disable_png_output = false
5355allow_pre_release_version = true
5456
57+ # ============================================================================
58+ # Alternative Locations (for testing)
59+ # ============================================================================
5560
56- # ## Extreme
57- # # Babinda, QLD
61+ # Extreme Weather Locations
62+ # -------------------------
63+ # Babinda, QLD (high rainfall)
5864# latitude = -17.3447
5965# longitude = 145.9259
6066
61- # # Marble Bar, NSW
62- # latitude = -27.2983
63- # longitude = 133.6212
67+ # Marble Bar, WA (extreme heat)
68+ # latitude = -21.1767
69+ # longitude = 119.7491
6470
65- # # Tasmanian heights, TAS
71+ # Tasmanian Highlands (cold)
6672# latitude = -41.9101
6773# longitude = 146.8158
6874
69- # # Major Cities
70- # # Darwin
75+ # Major Australian Cities
76+ # -----------------------
77+ # Darwin
7178# latitude = -12.4612
7279# longitude = 130.8417
7380
74- # # Sydney
81+ # Sydney
7582# latitude = -33.8681
7683# longitude = 151.2103
7784
78- # # Melbourne
85+ # Melbourne
7986# latitude = -37.8122
8087# longitude = 144.9591
8188
82- # # Brisbane
89+ # Brisbane
8390# latitude = -27.4960
8491# longitude = 153.0341
8592
86- # # Perth
87- # latitude = -41.5750
88- # longitude = 147.1674
93+ # Perth
94+ # latitude = -31.9523
95+ # longitude = 115.8614
8996
90- # # Adelaide
97+ # Adelaide
9198# latitude = -34.9283
9299# longitude = 138.5980
93100
94- # # Hobart
101+ # Hobart
95102# latitude = -42.8769
96103# longitude = 147.3322
97104
98- # # Canberra
105+ # Canberra
99106# latitude = -35.2853
100107# longitude = 149.1229
0 commit comments