GliderGeek / pocket2rm

get articles from read-later platform pocket to the remarkable paper tablet
MIT License
184 stars 15 forks source link

arcticles are not getting downloaded #10

Open stiliajohny opened 3 years ago

stiliajohny commented 3 years ago

I have created the token and run the instructions as mention but the articles are not getting generated on my RM2

GliderGeek commented 3 years ago

i don't have a remarkable 2, so i cannot test this unfortunately. someone else got this working on remarkable 2?

fedecupe commented 3 years ago

On my RM2 works without any problems

charlus commented 3 years ago

I have a RM2. I've followed the instructions, and it says in the terminal "pocket2rm successfully installed on your Remarkable". But I don't see any changes in my RM2. How do I know that it is working? Do I need to manually "run" something ?

GliderGeek commented 3 years ago

@charlus : the synchronization is triggered by removing the synchronization file ("remove to sync") inside the pocket folder, which should have been created on your remarkable. does that help?

sypianski commented 2 years ago

In my case, despite the prompt pocket2rm successfully installed on your Remarkable, there is no Pocket folder on my reMarkable 2.

kolomoser commented 2 years ago

@sypianski I am having this issue as well. pocket2rm has successfully installed however there is no visible change on my Remarkable2 and no pocket folder. Has any one been able to find a solution?

kolomoser commented 2 years ago

I was able to get it working by manually running the commands in install.sh. It seems like compilation and file copying had been successful, though I repeated those steps. When I got to the section:

  ssh root@"$REMARKABLE_IP" systemctl enable pocket2rm-reload
  ssh root@"$REMARKABLE_IP" systemctl start pocket2rm-reload

my remarkable finally restarted and the pocket folder appeared. I'm not sure if that is all that was needed or if there had been some issue in moving over the files and binaries prior to that.