Added new options
This commit is contained in:
		| @@ -6,8 +6,7 @@ update_interval = "60"         # "15" # "30" # "60" | ||||
| api_key = ""                   # Your openweathermap API-KEY -> "api-key" | ||||
| location = "Stuttgart, DE"     # "City name, Country code" | ||||
| week_starts_on = "Monday"      # "Monday" # "Sunday" | ||||
| calibration_hours = [0,12,18]  # Do not change unless required | ||||
| display_type = "colour"        # "colour" # "black_and_white" | ||||
| model = "epd_7_in_5_v2_colour" # Choose the E-Paper model (see below) | ||||
| language = "en"                # "en" # "de" # "fr" # "jp" etc. | ||||
| units = "metric"               # "metric" # "imperial" | ||||
| hours = "24"                   # "24" # "12" | ||||
| @@ -26,3 +25,12 @@ bottom_section = "RSS"         # "RSS" | ||||
| # URLs should have this sign (") on both side -> "url1" | ||||
| # If more than one URL is used, separate each one with a comma -> "url1", "url2" | ||||
|  | ||||
| """Supported E-Paper models""" | ||||
| # epd_7_in_5_v2_colour # 7.5" high-res black-white-red/yellow | ||||
| # epd_7_in_5_v2        # 7.5" high-res black-white | ||||
| # epd_7_in_5_colour    # 7.5" black-white-red/yellow | ||||
| # epd_7_in_5           # 7.5" black-white | ||||
| # epd_5_in_83_colour   # 5.83" black-white-red/yellow | ||||
| # epd_5_in_83          # 5.83" black-white | ||||
| # epd_4_in_2_colour    # 4.2" black-white-red/yellow | ||||
| # epd_4_in_2           # 4.2" black-white | ||||
|   | ||||
		Reference in New Issue
	
	Block a user