🐛 wrong name set corrected; screenshots for Readme
parent
721920e0ca
commit
207767344e
|
|
@ -8,6 +8,9 @@ Crypto-Coins Infos with the help of the Binance and CoinStats API
|
||||||
- I use Pebble++ watch to show a bigger size of clock_info
|
- I use Pebble++ watch to show a bigger size of clock_info
|
||||||
- I use a wider, more readable font for Pebble++
|
- I use a wider, more readable font for Pebble++
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Creator
|
## Creator
|
||||||
|
|
||||||
Martin Zwigl
|
Martin Zwigl
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ const settings = require("Storage").readJSON("coin_info.settings.json", 1) || {}
|
||||||
const db = require("Storage").readJSON("coin_info.cmc_key.json", 1) || {};
|
const db = require("Storage").readJSON("coin_info.cmc_key.json", 1) || {};
|
||||||
const csTokens = db.csTokens.split(',');
|
const csTokens = db.csTokens.split(',');
|
||||||
var ticker = 0;
|
var ticker = 0;
|
||||||
|
var currLoadMsg = "...";
|
||||||
var timePeriod = "24h";
|
var timePeriod = "24h";
|
||||||
var tknChrtData = [0,1,3,8,10,12,12,10,8,3,1,0];
|
var tknChrtData = [0,1,3,8,10,12,12,10,8,3,1,0];
|
||||||
|
|
||||||
|
|
@ -68,9 +69,8 @@ function swipeHandler(lr, ud) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
var currLoadMsg = "...";
|
|
||||||
function setLoadMsg(x) {
|
function setLoadMsg(x) {
|
||||||
currentLabel = `Load... ${x}`;
|
currLoadMsg = `Load... ${x}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
// timeout used to update every minute
|
// timeout used to update every minute
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "coin_info",
|
{ "id": "coin_info",
|
||||||
"name": "Crypto-Coins Info",
|
"name": "Crypto-Coins Info",
|
||||||
"shortName":"Coins Info",
|
"shortName":"Coins Info",
|
||||||
"version": "0.06.25",
|
"version": "0.06.26",
|
||||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "clkinfo",
|
"tags": "clkinfo",
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Loading…
Reference in New Issue