LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
93 stars 28 forks source link

How to modify required settings? #168

Closed houch841 closed 3 years ago

houch841 commented 3 years ago

Hello, Great work. I installed on a Raspberry and it works well. I can send photos and they are displayed. After boot the Teleframe starts automatically and shows the pictures. But how can I access the configure.js file to change options?

Thanks for your help. Kind regards.

Bigfoot611 commented 3 years ago

Does the access via SSH work? For example (MS Windows): ssh pi@ip-address-of-your-teleframe

If yes, you should end up in the users "pi" home directory. Change directory to Teleframe/config and use your preferred editor - e.g. nano - to edit or create "config.json".

houch841 commented 3 years ago

Thank you. Works well with ssh!