You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when I used this command to install the skin I got the follwoing message
weewx@wyse-weewx:/etc/weewx$ sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz
sudo: wee_extension: command not found
Not sure if I did the correct thing but I issued this command
weectl extension install weewx-belchertown-release.1.3.1.tar.gz
and the skin installed, I think??
Device Information (please complete the following information):
Device: Wyse Thinclient
OS: running Debian 12 Used the APT to install WeeWx.
weewx.conf
[StdReport]
# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = skins
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/html/weewx
# Uncomment and change to override logging for reports.
# log_success = True
# log_failure = True
# The database binding indicates which data should be used in reports.
data_binding = wx_binding
# Each of the following subsections defines a report that will be run.
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and other
# customizations. Many of those changes can be made here by overriding
# parameters, or by modifying templates within the skin itself.
[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = false
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = false
HTML_ROOT = /var/www/html/weewx/smartphone
[[MobileReport]]
# The MobileReport uses the 'Mobile' skin, and the images and files
# are placed in a dedicated subdirectory.
skin = Mobile
enable = false
HTML_ROOT = /var/www/html/weewx/mobile
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = Standard
enable = false
[[Belchertown]]
skin = Belchertown
HTML_ROOT = /var/www/html/weewx/belchertown
enable = true
Please don't delete these questions! They are asked almost with every issue - answering them as below saves us time from asking them!
First step
Try to debug the skin yourself. If you can't figure it out, please include the debug information (text, screenshots, etc.). See this guide on debugging the skin. https://github.com/poblabs/weewx-belchertown#how-to-use-debug
Describe the bug
when I used this command to install the skin I got the follwoing message
weewx@wyse-weewx:/etc/weewx$ sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz
sudo: wee_extension: command not found
Not sure if I did the correct thing but I issued this command
weectl extension install weewx-belchertown-release.1.3.1.tar.gz
and the skin installed, I think??
Device Information (please complete the following information):
weewx.conf
[StdReport]
I when I go to http://192.168.55.44/weewx I get default/OOB web page.
weewx@wyse-weewx:/var/www/html/weewx$ ls
celestial.html dayrain.png dayvolt.png index.html monthrain.png monthvolt.png seasons.css weekET.png weektempdew.png weekwind.png yearradiation.png yearUV.png
daybarometer.png dayrx.png daywinddir.png monthbarometer.png monthrx.png monthwinddir.png seasons.js weekhumin.png weektempfeel.png weekwindvec.png yearrain.png yearvolt.png
dayET.png daytempdew.png daywind.png monthET.png monthtempdew.png monthwind.png statistics.html weekhum.png weektempin.png yearbarometer.png yearrx.png yearwinddir.png
dayhumin.png daytempfeel.png daywindvec.png monthhumin.png monthtempfeel.png monthwindvec.png tabular.html weekradiation.png weekUV.png yearET.png yeartempdew.png yearwind.png
dayhum.png daytempin.png favicon.ico monthhum.png monthtempin.png NOAA telemetry.html weekrain.png weekvolt.png yearhumin.png yeartempfeel.png yearwindvec.png
dayradiation.png dayUV.png font monthradiation.png monthUV.png rss.xml weekbarometer.png weekrx.png weekwinddir.png yearhum.png yeartempin.png
weewx@wyse-weewx:/var/www/html/weewx$
weewx@wyse-weewx:/etc/weewx/skins$ ls
Belchertown Ftp Mobile Rsync Seasons Smartphone Standard
weewx@wyse-weewx:/etc/weewx/skins$
the Belcherton shows up in the /etc/skins but not in the /var/www/html/weewx
Not sure what I have missed or fatfingered.
Thanks
Mike -N3BSQ
The text was updated successfully, but these errors were encountered: