Ace 
							
						 
					 
					
						
						
							
						
						aff7a59df0 
					 
					
						
						
							
							fixed typo  
						
						
						
						
					 
					
						2020-06-05 00:47:09 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						ec5ee4dd88 
					 
					
						
						
							
							Merge pull request  #121  from aceisace/dev_ver2_0_jsonc  
						
						... 
						
						
						
						Implemented jsonc parsing 
						
						
					 
					
						2020-06-05 00:25:00 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						3dbf287613 
					 
					
						
						
							
							Added jsmin as core requirement  
						
						
						
						
					 
					
						2020-06-05 00:24:12 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						b9322eb750 
					 
					
						
						
							
							Added jsmin as core requirement  
						
						
						
						
					 
					
						2020-06-05 00:23:06 +02:00 
						 
				 
			
				
					
						
							
							
								Robert Sirre 
							
						 
					 
					
						
						
							
						
						065c04243d 
					 
					
						
						
							
							Implemented jsonc parsing  
						
						... 
						
						
						
						Note: jsmin installation need to be done manually via `pip3 install jsmin` 
						
						
					 
					
						2020-06-04 23:57:31 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						6a9ec37390 
					 
					
						
						
							
							Merge pull request  #120  from emilyboda/feature/weather-fixes  
						
						... 
						
						
						
						Fix: 12/24 hour issue for forecasts.
Improvement: Use local time, convert to UTC for fetching data from openweathermap. 
						
						
					 
					
						2020-06-04 23:24:21 +02:00 
						 
				 
			
				
					
						
							
							
								emilyboda 
							
						 
					 
					
						
						
							
						
						0843aa8943 
					 
					
						
						
							
							made the 3hr forecast time respect local timezone  
						
						... 
						
						
						
						1. converted the now variable to local TZ
2. the forecast.get_weather_at function still requires UTC, so I added a TZ conversion back to UTC. 
						
						
					 
					
						2020-06-04 15:40:26 -04:00 
						 
				 
			
				
					
						
							
							
								emilyboda 
							
						 
					 
					
						
						
							
						
						97d6046e30 
					 
					
						
						
							
							forecasted times are now in 12 hr format when requested  
						
						... 
						
						
						
						Previously showed only 24 hr time, no matter what was requested. I edited it so that when hours = "12", the time format will be 12 hr time format. 
						
						
					 
					
						2020-06-04 15:39:47 -04:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						f8a0622e86 
					 
					
						
						
							
							Fixed Error  
						
						... 
						
						
						
						Fixed: " AttributeError: 'Agenda' object has no attribute 'parser' " 
						
						
					 
					
						2020-06-04 00:55:44 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						5804f42e62 
					 
					
						
						
							
							Added info about testing latest beta  
						
						
						
						
					 
					
						2020-06-04 00:52:49 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						58b8563bc8 
					 
					
						
						
							
							Lock pyowm to v2.10.0  
						
						... 
						
						
						
						The new release v3.0.0 is not backwards compatible. To prevent the weather module from breaking, pyowm v2.10.0 will be installed.
Fix for "AttributeError: 'OWM' object has no attribute 'weaher_at_place'" 
						
						
					 
					
						2020-06-03 16:08:00 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						37dbb1b127 
					 
					
						
						
							
							fixed  "NameError: name 'config' is not defined'  
						
						
						
						
					 
					
						2020-06-03 15:48:30 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						13556a5cf3 
					 
					
						
						
							
							Revert "Added note about BETA"  
						
						... 
						
						
						
						This reverts commit a3fa08bda2 
						
						
					 
					
						2020-06-02 22:25:47 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						af5c7a791f 
					 
					
						
						
							
							Revert "Removed beta notice"  
						
						... 
						
						
						
						This reverts commit f053bd0c75 
						
						
					 
					
						2020-06-02 22:25:38 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						f053bd0c75 
					 
					
						
						
							
							Removed beta notice  
						
						... 
						
						
						
						There are some issues with BETA which could not be fixed yet, please wait a bit longer until the problems are fixed. Thanks for your understanding 
						
						
					 
					
						2020-06-01 19:56:24 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						feee1000a9 
					 
					
						
						
							
							remove ad-hoc tests  
						
						
						
						
					 
					
						2020-05-30 00:48:59 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						5fe72e2265 
					 
					
						
						
							
							Minor improvements  
						
						
						
						
					 
					
						2020-05-30 00:48:33 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						3b3c42cec7 
					 
					
						
						
							
							minor improvements  
						
						
						
						
					 
					
						2020-05-30 00:48:12 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						39e8da6388 
					 
					
						
						
							
							Add support for display orientation  
						
						
						
						
					 
					
						2020-05-30 00:47:32 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						c47d06d019 
					 
					
						
						
							
							fix typo  
						
						
						
						
					 
					
						2020-05-30 00:47:14 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						5b0fdde7dd 
					 
					
						
						
							
							Code cleanup  
						
						
						
						
					 
					
						2020-05-30 00:46:52 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						ebe284072d 
					 
					
						
						
							
							Use timezone for parsing events  
						
						
						
						
					 
					
						2020-05-30 00:45:53 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						8684009f4c 
					 
					
						
						
							
							switch from relative import to absolute import  
						
						
						
						
					 
					
						2020-05-30 00:44:56 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						a3fa08bda2 
					 
					
						
						
							
							Added note about BETA  
						
						
						
						
					 
					
						2020-05-30 00:40:31 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						7b1dca8647 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2020-05-30 00:00:58 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						01e7d7c495 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2020-05-29 23:14:19 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						3204718414 
					 
					
						
						
							
							Merged several features required by BETA  
						
						... 
						
						
						
						This is the current and latest web-ui:
* Display orientation added
* Configurable height added
* removed python logic
* updated names of classes (not filenames)
* updated version of web-ui
* Updated image of web-ui 
						
						
					 
					
						2020-05-29 20:13:47 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						b1f505ab8a 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2020-05-29 18:46:55 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						b4617fc102 
					 
					
						
						
							
							updated docs  
						
						
						
						
					 
					
						2020-05-29 04:18:25 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						c1ab877bee 
					 
					
						
						
							
							Create setup.py  
						
						
						
						
					 
					
						2020-05-29 04:16:38 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						13f326c533 
					 
					
						
						
							
							delete dummy file  
						
						
						
						
					 
					
						2020-05-29 04:09:23 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						3523356377 
					 
					
						
						
							
							Updated requirements  
						
						
						
						
					 
					
						2020-05-29 04:09:15 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						2cb82e6594 
					 
					
						
						
							
							Fixed imports  
						
						
						
						
					 
					
						2020-05-29 04:01:13 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						3e1e8a5a83 
					 
					
						
						
							
							Remove dummy file  
						
						
						
						
					 
					
						2020-05-29 04:00:57 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						6efc1ffc71 
					 
					
						
						
							
							Added rendering capabilites  
						
						... 
						
						
						
						Removed dummy settings.json file 
						
						
					 
					
						2020-05-29 04:00:39 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						e7cb176530 
					 
					
						
						
							
							Switch from filenames to classnames for generated images  
						
						
						
						
					 
					
						2020-05-29 03:59:44 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						7c4fa9357f 
					 
					
						
						
							
							updated tests  
						
						
						
						
					 
					
						2020-05-29 03:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						ef743378f5 
					 
					
						
						
							
							Added main file (work in progress!)  
						
						... 
						
						
						
						Work in progress! Serves as the main file for inkycal. 
						
						
					 
					
						2020-05-26 19:20:18 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						63ccf534db 
					 
					
						
						
							
							Removing ad-hoc main file  
						
						
						
						
					 
					
						2020-05-26 19:18:53 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						5ae6db5045 
					 
					
						
						
							
							Added height fallback function  
						
						... 
						
						
						
						If no height is defined for any module, use default values.
If all heights are given, use those values.
If only some heights were given ,raise error
Also included update_interval 
						
						
					 
					
						2020-05-26 19:18:20 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						d730bb4f13 
					 
					
						
						
							
							corrected absolute imports  
						
						
						
						
					 
					
						2020-05-26 19:16:40 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						33a36e1377 
					 
					
						
						
							
							fixed typo  
						
						
						
						
					 
					
						2020-05-26 19:13:36 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						877da1614a 
					 
					
						
						
							
							Added rendering support (work in progress)  
						
						
						
						
					 
					
						2020-05-26 19:11:52 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						c4bb24bef9 
					 
					
						
						
							
							Code cleanup, class naming improvements  
						
						
						
						
					 
					
						2020-05-26 19:10:20 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						33520a23fe 
					 
					
						
						
							
							Merge branch 'dev_ver2_0' of  https://github.com/aceisace/Inky-Calendar  into dev_ver2_0  
						
						
						
						
					 
					
						2020-05-23 01:46:25 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						c3fbd79eda 
					 
					
						
						
							
							Implementation of interface (template) for all modules  
						
						... 
						
						
						
						- Correct setup of logging
- all inkycal-modules inherit from the given template
- Added basic, optional validation
- more code cleanups
- fixed a few minor bugs 
						
						
					 
					
						2020-05-23 01:45:40 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						2ab186b4a9 
					 
					
						
						
							
							Update CONTRIBUTORS.md  
						
						
						
						
					 
					
						2020-05-23 01:31:15 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						5c0cff00a8 
					 
					
						
						
							
							Merge pull request  #109  from AlessandroMandelli/patch-1  
						
						... 
						
						
						
						Added locale to formatting of arrow tokens 
						
						
					 
					
						2020-05-23 01:21:01 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						f631733bf5 
					 
					
						
						
							
							minor improvements to settings parser  
						
						... 
						
						
						
						Code cleanup, better validation logic, better naming of functions 
						
						
					 
					
						2020-05-21 19:52:39 +02:00 
						 
				 
			
				
					
						
							
							
								Ace 
							
						 
					 
					
						
						
							
						
						b3ab394ea3 
					 
					
						
						
							
							Added note about tests  
						
						
						
						
					 
					
						2020-05-21 01:37:44 +02:00