I'm trying to adapt the Seasons skin so that all plots include forecast 
data from DWD (being available as a separate SQlite database within weewx). 
I'm using the Seasons skin withn current weewx 4.10.2 (I have augmented 
Seasons already to display some additional DWD forecast informations).

The from my perspective most complicated aspect is working flawlessly - 
mixing data from different databases within the same image.

But I'm stuck with changing the image size:

First, I'd like to extend the displayed timeline from 27h (default for one 
day) to 30h. That should be straightforward by modifing time_length to 
108000. This change has an effect, but I get 48h instead. I've tried many 
other values, but the displayed time period is either 27h or 48h (and 
more). Howto get only 3 additional hours?

Next I wanted to increase the image size form the default 500px to 600px. 
Again trivial by adding image_width within some image in skin.conf. Works 
fine, the created image has the requested width of 600. But it is shrunk to 
500px probadely by seasons.css. I tried to modify seasons.css within 
history_widget (from 500px to 600px). Modifing the css seems to have no 
effect on the rendering (tried to reload the web page after changing css at 
server location).

My third problem in reaching my goal (to draw forecast values) is howto 
restrict the forecast data onto the future? Currently the forecast database 
contains some old values from the past, and those values should be ignored 
and not pltted.

I myselve have tried for some hours, but I've to admit that I've no 
knowledge on webdesign - these are my first steps.

Regards, Michael

-- 
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/4c25a737-625f-4eab-8ba5-4b0e1cf0de0dn%40googlegroups.com.

Reply via email to