FileNotFoundError
42willow opened this issue · 2 comments
42willow commented
When I run: wee_extension --install=weewx-json_1.1.tar.gz
it throws this error: FileNotFoundError: [Errno 2] No such file or directory: '/etc/weewx/skins/JSON/current_minimal.json.tmpl'
am I doing something wrong?
Zwilrich commented
Put sudo in front of the command: sudo wee_extension --install=weewx-json_1.1.tar.gz
The skins folder is owned by root and an ordinary user can't write files there.
42willow commented
Thank you, this works :)