462 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			462 B
		
	
	
	
	
	
	
	
Todo
- weather: Parse each period and detect type of forecast
- weather: add colors to each icon for forecast (sunny = yellow) :: (rainy = blue) :: (cloudy = gray)
- redsox: Only show one game per date
- main: clean things up in the function
Notes
Detecting weather forecast type
Need to change the default return from get_full_forecast. It should be a DATE => [forecast1, forecast2] where each forecast has an icon associated with is
