{"id":13771825,"url":"https://github.com/evidlo/remarkable_news","last_synced_at":"2026-01-12T08:01:56.533Z","repository":{"id":51377951,"uuid":"256697317","full_name":"Evidlo/remarkable_news","owner":"Evidlo","description":"Daily news/comics on your reMarkable's suspend screen","archived":false,"fork":false,"pushed_at":"2025-10-15T23:04:21.000Z","size":1645,"stargazers_count":290,"open_issues_count":4,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-11-22T15:11:17.576Z","etag":null,"topics":["remarkable-tablet"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Evidlo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-18T07:46:42.000Z","updated_at":"2025-11-15T21:17:52.000Z","dependencies_parsed_at":"2024-11-13T18:28:23.992Z","dependency_job_id":"3b5b6e16-1c68-41da-b3e6-0dd34a463d59","html_url":"https://github.com/Evidlo/remarkable_news","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Evidlo/remarkable_news","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evidlo%2Fremarkable_news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evidlo%2Fremarkable_news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evidlo%2Fremarkable_news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evidlo%2Fremarkable_news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evidlo","download_url":"https://codeload.github.com/Evidlo/remarkable_news/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evidlo%2Fremarkable_news/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["remarkable-tablet"],"created_at":"2024-08-03T17:00:56.015Z","updated_at":"2026-01-12T08:01:56.528Z","avatar_url":"https://github.com/Evidlo.png","language":"Go","funding_links":[],"categories":["Other"],"sub_categories":["Template Builders"],"readme":"# remarkable_news\n\nreMarkable service to automatically download daily newspaper/comic as your suspend screen.  No cloud needed.\n\n![demo](pic.png)\n\n\n## Install (Linux/OSX)\n\nConnect the reMarkable via USB and make sure it has internet access.\nLogin to the reMarkable with [SSH](https://remarkable.guide/guide/access/ssh.html) and execute\n\n    wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin nyt\n\nThis 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.\n\nBy default, downloads are rate limited to once per hour (3600 s).  This can be overriden by modifying `/etc/systemd/system/renews.service`\n\n## Install (Windows)\n\nInstall [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.\n\n## Supported News/Comics Sources\n\n- XKCD \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin xkcd`\n- Washington Post (only updates weekdays) \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin wp`\n- New York Times (slightly low resolution) \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin nyt`\n- New York Times (high quality provided by [acrogenesis/nyt-today](https://github.com/acrogenesis/nyt-today)) \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin nyt-hq`\n- Picsum (random images) \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin picsum`\n- LoremFlickr (random images) \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | KEYWORDS=nature,cats sh /dev/stdin loremflicker`\n    - replace 'nature,cats' with your own keywords\n- Unsplash (random images)\n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | KEYWORDS=nature sh /dev/stdin unsplash`\n    - replace 'nature' with your own keywords.  Only one keyword supported\n- Calvin and Hobbes \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin cah`\n- Garfield \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin garfield`\n- The Guardian \n    - `wget -O - http://evidlo.github.io/remarkable_news/install.sh | sh /dev/stdin uk_tg`\n\u003c!-- - Wikipedia Picture of the Day - `make install_wikipotd` --\u003e\n\n\n## Debugging\n\nOn the reMarkable\n\n    journalctl --unit renews -f\n\nThen 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.\n\n## Contributing\n\nSee [contributing.md](contributing.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevidlo%2Fremarkable_news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevidlo%2Fremarkable_news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevidlo%2Fremarkable_news/lists"}