[CheetahGenerator]
encoding = html_entities
[[ToDate]]
[[[Mobile phone]]]
template = index.html.tmpl
[[[Mobile Barometer]]]
template = barometer.html.tmpl
[[[MobileTemp]]]
template = temp.html.tmpl
[[[MobileHumidity]]]
template = humidity.html.tmpl
[[[Mobile Rain]]]
template = rain.html.tmpl
[[[Mobile Wind]]]
template = wind.html.tmpl
[[[Mobile Sun Moon]]]
template = sun_mond.html.tmpl
On Saturday, 8 June 2019 03:00:34 UTC+10, Geni wrote:
now everything is even more difficult! I just wanted to extend the previous standard.
I just wanted to add an additional template in the smartphone (with lower case s) standard skin.What do I have to do to process this?
Jun 7 09:40:21 raspberrypi weewx[16403]: reportengine: Running report 'StandardReport'
Jun 7 09:40:22 raspberrypi weewx[16403]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report 'StandardReport'
Jun 7 09:40:23 raspberrypi weewx[16403]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] [[[Mobile Sun Moon]]]
template = smartphone/sun_mond.html.tmpl
Gary
The skin config file for the Standard skin is /skins/Standard/skin.conf, this will apply to all templates/directories under the Standard skin. You have a skin.conf in /skins/Standard/smartphone, this skin.conf will do nothing and should be deleted. As per my previous post you need to be making your changes to /skins/Standard/skin.confGary