On 2021-06-15, Karen K <
kk44...@gmail.com> wrote:
> ------=_Part_836_1870019296.1623761496670
> Content-Type: multipart/alternative;
> boundary="----=_Part_837_178574929.1623761496670"
>
> ------=_Part_837_178574929.1623761496670
> Content-Type: text/plain; charset="UTF-8"
>
> First of all, have a look at the logs. If there are errors, there are
> messages.
>
> Then, if you want help and the messages do not explain it to you, send
> information according to that instruction
><
https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user>.
>
> Chris Schram schrieb am Dienstag, 15. Juni 2021 um 13:59:51 UTC+2:
>
>> Oops! When my wife just asked me for the total rain from a recent storm,
>> I learned that I have not been updating or creating any NOAA reports
>> since late February of this year.
>>
>> That may be the time I replaced my Vantage Vue sensor suite and/or
>> replaced my Raspberry Pi with a newer model. At that time I migrated my
>> existing database, weewx.conf and slightly tweaked Standard skin, and
>> this is the first I've noticed any problem.
>>
>> I get a 404 error when I try to view the missing data, so that tells me
>> It's not being generated at all. Where to I start looking for what I
>> screwed up? Thanks.
"Look at the logs." What a concept ;-}
Numerous lines like this one:
Jun 15 13:10:15 raspberrypi weewx[560] ERROR weewx.cheetahgenerator:
**** FileNotFoundError: [Errno 2] No such file or directory:
'/etc/weewx/skins/Standard/NOAA/NOAA-YYYY.txt.tmpl'
Looks like I got caught up in the hairball of UTF-8 switching to ASCII.
All fixed noe (I think). Thanks Karen