From 93fbffed3b7a074a8eb0f44b4fa8308f183d1012 Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Sat, 8 Mar 2025 03:07:51 +0100 Subject: [PATCH] For first only wait till next minute --- apps/coin_info/clkinfo.js | 2 +- apps/coin_info/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/coin_info/clkinfo.js b/apps/coin_info/clkinfo.js index e055dfe9c..963965393 100644 --- a/apps/coin_info/clkinfo.js +++ b/apps/coin_info/clkinfo.js @@ -68,7 +68,7 @@ self.emit("redraw"); }); }, 3600000); - }, 3600000 - (Date.now() % 3600000)); + }, 60000 - (Date.now() % 60000 )); }, hide: function() { if (this.interval) { diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 22753926d..6dbd3de1f 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -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",