o-marshmallow / PocketCHIP-pocket-home

PocketCHIP home screen: shows status, opens programs, changes settings
128 stars 32 forks source link

Cannot launch Pocket-Home error after attempting to calibrate screen #18

Closed addie-lombardo closed 7 years ago

addie-lombardo commented 7 years ago

I recently installed pocket home and am really enjoying it however I seem to have screwed up the configuration file with a syntax error after attempting to calibrate the screen in which the terminal opened and threw an error and wouldn't return to the quit/return home so I restarted. Will poke around the config file later to upload if I can find it.

o-marshmallow commented 7 years ago

Is SSH installed on your PocketCHIP ? If yes, the solution is very simple, you can backup your current config file (which has a syntax error) and restore the default one, thanks to the following commands: cp ~/.pocket-home/config.json ~/.pocket-home/config.json.bakup cp /usr/share/pocket-home/config.json ~/.pocket-home/config.json

addie-lombardo commented 7 years ago

Worked like a charm, thank you!