Closed AaronDavidSchneider closed 4 years ago
The trailing comma after "default_source": "source1",
!
I know this is annoying, but it's a limitation of the strict parsing of Python's json
module.
It does not parse trailing commas nor C-like comments.
If you want to test your configuration, try and run import json; json.load('YOURPATH')
and see if it complains.
(also note: you are free to choose whatever id for the source, does not need to be "sourceN")
Solved
Thanks for your awesome tool! I am looking forward to get it working on my remarkable.
When I start remygui.py I still get the following message:
I installed all the dependencies and created the config json in
/Users/schneider/Library/Preferences/remy.json
with the following content:What am I doing wrong? Thanks!