Change Date access according to Bangle JS reference

master
Martin Zwigl 2025-03-18 00:03:34 +01:00
parent 3497fe5ecd
commit 2066d6eeec
2 changed files with 2 additions and 4 deletions

View File

@ -77,9 +77,7 @@ layout.update();
var updateTimeout;
function getChart(period) {
//
const date = new Date();
const dateString = date.toDateString();
logFile.write("Called:" + dateString);
logFile.write("Called:" + Date.toString());
// Clear any existing timeout
if (updateTimeout) clearTimeout(updateTimeout);

View File

@ -1,7 +1,7 @@
{ "id": "coin_info",
"name": "Crypto-Coins Info",
"shortName":"Coins Info",
"version": "0.06.50",
"version": "0.06.51",
"description": "Crypto-Coins Infos with the help of the Binance API",
"icon": "app.png",
"tags": "clkinfo",