Commit Graph

2044 Commits

Author SHA1 Message Date
Ace
8a39fcd0e6
Create main.yml
add workflow for hotfix branch
2021-11-11 13:35:21 +01:00
Ace
fd93ee5525
bump feedparser to 6.0.8 2021-11-11 13:26:49 +01:00
Ace
b3a13adfa2
bump feedparser to 6.0.8 2021-11-11 13:26:08 +01:00
Ace
e0ce649f31
Update tests.yml
Switch from python 3.9.2 to 3.9.8 which is supported by github actions
2021-11-11 13:24:20 +01:00
Ace
791b216e99
Update tests.yml
bump python version from 3.7 to 3.9.2
2021-11-11 13:22:42 +01:00
Ace
fc4dacb3fe
Hotfix for missing dependency 2021-07-11 13:09:04 +02:00
Ace
d7c361bddb
Merge pull request #197 from aceisace/hotfx/matplitlib_dependency
Added missing dependency 'matplotlib'
2021-07-11 13:05:02 +02:00
Ace
6f346d38aa
Update requirements.txt 2021-07-11 13:02:34 +02:00
Ace
0a3d5936c6
Merge pull request #196 from worstface/main
Hotfix for inkycal stocks module
2021-07-11 12:58:34 +02:00
wface
5a163a65a8 changed yfinance requirement to 0.1.62 2021-07-11 11:26:05 +02:00
wface
48204c0c55 inkycal_stocks module update
updates the inkycal_stocks module from 0.3 to 0.5
2021-07-08 17:20:27 +02:00
emilyboda
02e8973868
added a scaling factor for the weather icons
As ace and I discussed a while back (mid-2020?) the unicode weather icons report an incorrect size in the y direction. Some of the icon's sizes are off by enough that the human eye can see that they are no longer centered in the y direction. During another project of mine, I went through each icon and added a manual scaling factor that, when used along with the font size, can help us properly center the icons. I had difficulty integrating that scaling factor into the weather module because it's a very complicated program and ace wrote it. But, I believe that by editing the y alignment line in the draw_icon fuction to factor in this size correction, all the icons are now correctly centered. That appears to be the case with my 12" screen, although I haven't yet tested it with the 7.5" screen.
2021-06-01 15:59:26 -04:00
Ace
f2a79dac2f
Merge pull request #190 from aceisace/hotfix/4_in_2_colour_v2_support
support for 4.2" color v2 display
2021-04-24 00:29:32 +02:00
Ace
12cc7b0079
support for v2 display 2021-04-24 00:24:56 +02:00
Ace
e4e0493f0e
Merge pull request #181 from aceisace/hotfix/installer_crontab_clear
Fix for #180
2021-03-16 21:41:07 +01:00
Ace
7ace17464f
Fix for #180
This fixes a problem where uninstall would not clear the current crontab file, leading to duplicate entries when re-installing via the installer.
2021-03-16 21:37:23 +01:00
Ace
39815d9501
Merge pull request #176 from aceisace/hotfix/arrow_dependency
Hotfix/arrow dependency
2021-02-26 22:23:30 +01:00
Ace
ed792a2565
Freeze arrow to v0.17.0 -> dependency issue #175 2021-02-26 21:55:14 +01:00
Ace
d8e5a8e39a
Freeze arrow to v0.17.0 -> dependency issue #175 2021-02-26 21:54:15 +01:00
sapostoluk
ad68387642 Fixed misplaced parentheses for rounding windspeed, abbreviated 'miles/h' to 'mph', and added space before wind units 2021-02-17 00:36:13 -05:00
sapostoluk
af1e7e05c1 Implemented wind speed rounding for non-beaufort units, as the round_windspeed option previously didn't actually round the windspeed 2021-02-16 23:56:53 -05:00
Ace
30a6f6499e
Merge pull request #171 from aceisace/hotfix/4_row_calendar
Hotfix for auto-expansion of events for 4 rows calendar
2021-02-04 23:52:28 +01:00
Ace
25ce92ad26
Fix for auto-expansion of events for 4 rows 2021-02-04 23:48:17 +01:00
Ace
34f530f2f3
Merge pull request #170 from aceisace/hotfix/fix_calendar_module
Fix for KeyError: 31
2021-02-02 23:56:38 +01:00
Ace
287f7196f7
Fix for KeyError: 31
Added a second check for checking if key exists in the dictionary.
2021-02-02 23:52:52 +01:00
Ace
15137cf0ae
Merge pull request #169 from aceisace/hotfix/yfinance_dependencies
Fixed dependencies issue with yfinance module
2021-02-02 21:01:53 +01:00
Ace
973581ae49
Fixed dependencies issue with yfinance module
The yfinance module had missing depencies. These were not required at release time, but are required now.
This hotfix fixes the issue with the dependencies.
2021-02-02 20:56:54 +01:00
Ace
15835579e8
Merge pull request #167 from aceisace/hotfix/todoist_module
Hotfix - Todoist API module sync
2021-02-01 19:22:10 +01:00
Ace
fcf7799e43 Hotfix for Todoist API module
The Todoist module would not update on each loop, but rather at each reboot. This commit fixes the problem by syncronising with the API on each refresh.
2021-02-01 19:17:07 +01:00
emilyboda
0bff15ca3b
fix loading from ics file 2021-01-19 13:02:44 -05:00
Ace
5e7868162a
Merge pull request #155 from aceisace/hotfix/rpi-4-support
Fixed auto-start on Rpi 4
2021-01-18 00:15:22 +01:00
Ace
fd13ab83a5
Fixed auto-start on Rpi 4
The Raspberry Pi 4 had some issues in regards to Inkycal starting at boot. By adding a delay of 1 min to allow the Raspberry Pi to fully load, the issue gets fixed.
Special thanks to @Worstface for finding the issue and suggesting a solution.
2021-01-17 23:55:51 +01:00
Ace
fc8f6cc4f6
Update quickstart.md 2020-12-07 23:08:32 +01:00
Ace
560a5dfbd2
Added another Contributor 2020-12-07 22:32:20 +01:00
Ace
1deccbc568
Updated some content 2020-12-07 20:58:08 +01:00
Ace
93e615e317
Removed notice
Preparing for official launch
2020-12-07 20:44:01 +01:00
Ace
b6bc3a2a51
Updated Images for new release 2020-12-07 20:39:09 +01:00
Ace
cec09cc102
Updated Inkycal preview 2020-12-07 20:37:52 +01:00
Ace
b8b9fde176
fixed bad formatting 2020-12-07 13:51:38 +01:00
Ace
ca0d44d365 cleaned up old images 2020-12-07 11:56:40 +01:00
Ace
167ae2c5ea Cleaned up gitignore 2020-12-07 11:42:08 +01:00
Ace
2bb800517b Merge branch 'feature/9in7_drivers' into main 2020-12-07 11:37:04 +01:00
Ace
897ea0352a removed obsolete file 2020-12-07 11:36:14 +01:00
Ace
6e4060d0ae Switch to guided installation of driver
Do not rely or use setup_state.txt to determine if installation was successful, instead check existence of zip file.
Do not install the driver files automatically when initialising Driver class, instead, ask the user to enter two commands in the Terminal.

Removed setup function for 9.7", improved installer.
2020-12-07 11:36:01 +01:00
Ace
9d4810ce25 fix bad linebreaks from Windows 2020-12-07 10:57:08 +01:00
Ace
4ecb778812 Use zip files for drivers
Using zip files instead of unzipped folders to reduce size of repo.
Added demo image which is shown on successfull installs for the 9.7" E-Paper
2020-12-07 10:40:01 +01:00
Ace
74116e6634 Merge branch 'main' of https://github.com/aceisace/Inkycal into main 2020-12-07 10:13:09 +01:00
Ace
661ac6e7ab
Updating instructions 2020-12-07 09:55:30 +01:00
Ace
4c2195d95f
Added link to Wiki 2020-12-07 00:58:54 +01:00
Ace
ad95b8bd75
fixed typo 2020-12-07 00:29:18 +01:00