[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2018-08-19 Thread mwall
On Thursday, August 16, 2018 at 11:48:50 AM UTC-4, Andres Revilla wrote: > > Hi .. > > I have tried to follow your tutorial but no luck ... > > I get data , but no images ... i copy icons , etc ... If i use standar > forecast web all its working ok , but when i use standar modified webpage ,

[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2018-08-16 Thread Andres Revilla
Hi .. I have tried to follow your tutorial but no luck ... I get data , but no images ... i copy icons , etc ... If i use standar forecast web all its working ok , but when i use standar modified webpage , i get data but images / colors I have installed ( weewx 3.8.0 and forecast 3.2.19) .

[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2016-11-26 Thread Marc Aubry
I answer my own question it work perfectly for the 3 forecast. The WU 3 days forecast the 6 hour WU forecast The zambretti forecast in addition of the mwall previous post i have just add the following code under the .inc include *#set $periods = $forecast.weather_periods('WU',max_events=6)* *#if

[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2016-11-26 Thread Marc Aubry
Thanks mwall. It work for the 3 days WU forecast with the icons. Now i have to integrate the WU 6 hours forecast (the one in text) and the Zamberetti forecast. Should i copy the table as shown in the forecast/index.html.tmpl ? do i have to modify the skin.cof to include those 2 forecast? i think

[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2016-11-24 Thread mwall
hi marc, this is how to insert the forecast table into the standard report: 1) copy the icons and table template to the standard skin cp -r skins/forecast/icons skins/Standard cp skins/forecast/forecast_table.inc skins/Standard 2) modify skin.conf for the standard report. add the following to

[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2016-11-24 Thread Marc Aubry
I'm getting more and more confused with this skin architecture. I have just change the directory of the report as described in the minimize write of SD card h ttps://github.com/weewx/weewx/wiki/Minimize%20writes%20on%20SD%20cards