11 lines
		
	
	
		
			280 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			280 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| ical_urls = [
 | |
| "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
 | |
| ]
 | |
| events_max_range = "60"
 | |
| api_key = ""
 | |
| location = "Julich, DE"
 | |
| week_starts_on = "Monday"
 | |
| display_colours = "bwr"
 | |
| language = "en"
 | |
| units = "metric"
 | |
| hours = "12" |