Ok, solved.
I copied the content of
forecast_table.inc
in the head of the html file surrounded by
<style>
.....
</style>
..this works.:-)
Am Sonntag, 21. Juni 2020 17:17:53 UTC+2 schrieb Christian Peters:
>
> Hi all,
>
> maybe some can help me. :-)
> I'm not familiar with css and web content.
> I trry to include the weewx forcast extension into the responsive skin.
> The forcast plugin is working, even with the right formatting if I open
> the forcast demo pages. (Pic 2)
>
> I included the forecast_table.inc file in my html.tmpl, copied the icons
> to my skin, but the formatting isn't as expected?
> How do I get the formatting provided for this snippet inside my skin?
>
> That's my code:
>
> Code hier eingeben...## Forecast start
> <div class="panel panel-primary">
> <div class="panel-heading">
> <h4 class="panel-title">
> <a class="accordian-toggle" data-toggle="collapse" data-
> parent="#accordionTwo" href="#collapseAccTwoE">
> 5-Tage Trend
> </a>
> </h4>
> </div>
> <div class="panel-collapse collapse in" id="collapseAccTwoE">
> <div class="panel-body">
> <p class="text-center">
> #set $periods =
> $forecast.weather_periods('OWM',max_events=6)
> #include '/etc/weewx/skins/forecast/forecast_table.inc
> '
> </p>
> </div>
> </div>
> </div>
> ## Forecast end
>
> It looks like Pic 1 now, it should look like Pic 2...!?
>
> Any idea how I get the formatting for this table inside my skin!?
>
> Thanks in advance!
>
> Regard,
>
> Christian
>
--
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/bb1d5610-8aa8-4d10-9b5f-47a51b53d1ffo%40googlegroups.com.