Good day all.
As of this morning I've a new install of weewx on a debian11 system talking to a Davis Vantage Pro. Everything seems to be working well so far and was actually pretty painless once I figured out the udev (thanks to the wiki!)
Before I can actually put the webpage on line (just using the default Standard skin) I need to remove the 'Inside' displays, aka 'Inside Temperature' or 'Inside Humidity'.
How can I do this? Right now 'quick and dirty' is more important than 'this is the Way'.
Here's what I've tried so far:
a perusal of the User's Manual as well as some other google indicated that the web page is set up according to the /etc/weexw/skins.
Full disclosure: I don't know *&^$# about web pages. I have successfully avoided having to deal with the guts of them for my whole career. Until now.
Anyway, glancing through files in the /etc/weewx/skins I took a chance and
sed -i '/Inside/s/^/#/gI'
to # out any line with the string 'Inside' (case insensitive) in it.
stopped weewx
rm -rf /var/www/html/weewx/*
reboot
flushed firefox cache.
Wait ten minutes
call up weewx on firefox.
No change. The 'inside' displays and info is still there.
Thanks in advance!