Last week I retired my old laptop with Windows XP and Cumulus.
I bought Raspberry PI, installed Linux (Jessie) and Weewx with my old Oregon WMR200 weather station.
Almost everything works, but there are (as always) some issues.
As many of you knows, Cumulus uses three files for some devices ("realtime.txt", "realtime.xml" and "sunbird.txt").
Any idea how to get those files with Weewx?
I tried with Wee Extension named CRT, but it prepares only "realtime.txt" (as promised also in documentation).
Then I tried with
this thread from this forum, but it also don't prepare all three files. To be more specific - it prepares "realtime.txt" and "sunbird.txt", but not "realtime.xml".
In log file I can see next lines:
cheetahgenerator: **** Ignoring template /etc/weewx/skins/Standars/realtime.txt.tmpl
cheetahgenerator: **** Reason: cannot find 'forecast'
**** Trackback (most recent call last):
**** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 315, in generate
**** print >> _file, text
**** File "/usr/lib/python2.7/dis-packages/Cheetah/Template.py", line 1005, in __str__
**** rc = getattr(self, mainMethName) ()
**** File "_etc_weewx_skins_Standars_realtime_txt_tmpl.py", line 85, in respond
**** NotFound: cannot find 'forecast'
Any idea?
Maybe another approach? This second try was from thread which is quite old (2013) ...
Thank you for your advices.