Application on Github: https://github.com/brunolalb/yawk
![]()
Based on Kevin Short's app (https://www.mobileread.com/forums/sh...d.php?t=194376)
Running on Python's distribution from NiLuJe (https://www.mobileread.com/forums/sh...d.php?t=254214)
Using the excellent library FBInk from NiLuJe (https://github.com/NiLuJe/py-fbink)
Uses Open Weather Maps as forecast and current conditions provider (https://openweathermap.org/)
Everything was tested on a Kobo Glo using the firmware 4.13.12638 (https://en.wikipedia.org/wiki/Kobo_Glo)
Disclaimer
The procedure I'm suggesting here will most likely void the warranty.
Follow the guidelines at your own risk, I'm not responsible for any problems that might arise from this app's usage.
Installation
Doubts, suggestions
brunolalb@gmail.com

Based on Kevin Short's app (https://www.mobileread.com/forums/sh...d.php?t=194376)
Running on Python's distribution from NiLuJe (https://www.mobileread.com/forums/sh...d.php?t=254214)
Using the excellent library FBInk from NiLuJe (https://github.com/NiLuJe/py-fbink)
Uses Open Weather Maps as forecast and current conditions provider (https://openweathermap.org/)
Everything was tested on a Kobo Glo using the firmware 4.13.12638 (https://en.wikipedia.org/wiki/Kobo_Glo)
Disclaimer
The procedure I'm suggesting here will most likely void the warranty.
Follow the guidelines at your own risk, I'm not responsible for any problems that might arise from this app's usage.
Installation
- I suggest you Reset your device to factory defaults:
- Turn it off
- Holding the Light Switch, slide the power button for ~1 sec
- Hold the Light switch until the "Restoring" screen appears
- Follow directions on the screen (you'll need the Kobo Setup app and an account, I used from RakutenKobo itself)
- Update everything, connect to your WiFi network
- Provide telnet access - you can skip this step if you're able to find out the IP address of the device using some other method.
- Check the file .kobo/ip.txt for the IP address
- Install NiLuJe's Stuff - tested with Version 1.5.N @ r15719 on 2019-Apr-06 @ 07:25
- Using the preferred FTP client (ie: WinSCP), copy the repository's content to the folder /mnt/onboard/.apps/yawk
- Create an account in Open Weather Maps:
- Take note of your API key
- Find out the ID your city (use the website to check the weather in your city, copy the ID from the URL)
- Open a SSH (or telnet) connection (user: root, password blank), navigate to /mnt/onboard/.apps/yawk/ and run install.sh
- if it says "-sh ./install.sh: not found", you have to convert the line endings to unix style:
sed -i 's/^M$//' install.sh - Answer the questions correctly
- if it says "-sh ./install.sh: not found", you have to convert the line endings to unix style:
Doubts, suggestions
brunolalb@gmail.com