bordaigorl / rmview

A live viewer for reMarkable written in PyQt5
GNU General Public License v3.0
742 stars 61 forks source link

Automatically connect on `rmview` command, rather than having to press enter twice? #70

Closed jaanli closed 3 years ago

jaanli commented 3 years ago

rmview is incredible and has changed all my zoom meetings!!! Thank you!!!

Had a quick question that I couldn't find an answer to in the README:

How can I switch the popup from coming up every time I run rmview? Right now I need to press enter twice, but it seems like it should be possible to have it automatically connect to the IP.

This is the popup where I need to press enter twice:

image

stheid commented 3 years ago

you can set the default addres in the config files (i think the readme explains how they work). Than it should work without that hastle

jaanli commented 3 years ago

Thanks for the pointer @stheid ! Although there was only one IP address in the "address" field of the json config, it was enclosed in square brackets (i.e. a list). Removing the square brackets removed the prompt :)