Hello,
I have my installation which is running with the default setup and I would like to test modification I made. But instead to did these modifications on the skin which is working I would like to have a sand box.
For this purpose I try to duplicate the the skin in weewx.conf by dupplicating Belchertown as :
[[Belchertown2]]
skin = Belchertown2
HTML_ROOT = /var/www/html/weewx/belchertown2
enable = true
[[[Extras]]]
I copy the Belchertown files in a new repertory : /etc/weewx/skins/Belchertown2
Web pages are created : /etc/weewx/skins/Belchertown2
but when I point my browser to this page, I have the page of the initial version : I made modification on graphs.conf in Belchertown and Belchertown2 :
[[chart1]]
title = Temperature11
[[[outTemp]]]
and
[[chart1]]
title = Temperature22
[[[outTemp]]]
Could you give the tips which will allow this duplication ?
Thanks you for your help.
Jean-Marie