Not sure what sort of feedback you're looking for. I assume this is a work-in-progress?
Why the decision to break out some of the labels, (e.g. $Extras.Labels.celestial_title) but not all of them? Why the decision to use $Extras.show_extraTemp1 instead of just autodetecting ? If we want a user to manually toggle whether extra sensors are shown, we should probably create a special tag such as $showSensor.extraTemp1. -tk On Sat, Nov 12, 2016 at 6:26 PM, Thomas Keffer <[email protected]> wrote: > Now I get > > Nov 12 18:22:57 nuc wee_reports[6146]: cheetahgenerator: Generate failed > with exception '<type 'exceptions.OSError'>' > Nov 12 18:22:57 nuc wee_reports[6146]: cheetahgenerator: **** Ignoring > template /home/weewx/skins/Standard/index.html.tmpl > Nov 12 18:22:57 nuc wee_reports[6146]: cheetahgenerator: **** Reason: > [Errno 2] No such file or directory: '/home/weewx/skins/Standard/ > current.inc' > Nov 12 18:22:57 nuc wee_reports[6146]: **** Traceback (most recent call > last): > Nov 12 18:22:57 nuc wee_reports[6146]: **** File > "/home/weewx/bin/weewx/cheetahgenerator.py", > line 315, in generate > Nov 12 18:22:57 nuc wee_reports[6146]: **** print >> _file, text > Nov 12 18:22:57 nuc wee_reports[6146]: **** File > "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in > __str__ > Nov 12 18:22:57 nuc wee_reports[6146]: **** rc = getattr(self, > mainMethName)() > Nov 12 18:22:57 nuc wee_reports[6146]: **** File > "_home_weewx_skins_Standard_index_html_tmpl.py", line 198, in respond > Nov 12 18:22:57 nuc wee_reports[6146]: **** File > "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1597, in > _handleCheetahInclude > Nov 12 18:22:57 nuc wee_reports[6146]: **** nestedTemplateClass = > compiler.compile(source=source, file=file) > Nov 12 18:22:57 nuc wee_reports[6146]: **** File > "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 706, in > compile > Nov 12 18:22:57 nuc wee_reports[6146]: **** fileHash += > str(os.path.getmtime(file)) > Nov 12 18:22:57 nuc wee_reports[6146]: **** File > "/usr/lib/python2.7/genericpath.py", > line 62, in getmtime > Nov 12 18:22:57 nuc wee_reports[6146]: **** return > os.stat(filename).st_mtime > Nov 12 18:22:57 nuc wee_reports[6146]: **** OSError: [Errno 2] No such > file or directory: '/home/weewx/skins/Standard/current.inc' > > I copied current.inc and all the other *.inc files over. Now it works. > > -tk > > On Sat, Nov 12, 2016 at 6:21 PM, mwall <[email protected]> > wrote: > >> forgot the .inc files in setup.py manifest >> >> fixed at 2cdea68 >> >> you'll have to re-install, or copy the .inc files manually >> >> >
