I have a 330x80 graphic to use as logo. I refer to it in Extras as logo_image = "var/www/html/weewx/belchertown/logo.png" This doesn't seem to work. What is the proper way to reference it?
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/0e2972a2-b5d7-433c-a9a4-035b2f0b86bbo%40googlegroups.com.
There is a leading slash
The documentation says:So that tells me it should be a URL that is resolvable by the browser, not an absolute pathname resolvable at the os level from a bash shell.A quick test using "https://obrienlabs.net/images/logo.png" (the image on Pat's home page) works if a full URL is used.
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/cbf09965-888d-4a58-a2e7-2fcb48a20e21o%40googlegroups.com.