I generate all my images from within weewx.conf
[StdReport]
# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = skins
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = public_html
# The database binding indicates which data should be used in reports.
data_binding = wx_binding
# Each of the following subsections defines a report that will be run.
# [[StandardReport]]
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and
other
# customizations. Many of those changes can be made here by
overriding
# parameters, or by modifying templates within the skin itself.
# The StandardReport uses the 'Standard' skin, which contains the
# images, templates and plots for the report.
# skin = Standard
# Each of the following subsections defines a report that will be run.
# [[StandardReport]]
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and other
# customizations. Many of those changes can be made here by overriding
# parameters, or by modifying templates within the skin itself.
# The StandardReport uses the 'Standard' skin, which contains the
# images, templates and plots for the report.
# skin = Standard
# [[[Units]]]
# [[[[Groups]]]]
# group_altitude = meter
# group_speed2 = meter_per_second2
# group_pressure = mbar
# group_rain = mm
# group_rainrate = mm_per_hour
# group_temperature = degree_C
# group_degree_day = degree_C_day
# group_speed = meter_per_second
[[BigImages]]
HTML_ROOT = public_html/Bootstrap/big_images
skin = Images
[[[Units]]]
[[[[Groups]]]]
group_altitude = meter
group_speed2 = meter_per_second2
group_pressure = mbar
group_rain = mm
group_rainrate = mm_per_hour
group_temperature = degree_C
group_degree_day = degree_C_day
group_speed = knot
[[[ImageGenerator]]]
bottom_label_font_size = 14
axis_label_font_size = 14
image_width = 900
top_label_font_size = 18
image_height = 600
anti_alias = 2
unit_label_font_size = 18
[[SmallImages]]
HTML_ROOT = public_html/Bootstrap/images
skin = Images
[[[Units]]]
[[[[Groups]]]]
group_altitude = meter
group_speed2 = meter_per_second2
group_pressure = mbar
group_rain = mm
group_rainrate = mm_per_hour
group_temperature = degree_C
group_degree_day = degree_C_day
group_speed = knot
# [[lastrain]]
# HTML_ROOT = public_html/lastrain
# skin = lastrain
[[HTMLPages]]
HTML_ROOT = public_html/Bootstrap
skin = Bootstrap
[[[Units]]]
[[[[Groups]]]]
group_altitude = meter
group_speed2 = meter_per_second2
group_pressure = mbar
group_rain = mm
group_rainrate = mm_per_hour
group_temperature = degree_C
group_degree_day = degree_C_day
group_speed = knot
On Thursday, 1 September 2016 14:28:50 UTC+3, Joep L. Blom wrote:
> I recently downloaded the Bootstrap skin and to my surprise the
> big_images are missing.
> There is a skin.conf in the images directory and a skin.conf in the
> Bootstrap directory which are different but i used the skin.conf of the
> Bootstrap directory which stored the small images in the Bootstrap
> directory under public_html but big_images is nowhere to be found.
> However, when clicking on an image it gives;
> "Failed to load image: big_images/daytempchill-Bootstrap.png" but in the
> index.html it is found:
> "<div class="row">
> <div class="col-md-6" align="center">
> <a href="big_images/daytempchill-Bootstrap.png"
> data-toggle="lightbox">
> <img src="images/daytempchill-Bootstrap.png" alt=""
> class="img-responsive" style="max-width:100%;">
> </a>
> </div>"
> So, wher is the big_images creation in the skin.conf?
> Joep
>
>
--
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.