Hi,
Does the directory home/pi/Weewx/Examples/basic exist and what are its
contents? Try using the following command:
$ ls -ail home/pi/Weewx/Examples/basic
What output do you see?
If i understand your weewx.conf question correctly you cannot make any
changes to weewx.conf. There are a couple of solutions to this, broadly
speaking you can change the permissions on weewx.conf so that the user you
are logged in as has permissions to change the file. You might use
something like:
$ sudo chmod 777 /home/weewx/weewx.conf
Bear in mind this gives all users permission to edit weewx.conf, which may
or may not be an issue for you. Alternatively, run your editor with
elevated privileges using the sudo command, something like:'
$ sudo nano /home/weewx/weewx.conf
Gary
On Tuesday, 1 October 2019 07:06:20 UTC+10, Harry Nieuwdorp wrote:
>
> I found the following errors when installing basic report.
>
> Please explain.
>
> pi@REpb4:~$ wee_extension --install=home/pi/Weewx?Examples/basic
> Request to install '/home/pi/Weewx/Examples/basic'
> Traceback (most recent call last):
> File "/usr/bin/wee_extension", line 82, in <module> main()
> File üsr/bin/wee_extension", line 74, in main
> ext.install_extension(option.install)
> File üsr/share/weewx/weecfg/extension.py", line 123, in
> install_extension
> self.install_from_dir(extension_path)
> File "/usr/share/weewx/weecfg/__init__.py"line 1601, in
> get_extension_installer_
> raise ExtensionError("Cannot find ínstall'module in %s" %
> extension_installer_dir)
> weecfg.ExtensionError: Cannot find ínstall'module
> in home/pi/Weewx/Examples/basic.
>
> ttf-dejavu-core and ttf-dejavu-extra installed.
>
> {Extras] updated to
> Current = /home/pi/Weewx/Skins/basic/current.inc
> hilo = /home/pi/Weewx/skins/basic/hilo.inc
>
> Installed in Weewx.conf
> [StdReport]
> ...
> [[basic]]
> skin = basic
> HTML_ROOT = public_html/basic
>
> Hope to hear from you. Thanks in advance
>
> Regards Harry de PE1IAA. (beginner with Raspberry
>
> PS: i cannot change file in /ectc/weewx/weewx.conf
> I saw somthing like chmod 777, please explain.
>
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/88f82e69-cdcc-4295-add0-206f0d06a7c1%40googlegroups.com.