Skip to content

Commit

Permalink
Release 3.5: Documenations changes: WeeWX 5 installation instructions…
Browse files Browse the repository at this point in the history
… and instructions on how to build xtide.
  • Loading branch information
chaunceygardiner committed Jun 20, 2024
1 parent db1695d commit 9771514
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/user/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
from weewx.engine import StdService
from weewx.cheetahgenerator import SearchList

VERSION = "3.4.0b12"
VERSION = "3.5"

if weewx.__version__ < "4":
raise weewx.UnsupportedFeature(
Expand Down
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.5
* Add install instructions for WeeWX 5.
* Add instructions on how to build xtide if not available in OS distribution.

3.4.0b12
* NWS foid: BOX, lid: MAZ005 has multiple entries (actually, this is common)
the forecast plugin picks the first one found. To pick a different one,
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def loader():
class ForecastInstaller(ExtensionInstaller):
def __init__(self):
super(ForecastInstaller, self).__init__(
version="3.4.0b12",
version="3.5",
name='forecast',
description='Generate and display weather and tide forecasts.',
author="Matthew Wall",
Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Example (building xtide)
sudo apt-get install libpng-dev
sudo apt-get install libtcd-dev
./configure --with-x=no
make
Example (setting prog variable t point to where you have built xtide):
make tide
Example (setting prog variable to point to where you have built xtide):
[Forecast]
...
[[XTide]]
Expand All @@ -104,7 +104,13 @@ Installation instructions:

1) run the installer:

wee_extension --install weewx-forecast-3.4.0b11.zip
For WeeWX 5:

weectl extension install weewx-forecast-3.5.zip

For WeeWX 4:

wee_extension --install weewx-forecast-3.5.zip

2) modify weewx.conf for your location:

Expand Down
2 changes: 1 addition & 1 deletion skins/forecast/skin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $Id: skin.conf 1780 2018-01-27 15:27:02Z mwall $

[Extras]
version = 3.4.0b11
version = 3.5

# specify settings here or in the template that includes forecast_table.inc
# [[forecast_table_settings]]
Expand Down

0 comments on commit 9771514

Please sign in to comment.