Hi,

In /etc/weewx/skins/neowx/skin.conf look for the line:

        template = index.html.tmpl

under the [CheetahGenerator], it will probably be something like:

[CheetahGenerator]
    ....
    [[ToDate]]
        ....
        [[[xxxxxx]]]
            template = index.html.tmpl

Is there an ‘encoding =‘ setting immediately below or above under the same 
[[[xxxxxx]]] stanza? If not try adding ‘encoding = utf8’, something like:

[CheetahGenerator]
    ....
    [[ToDate]]
        ....
        [[[xxxxxx]]]
            template = index.html.tmpl
            encoding = utf8

Save skin.conf and wait for the next report cycle to complete.

Gary

-- 
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/2c361cb0-2cab-43c4-b3d5-7ba3f759721a%40googlegroups.com.

Reply via email to