Summary

This is instructions to get the NYT daily crossword on your reMarkable daily. Note: You need a valid NYT subscription (for at least the Crossword puzzle) for this to work.


Steps

  1. Install rmapi on your computer
brew install rmapi

If brew doesn’t work you might have to build rmapi from source. You can do that with these commands.

brew install go
go install github.com/juruen/rmapi@latest
  1. Authorize your rmapi device
rmapi login
  1. Install python requests library
pip install requests