The wiki tells you what to do. Have you actually looked inside weewx.conf and the seasons skin files to see what is in them??
For the plots (graphs) the changes are made to the [ImageGenerator] section of …./Seasons/skin.conf To add numeric data to say the frnt page you make edits to …./Seasons/index.html.tmpl If you look inside index.html.tmpl it may become clearer where you need to put the extra information. Have you read the customisation guide of the weewx documentation?? On Sunday, 24 March 2019 17:06:27 UTC+2, parallelsys wrote: > > Andrew, Thats the thing... I am not sure what to put on ether of the files > (skin.conf and .tmpl) > I am new to weewx so I am just a tad lost hence why I was asking for > examples on how to set it up on those files that way i can get the idea. > > I am using the default skin/template (Seasons) > > On Sunday, March 24, 2019 at 9:09:20 AM UTC-5, Andrew Milner wrote: >> >> can you post the skin that you say is not working >> >> >> >> >> On Sunday, 24 March 2019 15:53:46 UTC+2, parallelsys wrote: >>> >>> Bump :) >>> >>> On Saturday, March 23, 2019 at 7:30:41 PM UTC-5, parallelsys wrote: >>>> >>>> Thanks to all for a reply! >>>> >>>> I still cant get it running. I am new to weewx and I cant seem to know >>>> were to enter the values and or which. >>>> Can somebody post an example for the template format that they use to >>>> plot and the corresponding skin.conf modification? >>>> >>>> Thanks! >>>> >>>> Note: It is logging data because the db file keeps growing :) >>>> >>>> On Saturday, March 23, 2019 at 12:13:24 PM UTC-5, Michael Pfeuffer >>>> wrote: >>>>> >>>>> I got mine working by setting it hostname to the IP address. >>>>> >>>>> --Mike >>>>> On 3/23/2019 9:36 AM, parallelsys wrote: >>>>> >>>>> Team, >>>>> >>>>> There is very little documentation on how to get this plugin to run. >>>>> >>>>> I follow the steps on the github. >>>>> >>>>> I installed the requirements than the plugin. >>>>> >>>>> My questions... Do i change the hostname to my purpleair hostname? >>>>> >>>>> I added >>>>> >>>>> [[[daypurpleair]]] >>>>> data_binding = purpleair_binding >>>>> [[[[pm2_5_cf_1]]]] >>>>> >>>>> To my skin.conf (Seasonal) >>>>> >>>>> I check the logs and see: >>>>> >>>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 >>>>> 09:35:18 CDT (1553351718) to database 'purpleair.sdb' >>>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 >>>>> 09:35:18 CDT (1553351718) to daily summary in 'purpleair.sdb' >>>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 >>>>> 09:35:00 CDT (1553351700) to database 'weewx.sdb' >>>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 >>>>> 09:35:00 CDT (1553351700) to daily summary in 'weewx.sdb' >>>>> Mar 23 09:35:17 weewx weewx[28626]: cheetahgenerator: Generated 8 >>>>> files for report SeasonsReport in 0.14 seconds >>>>> Mar 23 09:35:17 weewx weewx[28626]: restx: EmonCMS: Published record >>>>> 2019-03-23 09:35:00 CDT (1553351700) >>>>> Mar 23 09:35:18 weewx weewx[28626]: imagegenerator: Generated 14 >>>>> images for SeasonsReport in 0.15 seconds >>>>> Mar 23 09:35:18 weewx weewx[28626]: copygenerator: copied 0 files to >>>>> /var/www/html/weewx >>>>> >>>>> >>>>> and I cant see any purpleair data under my page. >>>>> Am I missing any steps? >>>>> >>>>> Thanks! >>>>> -- >>>>> 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 [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>>> -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
