I think we have two issues at work here.
Firstly, have a look at your skin.conf for the Testtags skin. Did you set the [[TimeFormat]] settings as per step 4 in the install instructions, in particular:
year_f = %Y
If not add it in or fix it up, might also be worthwhile checking the other [[TimeFormat]] settings against step 4. Normally, if this setting was omitted there is some code in testtags.php.tmpl that sets a default if year_f is not set but it appears I have a typo in the code. You can easily fix it, edit testtags.php.tmpl and at line 138 or thereabouts I suspect you will find a line:
#$set $yearFormat = "%Y"
You need to delete the $ between the # and the letter s. It should read:
#set $yearFormat = "%Y"
You will then need to save testtags.php.tmpl. No need to restart Weewx, hopefully testtags.php will be generated during the next report cycle.
Hopefully, that is it, let me know how you go.
Gary
Hello People,I am sorry for the double post but I wanted to change topic subject but I couldn't find how. Please delete the old one.I have tried a lot but missing Python knowledge I can't do much. I am trying to setup Weewx-WD and Saratoga but I can't understand if the one is pre-requisite for the other and how I can setup both or at least Saratoga (which officially doesn't support Weewx).Is there anyone here that have successfully installed and ran any or both who could help me ?Thanks in Advance!
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/51092dad-7326-4a35-9870-5a4ec1073bfa%40googlegroups.com.