Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing problem/assistance #966

Open
maserowik opened this issue Dec 29, 2024 · 1 comment
Open

Installing problem/assistance #966

maserowik opened this issue Dec 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@maserowik
Copy link

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):

  • 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

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

@maserowik maserowik added the bug Something isn't working label Dec 29, 2024
@gary-hammer
Copy link

sudo journalctl -f
See what is being logged.
Should give you a clue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants