This is a refactoring of the entire Inky-Calendar software and is work in progress. The reason for uploading is to test if everything works fine. Please do not attempt to use/install this software as it can potentially break your system. If you have any improvement ideas, you're most welcome to mention them in the Issues section. Thanks!
		
			
				
	
	
		
			16 lines
		
	
	
		
			335 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			335 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| ical_urls = [""]
 | |
| update_interval = "60"
 | |
| api_key = ""
 | |
| location = "Stuttgart, DE"
 | |
| week_starts_on = "Monday"
 | |
| events_max_range = "60"
 | |
| calibration_hours = [0,12,18]
 | |
| display_colours = "bwr"
 | |
| language = "en"
 | |
| units = "metric"
 | |
| hours = "24"
 | |
| top_section = "Weather"
 | |
| middle_section = "Agenda"
 | |
| bottom_section = "RSS"
 | |
| show_last_update_time = "False"
 |