Hi,

I'm using weewx since years now and I'm very grateful to Tom for his 
wonderful job and passion!

I use version 3.9.2 plus the Nick's gauge generator. I wanted to add Sun 
and UV gauges to my pages, so I've added this in "skin.conf" :


[GaugeGenerator]

    image_width = 180

    image_height = 180


(...)


    [[Sun]]

    minvalue = 0

    maxvalue = 1000

    majorstep = 50

    minorstep = 1

    history = 25

    bins = 100


    [[max_UV]]

    minvalue = 0

    maxvalue = 16

    majorstep = 5

    minorstep = 1

    history = 24

    bins = 80


Then I've added something like this in my templates :

            <li class="span2">

                <img src="SunGauge.png" alt="">

              <h5 align="center">Ensoleillement</h5>

            </li>

            <li class="span2">

              <img src="max_UVGauge.png" alt="">

              <h5 align="center">UV</h5>

            </li>


... but it does not work and I have no error messages.


I cannot find the link how is generated the gauge image (I'm not 
programmer).


Is there anything I'm doing wrong?


I am using the gaugeengine.py file from the trunk: 
https://github.com/brewster76/fuzzy-archer/tree/master/bin/user


Any help or suggestion will be welcome. Thanks!



---

Yves MARTIN

ymartin.com/meteo



-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b192aaee-b5af-4de9-82b7-8a2e68306274o%40googlegroups.com.

Reply via email to