Your weekly page has the humidity graph appearing two times. You need to DELETE the second occurrence from the template, and check monthly and yearly to make sure you only have one graph appearing.
On Thursday, 23 August 2018 19:59:53 UTC+3, Damjan Hajsek wrote: > > I found out where problem is, thank you for your help > I had to change this lines for week, month and year > > <img src="monthouthumidity.png" alt="OutHumidity" /> > <img src="monthinhumidity.png" alt="InHumidity" /> > > > to this and now it works > > <img src="monthhumidity.png" alt="OutHumidity" /> > <img src="monthhumidity.png" alt="InHumidity" /> > > > Dne četrtek, 23. avgust 2018 18.37.33 UTC+2 je oseba Damjan Hajsek > napisala: >> >> I use sofaskin template and these are my 3 files >> >> >> Dne četrtek, 23. avgust 2018 18.12.33 UTC+2 je oseba Andrew Milner >> napisala: >>> >>> …… and sorry Antonis - but you missed these: >>> >>> also in each of the sections delete the line 3 lines below the yellow >>> line which references …..inhumidity.png because you are not creating that >>> file any more if you put in humidity and out humidity on the same graph >>> >>> >>> >>> On Thursday, 23 August 2018 18:36:35 UTC+3, Antonis Katsonis wrote: >>>> >>>> Andrew has it exactly right. >>>> >>>> >>>> " It won't appear because the name is wrong if you look at the source >>>> code of the weekly page. " >>>> >>>> To fix the problem follow the next steps: >>>> >>>> 1) >>>> Open and edit the week.html.tmpl >>>> >>>> and add the yellow line: >>>> >>>> <div class="card cc graphs" > <h1><i >>>> class="fa fa-line-chart m-gruen" ></i> Weekly Statistics and Plots</h1> >>>> <img src="weektempdew.png" >>>> alt="temperatures" /> <img src="weektempchill.png" >>>> alt="heatchill" /> <img src="weekrain.png" alt="rain" >>>> /> <img src="weekwind.png" alt="wind" /> >>>> <img src="weekbarometer.png" alt="barometer"/> <img >>>> src="weekhumidity.png" alt="OutHumidity" /> <img >>>> src="weekwinddir.png" alt="Hi Wind" /> <img >>>> src="weekinside.png" alt="Inside" /> <img >>>> src="weekinhumidity.png" alt="InHumidity" /> <img >>>> src="weekwindvec.png" alt="Wind Vector" /> <img >>>> src="weekuv.png" alt="UV index" /> <img >>>> src="weekradiation.png" alt="Radiation" /> <img >>>> src="weekuv.png" alt="UV Index" /> </div> >>>> >>>> >>>> 2) >>>> Open and edit the month.html.tmpl >>>> >>>> and add the yellow line: >>>> >>>> <div class="card cc graphs" > <h1><i >>>> class="fa fa-line-chart m-gruen" ></i> Monthly Statistics and Plots</h1> >>>> <img src="monthtempdew.png" >>>> alt="temperatures" /> <img src="monthtempchill.png" >>>> alt="heatchill" /> <img src="monthrain.png" alt="rain" >>>> /> <img src="monthwind.png" alt="wind" /> >>>> <img src="monthbarometer.png" alt="barometer"/> >>>> <img src="monthhumidity.png" alt="OutHumidity" /> >>>> <img src="monthwinddir.png" alt="Hi Wind" /> >>>> <img src="monthinside.png" alt="Inside" /> >>>> <img src="monthwindvec.png" alt="Wind Vector" /> <img >>>> src="monthuv.png" alt="UV Index" /> <img >>>> src="monthradiation.png" alt="Radiation" /> <img >>>> src="monthuv.png" alt="UV Index" /> </div> >>>> >>>> >>>> 3) >>>> Open and edit the year.html.tmpl >>>> >>>> and add the yellow line: >>>> >>>> <div class="card cc graphs" > <h1><i >>>> class="fa fa-line-chart m-gruen" ></i> Yearly Statistics and Plots</h1> >>>> <img src="yeartempdew.png" >>>> alt="temperatures" /> <img src="yeartempchill.png" >>>> alt="heatchill" /> <img src="yearhilow.png" alt="Daily >>>> highs and lows for the year" title="Daily highs and lows for the year"/> >>>> <img src="yearrain.png" alt="rain" /> >>>> <img src="yearwind.png" alt="wind" /> <img >>>> src="yearbarometer.png" alt="barometer"/> <img >>>> src="yearhumidity.png" alt="OutHumidity" /> <img >>>> src="yearwinddir.png" alt="Hi Wind" /> <img >>>> src="yearinside.png" alt="Inside" /> <img >>>> src="yearinhumidity.png" alt="InHumidity" /> <img >>>> src="yearwindvec.png" alt="Wind Vector" /> <img >>>> src="yearuv.png" alt="UV Index" /> <img >>>> src="yearradiation.png" alt="Radiation" /> <img >>>> src="yearuv.png" alt="UV Index" /> </div> >>>> >>>> -- 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.
