If there is a separate Belchertown discussion, my apologies for posting here
I am running an installation of WeeWx 4.7.0 with a slightly modified Seasons skin layout which this group helped make mods to allow last rainfall and compare temps and dew point to 24 hours ago.
This has run well for over a year and a half.
I would like to add the belchertown v1.3 skin, and went to the github, and I think followed the copy and paste to download the v1.3.1 to my Rasp Pi, which put it in the /home/pi folder.
I then ran the next command indicated, and I get a traceback that wee_extension install cannot find an extension, which I assume means the installer cannot find the tar.gz file. I have that file in my /home/pi folder so I can move it to whereever the installer wants to find it, I just cannot find info on where that should be.
Can someone give me a pointer ? Dale
Another quick question, is there a 'verbose' form of the download
to say where it actually went? I get, as you see in the following
screen save,
Saving to:
‘weewx-belchertown-release.1.3.1.tar.gz’
weewx-belchertown-r 100%[===================>] 1.69M
--.-KB/s in 0.1s
2025-10-04 19:14:25 (13.5 MB/s) -
‘weewx-belchertown-release.1.3.1.tar.gz’ saved [1770173/1770173]
which I found with a file search, but mistakenly assumed that it
went to Downloads. I wonder if there is an option to make
downloads save to a particular folder?
Obviously my Linux needs refreshing, but wonder if there is a default download if not otherwise expressed?
------------------------------------------------------------
Connecting to release-assets.githubusercontent.com
(release-assets.githubusercontent.com)|185.199.109.133|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 1770173 (1.7M) [application/octet-stream]
Saving to: ‘weewx-belchertown-release.1.3.1.tar.gz’
weewx-belchertown-r 100%[===================>] 1.69M
--.-KB/s in 0.1s
2025-10-04 19:14:25 (13.5 MB/s) -
‘weewx-belchertown-release.1.3.1.tar.gz’ saved [1770173/1770173]
pi@raspberrypi:~ $ sudo wee_extension --install
weewx-belchertown-release-1.3.1.tar.gz
Request to install 'weewx-belchertown-release-1.3.1.tar.gz'
Traceback (most recent call last):
File "/usr/share/weewx/wee_extension", line 92, in
<module>
main()
File "/usr/share/weewx/wee_extension", line 84, in main
ext.install_extension(options.install)
File "/usr/share/weewx/weecfg/extension.py", line 139, in
install_extension
raise InstallError("Extension '%s' not found." %
extension_path)
weecfg.extension.InstallError: Extension
'weewx-belchertown-release-1.3.1.tar.gz' not found.
--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/e87c6fbc-43ac-4032-830d-16bce8e1b688%40gmail.com.
--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/2b7cc5a4-57e4-42bc-82e7-b3bcb28721e5%40gmail.com.
I would like to add the belchertown v1.3 skin, and went to the github, and I think followed the copy and paste to download the v1.3.1 to my Rasp Pi, which put it in the /home/pi folder.
Another quick question, is there a 'verbose' form of the download to say where it actually went? I get, as you see in the following screen save,