The Coindesk API doesn't have data going all the way back. But since history
isn't changing, we can simply put in known prices.
Also, extend the CDPR cells to have four digits instead of just two.
Instead of returning the `scheduleRefresh` command only after receiving
an `update` message, do it while handling the `refresh` message. For
this not to cause weird behavior, the refresh deadline should be shorter
than the refresh interval.
It will stay flashing red until the next refresh, at which point it goes
back to its normal color. On a successful refresh, it still stops.
Also, add a deadline of 15 seconds to the refresh command.