🐛 wrong name set corrected; screenshots for Readme

master
Martin Zwigl 2025-03-16 17:28:52 +01:00
parent 721920e0ca
commit 207767344e
5 changed files with 6 additions and 3 deletions

View File

@ -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++
![Screenshot01](screenshots/20250316_01.jpg)
![Screenshot02](screenshots/20250316_02.jpg)
## Creator ## Creator
Martin Zwigl Martin Zwigl

View File

@ -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

View File

@ -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