Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evidlo/remarkable_news
Daily news/comics on your reMarkable's suspend screen
https://github.com/evidlo/remarkable_news
remarkable-tablet
Last synced: 3 months ago
JSON representation
Daily news/comics on your reMarkable's suspend screen
- Host: GitHub
- URL: https://github.com/evidlo/remarkable_news
- Owner: Evidlo
- License: gpl-3.0
- Created: 2020-04-18T07:46:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T02:30:25.000Z (8 months ago)
- Last Synced: 2024-06-18T21:40:20.763Z (5 months ago)
- Topics: remarkable-tablet
- Language: Go
- Size: 1.59 MB
- Stars: 274
- Watchers: 10
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - remarkable_news - Use daily news/comics/images as the suspend screen. (Other / Launchers)
README
# remarkable_news
reMarkable service to automatically download daily newspaper/comic as your suspend screen. No cloud needed.
![demo](pic.png)
## Install (Linux/OSX)
Connect the reMarkable via USB and make sure it has internet access.
Login to the reMarkable with [SSH](https://remarkable.guide/guide/access/ssh.html) and executewget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin nyt
This will install and start the update service on the reMarkable. Every time you connect to WiFi, it will try to grab the latest front page from The New York Times. See below for more image sources.
By default, downloads are rate limited to once per hour (3600 s). This can be overriden by modifying `/etc/systemd/system/renews.service`
## Install (Windows)
Install [WSL](https://docs.microsoft.com/en-us/learn/modules/get-started-with-windows-subsystem-for-linux/2-enable-and-install), then follow the Linux/OSX instructions. This has not been tested.
## Supported News/Comics Sources
- XKCD
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin xkcd`
- Washington Post (only updates weekdays)
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin wp`
- New York Times (slightly low resolution)
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin nyt`
- New York Times (high quality provided by [acrogenesis/nyt-today](https://github.com/acrogenesis/nyt-today))
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin nyt-hq`
- Picsum (random images)
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin picsum`
- LoremFlickr (random images)
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | KEYWORDS=nature,cats sh /dev/stdin loremflicker`
- replace 'nature,cats' with your own keywords
- Unsplash (random images)
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | KEYWORDS=nature sh /dev/stdin unsplash`
- replace 'nature' with your own keywords. Only one keyword supported
- Calvin and Hobbes
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin cah`
- The Guardian
- `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin uk_tg`## Debugging
On the reMarkable
journalctl --unit renews -f
Then disconnect and reconnect WiFi to trigger a download. `remarkable_news` will only download at a maximum of once per hour to avoid burdening the server.
## Contributing
See [contributing.md](contributing.md)