You still haven't answered my questions, but, nevertheless, I do see one
change you made. The report under [[StandardReport]] uses the "Bootstrap"
skin, rather than the "Standard" skin. That would mean the Bootstrap skin
would be run a total of 3 times.
Try changing it back and disabling it:
[[StandardReport]]
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and
other
# customizations. Many of those changes can be made here by
overriding
# parameters, or by modifying templates within the skin itself.
# The StandardReport uses the 'Standard' skin, which contains the
# images, templates and plots for the report.
skin = Standard
enable = False
lang = fr
On Sat, Sep 23, 2023 at 6:33 AM Yves Martin <[email protected]> wrote:
> Here is the config file:
>
> [StdReport]
>
> # Where the skins reside, relative to WEEWX_ROOT
> SKIN_ROOT = /etc/weewx/skins
>
> # Where the generated reports should go, relative to WEEWX_ROOT
> HTML_ROOT = /var/www/html/weewx
>
> # The database binding indicates which data should be used in reports.
> data_binding = wx_binding
>
> [[StandardReport]]
> # See the customizing guide to change the units, plot types and
> line
> # colors, modify the fonts, display additional sensor data, and
> other
> # customizations. Many of those changes can be made here by
> overriding
> # parameters, or by modifying templates within the skin itself.
>
> # The StandardReport uses the 'Standard' skin, which contains the
> # images, templates and plots for the report.
> skin = Bootstrap
> enable = True
> lang = fr
>
> # [[wxobs]]
> # HTML_ROOT = /var/www/html/weewx/wxobs
> # skin = wxobs
>
> [[SeasonsReport]]
> # The SeasonsReport uses the 'Seasons' skin, which contains the
> # images, templates and plots for the report.
> skin = Seasons
> enable = false
>
> [[SmartphoneReport]]
> # The SmartphoneReport uses the 'Smartphone' skin, and the images
> and
> # files are placed in a dedicated subdirectory.
> skin = Smartphone
> enable = false
> HTML_ROOT = public_html/smartphone
>
> [[MobileReport]]
> # The MobileReport uses the 'Mobile' skin, and the images and files
> # are placed in a dedicated subdirectory.
> skin = Mobile
> enable = false
> HTML_ROOT = public_html/mobile
>
> [[Bootstrap-en]]
> skin = Bootstrap
> enable = true
> lang = en
> HTML_ROOT = /var/www/html/weewx/en
>
> [[Bootstrap]]
> skin = Bootstrap
> enable = true
> lang = fr
> HTML_ROOT = /var/www/html/weewx
>
> [[[Units]]]
> [[[[Groups]]]]
> group_speed = km_per_hour
>
> # [[[LiveGauges]]]
>
> # [[[[windSpeed]]]]
> # maxvalue = 100
> # splitnumber = 5
> # lineColorUntil = 75
>
> # [[[[windGust]]]]
> # maxvalue = 160
> # splitnumber = 8
> # lineColorUntil = 75
>
> [[lastrain]]
> skin = lastrain
> HTML_ROOT = /var/www/html/weewx/lastrain
>
> [[AirLinkReport]]
> HTML_ROOT = /var/www/html/weewx/airlink
> enable = true
> skin = airlink
>
> [[FTP]]
> (...)
>
> [[RSYNC]]
> # rsync'ing to a webserver is treated as just another report
> skin = Rsync
> delete = 0
>
> [[Defaults]]
>
> # Which language to use for all reports. Not all skins support all
> languages.
> # You can override this for individual reports.
> lang = en
>
> # Which unit system to use for all reports. Choices are 'us',
> 'metric', or 'metricwx'.
> # You can override this for individual reports.
> unit_system = us
>
> [[[Units]]]
> # Option "unit_system" above sets the general unit system, but
> overriding specific unit
> # groups is possible. These are popular choices. Uncomment and
> set as appropriate.
> # NB: The unit is always in the singular. I.e.,
> 'mile_per_hour',
> # NOT 'miles_per_hour'
> [[[[Groups]]]]
> # group_altitude = meter # Options are
> 'foot' or 'meter'
> # group_pressure = mbar # Options are
> 'inHg', 'mmHg', 'mbar', or 'hPa'
> # group_rain = mm # Options are
> 'inch', 'cm', or 'mm'
> # group_rainrate = mm_per_hour # Options are
> 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
> # The following line is used to keep the above lines
> indented properly.
> # It can be ignored.
> unused = unused
>
> # Uncommenting the following section frequently results in more
> # attractive formatting of times and dates, but may not work in
> # your locale.
> [[[[TimeFormats]]]]
> # day = %H:%M
> # week = %H:%M on %A
> # month = %d-%b-%Y %H:%M
> # year = %d-%b-%Y %H:%M
> # rainyear = %d-%b-%Y %H:%M
> # current = %d-%b-%Y %H:%M
> # ephem_day = %H:%M
> # ephem_year = %d-%b-%Y %H:%M
> # The following line is used to keep the above lines
> indented properly.
> # It can be ignored.
> unused = unused
>
> [[[Labels]]]
> # Users frequently change the labels for these observation
> types
> [[[[Generic]]]]
> # inHumidity = Inside Humidity
> # inTemp = Inside Temperature
> # outHumidity = Outside Humidity
> # outTemp = Outside Temperature
> # extraTemp1 = Temperature1
> # extraTemp2 = Temperature2
> # extraTemp3 = Temperature3
> # The following line is used to keep the above lines
> indented properly.
> # It can be ignored.
> unused = unused
>
> (...)
>
> YM
> Le vendredi 22 septembre 2023 à 17 h 03 min 35 s UTC-4, Tom Keffer a
> écrit :
>
>> Thanks. How about the rest of my questions? Also, post your [StdReport]
>> section.
>>
>>
>>
>>
>>
>> On Fri, Sep 22, 2023 at 12:30 PM Yves Martin <[email protected]> wrote:
>>
>>> ... On the French side, C and F and mixed in the NOAA reports.
>>> ... On the English one, all is correct.
>>>
>>> YM
>>>
>>> Le vendredi 22 septembre 2023 à 15 h 28 min 42 s UTC-4, Yves Martin a
>>> écrit :
>>>
>>>> Hi Tom,
>>>>
>>>> Sorry for the delay... had a lot of work...
>>>>
>>>> unit_system = us
>>>>
>>>> I'm using the Bootstrap skin. This happen when I upgraded from old
>>>> version to the new one... and the tests I did with the last Bootstrap
>>>> (before the 4.1 was released).
>>>>
>>>> YM
>>>>
>>>> Le mercredi 13 septembre 2023 à 12 h 21 min 07 s UTC-4, Tom Keffer a
>>>> écrit :
>>>>
>>>>> Yves, did you resolve this?
>>>>>
>>>>> On Fri, Sep 8, 2023 at 3:59 PM Tom Keffer <[email protected]> wrote:
>>>>>
>>>>>> Not much information here.
>>>>>>
>>>>>> Which skin? Which version?
>>>>>>
>>>>>> Which values were in C, which in F?
>>>>>>
>>>>>> In weewx.conf, under [StdReport] / [[Defaults]] what settings did you
>>>>>> use for unit_system? Did you override group_temperature? Did you override
>>>>>> for the specific skin?
>>>>>>
>>>>>> How did you manage the mixed unit systems? With separate reports,
>>>>>> each using a different value for unit_system? Some other way?
>>>>>>
>>>>>> It might be easiest if you post your [StdReport] section.
>>>>>>
>>>>>> -tk
>>>>>>
>>>>>> On Fri, Sep 8, 2023 at 1:07 PM Yves Martin <[email protected]> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I have a bilingual web site, English and French.
>>>>>>> When I upgraded weewx, the NOAA data were mixed-up for the French
>>>>>>> version in F and C !
>>>>>>>
>>>>>>> How to re-generate all the NOAA data in C (For the French side) from
>>>>>>> the database?
>>>>>>>
>>>>>>> Regards,
>>>>>>> Yves, 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/430ac885-d7c9-4dec-8108-98106719375en%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/weewx-user/430ac885-d7c9-4dec-8108-98106719375en%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>>
>>>>>> --
>>> 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/774b32eb-1036-4713-8382-843413bc6423n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/weewx-user/774b32eb-1036-4713-8382-843413bc6423n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> 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/e65fc0c9-4898-49e2-99dd-52bf4efe803fn%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/e65fc0c9-4898-49e2-99dd-52bf4efe803fn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
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/CAPq0zEBBwBPoDCNcwuAJrMbBMYy-ruJoBQJ4rPqZyX8PMH037g%40mail.gmail.com.