remarkable_mouse
remarkable_mouse copied to clipboard
Connects to ReMarkable2, but doesn't "do" anything
OS: Ubuntu 20.04 Python 3.8
Output isn't helpful:
$ remouse --address 192.168.0.151
connected to 192.168.0.151
Debug output isn't helpful either:
$ remouse --address 192.168.0.151 --debug
connected to 192.168.0.151
Debugging enabled...
Chose monitor: Monitor(x=0, y=0, width=1600, height=900, width_mm=344, height_mm=194, name='eDP-1')
If I monitor journalctl output on the ReMarkable2, I can see that it makes an attempt to ssh and succeeds (using a key). But it doesn't seem to "do" anything. I can't see any new process running on the ReMarkable2 after running remouse.
This is a duplicate of #52. Check out that thread for a workaround in the meantime (confirmed over here).
On Mac OS, installing the rm2 branch worked for me via
python -m pip install git+https://github.com/Evidlo/remarkable_mouse.git#rm2
NB: you might need a @
instead of #
to install from a specific branch (see https://pip.pypa.io/en/stable/topics/vcs-support/ )
For people who see "nothing" on MacOS, I was experiencing the same, and fixed it by adding permission to Terminal to control the computer on the Security and Privacy category in MacOS System Settings.
Is this still the case for anyone using Ubuntu? The rm2 branch was merged in master long ago.