HamClock is alive on a new server. If you are on the old server, then your hamclock will be deprecated. You need to move it to the new backend. First, go to hamclock.com and follow the instructions for the "one line switch". Follow the instructions here only if the hamclock instructions don't work for you. In my case, the information/instructions on the hamclock.com website for migrating didn't work. Every reboot resulted in the new backend server address being overwritten. This is apparently because a script called "runner" was restoring the old parameters. I had to modify that program to boot to the new server.
Here is the process I used to modify the script for the new backend server:
If Hamclock is running, click on the lock icon to the right of the date and exit the HamClock program.
The Hamclock package comes with a bunch of othe programs, one of which is a terminal program that you will use to modify the script. Open the terminal program by clicking on the terminal icon. After the $ sign, type: sudo nano /usr/local/bin/hamclock-runner. This will open the runner script and allow it to be edited. Note that the terminal program uses up down arrow keys to move the cursor for editing, not a mouse.
Locate this line: exec=$(hamclock -f on). Change it to exactly this:
exec=$(hamclock -b hamclock.com:80 -f on)
Scroll down and locate the Launch Command "exec=$(hamclock-4k -f on). Change it to exactly this:
exec=$(hamclock-4k -b hamclock.com:80 -f on)
Press Ctrl + O to save the file
Hit Enter to confirm the file name
Press Ctrl + X to exit the nano editor
Fire up HamClock and Watch for the Settings Screen for BE:hamclock.com:80
-Once you close the editor, you can test it immediately by clicking the HamClock icon. When the splash screen with the MAC address in the upper left pops up, confirm that this line is exactly as follows - BE:hamclock.com:80. If it is, it's definitive verification that your pointer took effect and that the new backend is live.
I want to acknowledge WB0OEW (SK) for developing the program and Bruce W4BAE and team for migrating it to a new server. This is a GREAT app!