We are only concerned with skins/ss/skin.conf.

[ImageGenerator]
    # image_width = 720
    # image_height = 196
    image_width = 2160
    image_height = 588

Is there any reason why you changed the image_height and image_width 
settings? The plot imaged is scaled by the page css anyway so a large image 
file does not give a physically larger mouseover plot on the screen. You 
have two options:

   1. restore image_width and image_height back to their original settings, 
   or
   2. scale your font size up proportionately, ie xxx_font_size = 30 will 
   give you the same relative size as the default of 10 gives on the default 
   plot size.

One other thing to consider is that you now have changes to the skin 
defaults in both weewx.conf and skin.conf. When I gave you the advice to 
put any changes in weewx.conf as overrides that was on the basis of 
skin.conf being unchanged. Normally it is best to put overrides in 
weewx.conf rather than change a skin.conf due to the risk over custom 
settings being lost during upgrades to the skin, but in this case that may 
not be such an issue. In either case I would tend to keep your changes to 
the one file, either weewx.conf or skin.conf, otherwise when you have an 
issue in the future you will be chasing your tail trying to work out what 
file is controlling what setting.

Gary

On Sunday, 23 September 2018 23:15:12 UTC+10, Cat22 wrote:
>
> so,  I see there are 2 skins.conf, one in  weewx/skins/ss/skin.conf and 
> another in weewx/skins/Standard/skin.conf
> actually there are more but I don't use the Ftp or Rsync. I have my own C 
> program that modifies a few things, inserts some 
> additional info like a forecast, metars,tides etc in the page source and 
> then uploads it to the server
> attached are both files and my weewx.conf file (with personal data xx'd 
> out of course)
>

-- 
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.

Reply via email to