teeks99/weewx-json

FileNotFoundError

Closed this issue · 2 comments

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?

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.

Thank you, this works :)