In reviewing the steps provided by MikeQ above, I see an issue with step 
3.  The search_list_extensions under the [[[CheetahGenerator]]] section 
should not be modified in weewx.conf but in skin.conf.  If you don't find 
the search_list_extensions line in that section, just add it.  The original 
author made it clear in his write-up that the METAR data will not be found 
by the skin unless you call the user.metargenerator.MyMetarSearch function 
from within the skin.  Also, the [MetarReport] block is appended at the end 
of the skin.conf file.  Notice single square bracket.  Your list of 
airports will be encapsulated in double square brackets following the 
section heading.  For example:

[MetarReport]
  refresh_interval = 5
  [[KBOI]]
  [[KONO]]
  ...

On Friday, June 2, 2023 at 6:44:12 PM UTC-4 Nate Bargmann wrote:

> * On 2023 02 Jun 15:48 -0500, Michael Bruski wrote:
> > Attached is a diff file for my current changes. Note that this also 
> > disables the request for TAF data as I request that separately using 
> > tafgenerator.py.
>
> I've no need to separate the two so I just modified line 101 in the
> original file as that seemed to be the only substantive change and I
> still get the same failure so I've shelved this idea until such time as
> it is fixed.
>
> - Nate
>
> -- 
> "The optimist proclaims that we live in the best of all
> possible worlds. The pessimist fears this is true."
> Web: https://www.n0nb.us
> Projects: https://github.com/N0NB
> GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a5926a98-9810-4c8d-bf6a-cf161fba66ddn%40googlegroups.com.

Reply via email to