I am getting my bearings in the skins and language structure and got one weather station (rainwise ip100) back working.
While still very shaky with the details of the language, thought I might exercise my brain by trying to get my Campbell Scientific station feeding Weather Display to also make the file necessary so that using Fileparse to read a file so the beautiful graphics of WeeWx can be posted to my web server, along with having more weather information available than what the aging RainWise station can provide (like solar, snow depth, etc.)
I see the original file was written in 2014, and that the last modification (if that is what a commit is) was in October of 2019.
Since then WeeWx has been updated a few times, and Python3 is what I'm running. I've seen that some comments on other code is that Python3 doesn't always go backward to run old code, so as I study the situation and try to figure out how fileparse works, and whether or not Weather Display can be configured to write a file that fileparse will successfully read, it would be nice to know if that block of code is compatible with the current WeeWx 4.5.1 and the last python3 distribution package. Has anyone run fileparse with the latest releases?
Thanks. Dale