|  |  | @ -470,7 +470,7 @@ Widget TEMPERATURE_CURRENT { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | Widget TEMPERATURE_LATER { | 
			
		
	
		
			
				
					|  |  |  | 	class		'Text' | 
			
		
	
		
			
				
					|  |  |  | 	expression	file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3) | 
			
		
	
		
			
				
					|  |  |  | 	expression	file::exist(FWEATHER) == 0 ? '' : (TEMP=file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3); substr(TEMP, (strstr(TEMP, '|') + 1))) | 
			
		
	
		
			
				
					|  |  |  | 	align		'R' | 
			
		
	
		
			
				
					|  |  |  | 	width		3 | 
			
		
	
		
			
				
					|  |  |  | 	update		10000 | 
			
		
	
	
		
			
				
					|  |  | 
 |