Ace
c42cce0d38
Changed name Raspbian Buster to Rasbberry Pi OS
...
According to #142
2020-11-22 13:42:09 +01:00
Ace
18296dfe65
fixed broken links
2020-11-17 13:48:52 +01:00
Ace
94423bfa3e
Fix issue for units = 'metric' + hours = '12'
2020-06-20 19:11:19 +02:00
Ace
c1311e568f
fix broken link to contributing.md
2020-06-18 22:44:48 +02:00
Ace
65c7d48030
updated discord invite link
...
new users will now enter the #welcome channel
2020-06-10 13:16:33 +02:00
Ace
de3b5c2f6b
Merge pull request #124 from emilyboda/feature/weather-fixes
...
Hotfix for:
* incorrect time format in weather module when selecting 12-hour time-format
* weather timezone
2020-06-08 16:50:22 +02:00
Ace
f2279658e4
Bump pillow to v6.2.2
...
Fix for vulnerability alert
2020-06-08 15:26:38 +02:00
emilyboda
52a762f55f
fixed timezone bug the correct way
2020-06-05 11:55:07 -04:00
emilyboda
5f31171c3b
removed timezone fix, as it was broken
2020-06-05 11:54:28 -04:00
Ace
61fd68628a
Revert "Merge pull request #120 from emilyboda/feature/weather-fixes"
...
This reverts commit 6a9ec37390
, reversing
changes made to 13556a5cf3
.
2020-06-05 17:47:12 +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
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
a3fa08bda2
Added note about BETA
2020-05-30 00:40:31 +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
AlessandroMandelli
b9bb8d084b
Update inkycal_calendar.py
...
added ,locale=language at line 183 and 185 to have the local language in the printed events, otherwise they are in English.
2020-05-09 08:58:18 +02:00
Michael Shulman
171fa9d7a9
Update README ( #86 )
...
Clarify when to boot device. Fix typo
2020-05-08 19:53:03 +03:00
Ace
47a327cddc
Added note about IKEA frame mount
2020-02-28 12:38:05 +01:00
Ace
869aa1703b
Added news about Inkycal-Server
2020-02-18 23:25:18 +01:00
Ace
2d3ca3727d
Merge pull request #81 from aceisace/dev
...
v1.7.1 -> v1.7.2
2020-02-16 22:50:35 +01:00
Ace
860f62d501
Fix for incorrect (duplicate) event entries.
2020-02-16 22:43:13 +01:00
Ace
ade04c4ca0
Merge pull request #80 from Atrejoe/feature/config_as_json
...
Updated settings-UI (Image panel, JSON export)
2020-02-16 17:55:07 +01:00
Robert Sirre
ceae63fc67
Minor spelling correction
2020-02-15 22:54:59 +01:00
Robert Sirre
7c31fb286a
Implemented export of config as JSON
2020-02-15 22:54:49 +01:00
Robert Sirre
0ce1722c7d
Added configuration for image panel in settings UI
2020-02-15 22:54:03 +01:00
Ace
8fa7c075a8
Merge pull request #79 from Atrejoe/feature/inkycal_image_config_and_post
...
Added configuration for inkycal_image
2020-02-15 13:59:28 +01:00
Robert Sirre
f8546da0b4
Added configuration for inkycal_image
...
Allowed to obtain image using http POST besides GET
2020-02-14 22:16:35 +01:00
Ace
6b7743c6ab
Update README.md
2020-02-13 18:00:51 +01:00
Ace
2fa92f8fd0
Removed non-required file
...
The purpose of Info.txt was to serve as an info about the release. By switching from Info.txt to release.txt, this is no longer required as python can check for updates by itself now.
2020-02-13 16:45:27 +01:00
Ace
59ac74c194
Better update handling
...
Info.txt will not be created when installing manually. As a result, any dependency of info.txt will backfire. This approach switches from Info.txt to release.txt. Info.txt is depreceated now as it is no longer required.
2020-02-13 16:42:55 +01:00
Ace
7e34b70f88
Info.txt grabs version form release file now
...
Info.txt will grab the release version from release.txt instead of a hardcoded release version.
2020-02-13 16:38:11 +01:00
Ace
acc598785d
Created release file for updates management
...
This file contains the release version (like v1.7.1, or v.1.8 etc.) and is used for update management. If the latest release from github is greater than the current release, a noctice will appear on the E-Paper about a new update).
2020-02-13 16:34:10 +01:00
Ace
426765a70d
Updated file
2020-02-13 15:55:16 +01:00
Ace
aa97cdd65a
Updated for new release
2020-02-12 16:26:40 +01:00
Ace
cd0b6541a3
Added function to check for software updates
2020-02-12 16:23:44 +01:00
Ace
39f528ad5c
Added colour optimisation function
...
A new function handles correct rendering of images (especially text) by converting grey areas to black.
2020-02-12 09:37:46 +01:00
Ace
62a67c068a
renamed inky_image to inkycal_image
2020-02-12 09:34:48 +01:00
Ace
002ed089f3
Updated for new driver files
2020-02-12 09:34:20 +01:00
Ace
2e9e2b80bb
Rendering improvements
...
Updated release tag, switched from dithering to self-defined colour-optimisation function 'optimise_colours' for better rendering
2020-02-12 09:32:20 +01:00
Ace
5e4d33c4ab
don't save temp images
2020-02-11 23:50:13 +01:00
Ace
363f2729f3
Added experimental image rendering module
...
Use at own risk!
2020-02-11 23:33:47 +01:00
Ace
8fabaab9b1
Update README.md
2020-02-07 18:21:10 +01:00
Ace
30a202fe50
Minor improvements + bugfix
...
OWM uses UTC-time to provide weather forecasts. Previously, a timezone-aware stamp was used which caused problems with the forecasts for some users. By switching to UTC time, the problem is fixed.
In case somethign goes wrong, the error message will be printed directly on the coresponding section.
Added support for 2-colour mode (due to new driver files).
2020-02-04 16:49:20 +01:00
Ace
407dbcffde
Minor improvements
...
Added support for 2-image mode (due to new driver files).
In case something goes wrong, the error will be displayed on the E-Paper, at the corresponding section.
2020-02-04 16:45:22 +01:00
Ace
6b74808a9f
All-day events fix
...
All-day events will be marked as such (no starting time will be shown).
2020-02-04 16:43:41 +01:00
Ace
ae2d4feb49
Minor improvements
...
Support for 2-image mode (due to new driver files).
Improved formatting of events below the calendar.
In case something goes wrong, the error will be shown in the correspondig section on the E-Paper.
2020-02-04 16:41:47 +01:00
Ace
cbb6e5fa84
Minor improvements
...
Support for 2-image mode due to new drivers. Support for auto-expansion (agenda module will expand to top and bottom if space is available). Errors will be shown directly on the E-Paper if something goes wrong.
2020-02-04 16:38:36 +01:00