Hi, Actually 0xff0000, 0x3333ff, 0x00cc00, 0xFFC300 are (shades of) blue, red, green and light blue not red, blue, green and yellow. In skin.conf [ImageGenerator] 0x colours are in BGR format not RGB. Probably not clearly spelt out in the docs but there is a fairly clear explanation in the Standard <https://github.com/weewx/weewx/blob/master/skins/Standard/skin.conf#L113> and Seasons <https://github.com/weewx/weewx/blob/master/skins/Seasons/skin.conf#L126> skin.conf.
Try 0xff0000, 0x3333ff, 0x00cc00, 0x00C3FF. Gary On Saturday, 11 January 2020 02:59:59 UTC+10, Pila wrote: > > That is what was confusing me. To my belief, I use only metric and my > WS2080 also uses only metric. So I expected this recognized type to be > handled well. Problem with great programs is that they are big :) with lots > of features and it takes months to get aquainted with their terminology as > a new user. > > But, since I did found how to convert the database to metric, all is well. > I also added extraTemp4. > > Now, I have a silly problem: I am unable to specify plot colours for my 4 > series. I was reading docs and believe I am doing it right. My colors are > simply ignored and my 4th series is in cyan (light blue). I did in: > > /home/weewx/skins/Smartphone/skin.conf > > define my colours: > > chart_line_colors = 0xff0000, 0x3333ff, 0x00cc00, 0xFFC300 > > They are: red, blue, green and yellow. When I generate my plots, I get: > blue, red, green, cyan in that order. What am I doing wrong? > > > > > > > > -- 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/c025dbf7-58a9-4f84-ab8f-15b2f28d9189%40googlegroups.com.
