🍺 trial and error

master
Martin Zwigl 2025-03-16 00:27:41 +01:00
parent f55cf1e7ee
commit a7eeef13eb
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
const settings = require("Storage").readJSON("coin_info.settings.json", 1) || {};
const db = require("Storage").readJSON("coin_info.cmc_key.json", 1) || {};
const csTokens = db.csTokens.split(',');
let ticker = 0;
var ticker = 0;
var Layout = require("Layout");
var layout = new Layout({
@ -65,8 +65,8 @@ var drawTimeout;
// update the screen
function draw() {
//
layout.clear(layout.tknName);
layout.clear(layout.tknGraph);
// layout.clear(layout.tknName);
// layout.clear(layout.tknGraph);
//
layout.tknGraph.label = currentLabel;

View File

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