🍺 trial and error
parent
f55cf1e7ee
commit
a7eeef13eb
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue