How can I stop the updates from being paused? I would prefer to let them camp out on the site.
“Updates paused - reload page to start @ 4/1/2025 18:13:09 - updated 60 sec ago”
The $SITE[‘timeFormat’] only applies to the date/time displays on the PHP page itself.
The date format used in the AJAX update uses the format in clientraw.txt (it is not adjustable, except in Weather-Display or weewx-saratoga only)
[[RealtimeClientraw]]
# If using an external website, configure remote_server_url to point to
# the post_clientraw.php script on your website like:
# remote_server_url = http://your.website.com/post_clientraw.php
#
# To disable or use the webserver on this system, leave the entry
# commented out or blank.
# remote_server_url = http://your.website.com/post_clientraw.php
# min_interval sets the minimum clientraw.txt generation interval.
# Default is 10 seconds.
min_interval = 10
# Python date-time format strings. Format string codes as per
# https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes
# Date format. Recommended entries are:
# date_format = %-m/%-d/%Y # recommended for USA users
# date_format = %-d/%-m/%Y # recommended for non-USA users
date_format = %-d/%-m/%Y
# Long format times (HMS). Recommended entries are:
# long_time_format = %-I:%M:%S_%p # recommended for USA users
# long_time_format = %H:%M:%S # recommended for non-USA users
long_time_format = %H:%M:%S
# Short format times (HM). Recommended entries are:
# short_time_format = %-I:%M_%p # recommended for USA users
# short_time_format = %H:%M # recommended for non-USA users
short_time_format = %H:%M
Note the settings ‘recommended for USA users’
Just uncomment the ones you want and put a # in front of the existing ones to make the changes, then restart weewx.