Hi all.
I realize this may have been covered before, and I have, I believe followed the instructions, but auto refresh isn't working, and I don't see the refresh string in the page source.
My /etc/weewx/skins/Standard/index.html.tmpl <head> upper section looks like this:
<head>
## This choice should match the #encoding directive above
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="300">
... (more stuff)
</head>
Have tried reloading weewx, confirmed the pages are being regenerated, and am kinda at a loss.
My index.html header looks like this:
<head>
<meta charset="UTF-8">
<title>Noel Shore, Nova Scotia, Canada</title>
... (more stuff)
</head>
Thanks in advance
Richard.