Re: [weewx-user] Re: How to generate a new plot from new data?

2017-08-12 Thread Frank von Thienen
Hi Tom, yes I did, but I do not get the relationship between the entries in 
Skin.conf and index.html.tmpl.
What is LABEL for the image, and what is the table name in the database.

It finally works, but I do not understand it, and that bothers me, since I 
am in software development,
so I like to understand the dependencies.

I could check by try and error, but that takes time and I wonder, if this 
is not written down in detail somewhere (which I do not find)

Thanks
Frank
DL1BEQ

Am Samstag, 12. August 2017 01:08:04 UTC+2 schrieb Tom Keffer:
>
> Did you look in the Customizing Guide 
> ?
>
> -tk
>
> On Fri, Aug 11, 2017 at 3:58 PM, Frank von Thienen  > wrote:
>
>> Ok, I changed the entry from Skin.conf evapoTrans to ET which seems to be 
>> the db-table name and it works.
>> Bu Show is the relationship between the Labels and the database-table
>>
>> Am Freitag, 11. August 2017 23:22:19 UTC+2 schrieb Frank von Thienen:
>>
>>> Hi all,
>>>
>>> I have the Vantage 2PRo and my web site is displaying the ET data as 
>>> text.
>>> Tha tis great.
>>> Now I thought to have that data displayed as a plot.
>>> So I made the following changes:
>>>
>>>- Skin.conf
>>>   - LABELS.GENERIC: evapoTrans = Evapotranspiration
>>>   - IMAGEGENERATOR:[[[dayet]]]
>>>
>>>  evapoTrans
>>>
>>>
>>>- index.html.tmpl
>>>   - 
>>>   
>>>   - 
>>>
>>>
>>>  
>>>
>>>   >> alt="Radiation" />
>>>
>>>   >> alt="Evapotranspiration" />
>>>
>>>   
>>>
>>>
>>>
>>> So, i guess I have hit all possible files.
>>>
>>> The PNG is not generated for the DAYET, while all others are generated.
>>>
>>> The generated HTML includes the image place but the image itself is not 
>>> created.
>>>
>>> Where do I have to look to get that plot added to the page
>>>
>>>
>>> Thanks
>>>
>>> Frank
>>>
>> -- 
>> 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 .
>> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: How to generate a new plot from new data?

2017-08-11 Thread Thomas Keffer
Did you look in the Customizing Guide
?

-tk

On Fri, Aug 11, 2017 at 3:58 PM, Frank von Thienen <
frank.von.thie...@vtcc.de> wrote:

> Ok, I changed the entry from Skin.conf evapoTrans to ET which seems to be
> the db-table name and it works.
> Bu Show is the relationship between the Labels and the database-table
>
> Am Freitag, 11. August 2017 23:22:19 UTC+2 schrieb Frank von Thienen:
>
>> Hi all,
>>
>> I have the Vantage 2PRo and my web site is displaying the ET data as text.
>> Tha tis great.
>> Now I thought to have that data displayed as a plot.
>> So I made the following changes:
>>
>>- Skin.conf
>>   - LABELS.GENERIC: evapoTrans = Evapotranspiration
>>   - IMAGEGENERATOR:[[[dayet]]]
>>
>>  evapoTrans
>>
>>
>>- index.html.tmpl
>>   -
>>
>>   -
>>
>>
>>  
>>
>>   > alt="Radiation" />
>>
>>   > alt="Evapotranspiration" />
>>
>>   
>>
>>
>>
>> So, i guess I have hit all possible files.
>>
>> The PNG is not generated for the DAYET, while all others are generated.
>>
>> The generated HTML includes the image place but the image itself is not
>> created.
>>
>> Where do I have to look to get that plot added to the page
>>
>>
>> Thanks
>>
>> Frank
>>
> --
> 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+unsubscr...@googlegroups.com.
> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: How to generate a new plot from new data?

2017-08-11 Thread Frank von Thienen
Ok, I changed the entry from Skin.conf evapoTrans to ET which seems to be 
the db-table name and it works.
Bu Show is the relationship between the Labels and the database-table

Am Freitag, 11. August 2017 23:22:19 UTC+2 schrieb Frank von Thienen:
>
> Hi all,
>
> I have the Vantage 2PRo and my web site is displaying the ET data as text.
> Tha tis great.
> Now I thought to have that data displayed as a plot.
> So I made the following changes:
>
>- Skin.conf
>   - LABELS.GENERIC: evapoTrans = Evapotranspiration
>   - IMAGEGENERATOR:[[[dayet]]]
>
>  evapoTrans
>
>
>- index.html.tmpl
>   - 
>   
>   - 
>
>
>  
>
>alt="Radiation" />
>
>alt="Evapotranspiration" />
>
>   
>
>
>
> So, i guess I have hit all possible files.
>
> The PNG is not generated for the DAYET, while all others are generated.
>
> The generated HTML includes the image place but the image itself is not 
> created.
>
> Where do I have to look to get that plot added to the page
>
>
> Thanks
>
> Frank
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: How to generate a new plot from new data?

2017-08-11 Thread Frank von Thienen
I found the following entry in SYSLOG:

NoColumnError: no such column: evapoTrans


Does this mean, it has to be the database column?

Am Freitag, 11. August 2017 23:22:19 UTC+2 schrieb Frank von Thienen:
>
> Hi all,
>
> I have the Vantage 2PRo and my web site is displaying the ET data as text.
> Tha tis great.
> Now I thought to have that data displayed as a plot.
> So I made the following changes:
>
>- Skin.conf
>   - LABELS.GENERIC: evapoTrans = Evapotranspiration
>   - IMAGEGENERATOR:[[[dayet]]]
>
>  evapoTrans
>
>
>- index.html.tmpl
>   - 
>   
>   - 
>
>
>  
>
>alt="Radiation" />
>
>alt="Evapotranspiration" />
>
>   
>
>
>
> So, i guess I have hit all possible files.
>
> The PNG is not generated for the DAYET, while all others are generated.
>
> The generated HTML includes the image place but the image itself is not 
> created.
>
> Where do I have to look to get that plot added to the page
>
>
> Thanks
>
> Frank
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.