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",