For first only wait till next minute

master
Martin Zwigl 2025-03-08 03:07:51 +01:00
parent 017a7a86e1
commit 93fbffed3b
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
self.emit("redraw");
});
}, 3600000);
}, 3600000 - (Date.now() % 3600000));
}, 60000 - (Date.now() % 60000 ));
},
hide: function() {
if (this.interval) {

View File

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