Which version of weewx-forecast are you using?  I mention this issue and how to work around it in the README of my fork of weewx-forecast (https://github.com/chaunceygardiner/weewx-forecast):

If you want tide forecasts, install xtides:
  sudo apt-get install xtide
Then determine your location:
  http://tides.mobilegeographics.com/

Note: current versions of debian (bookworm) do not include xtide.
This is perhaps true of other distributions.
You'll need to build it yourself and set the 'prog' variable in the xtide
section.
Example (building xtide)
  wget https://flaterco.com/files/xtide/xtide-2.15.5.tar.xz
  (decompress and cd to directory)
  sudo apt-get install libpng-dev
  sudo apt-get install libtcd-dev
  ./configure
  make
Example (setting prog variable t point to where you have built xtide):
[Forecast]
    ...
    [[XTide]]
        location = Palo Alto Yacht Harbor, San Francisco Bay, California
        prog = /home/jkline/software/xtide-2.15.5/tide
You'll still need to install xtide-data.  Example:
    apt install xtide-data
and you'll need to create an /etc/xtide.conf file to tell xtide where to find the harmonic
data you installed with xtide-data.  Example:
/etc/xtide.conf:
    /usr/share/xtide
(xtide-data installs harmonic data in the /usr/share/xtide directory)


On Jun 16, 2024, at 10:10 AM, [email protected] <[email protected]> wrote:

Im loading weewx V5 from new and while installing the forecast program I notice that XTides is no longer available.
Can somebody point me in the right direction please as to how I can get XTides to work

Thanks

--
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/72de0fa6-e933-4fb3-a6ef-958af37a00b7n%40googlegroups.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 [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/D82CF08F-CF5F-4206-A131-2CA847681879%40johnkline.com.

Reply via email to