https://github.com/MartinPham/kindle-calendar
- Fullscreen calendar display
- Very low battery usage
- Support localization
- Display random quotes
To suggest anything, please join our Discussion board.
You need to jailbreak your Kindle! Here you can find the tutorials and tools needed.
After jailbreaking, you can install USBNetwork to SSH into your Kindle.
- Download this repository.
- Plug in your Kindle to your computer USB.
- Copy
extensions/calendarintoextensions/calendardirectory on your Kindle. (If you're using SSH, you could copyextensions/calendarinto/mnt/us/extensions/calendar)
- To change day names, month names, and quotes, you can edit
extensions/calendar/weekdays.txt,extensions/calendar/months.txtandextensions/calendar/quotes.txt - Adjust configurations on
extensions/calendar/config.shto match your device. - SSH into your Kindle.
- Invoke
mntroot rwto mount filesystem into writable mode. - Invoke
cd /mnt/us/extensions/calendar/ && sh update.shto see if your configurations work properly. - Invoke
cp /mnt/us/extensions/calendar/calendar.conf /etc/upstart/to set it auto start on reboot - To disable, place an empty file named
DISABLEonextensions/calendardirectory (/mnt/us/extensions/calendar/if you're using SSH) - Restart your Kindle and enjoy!
Please contribute using GitHub Flow. Create a branch, add commits, and then open a pull request.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
