coinmarketcap #61
|
What a great project! Thank you very much in advance |
Replies: 3 comments 9 replies
|
Thanks for the feedback / compliments, I'll have to look into this at some point. |
|
EUR / CHF should work already, they are added here in the config: https://github.com/taoteh1221/Slideshow_Crypto_Ticker/blob/main/config.js#L259 I presume you mean EUR / CHF don't work with tickers 4 characters in length, but work fine with 3 character tickers? Thanks for the feedback / report, I appreciate it. |
|
This is my config.js // Copyright 2019-2024 GPLv3, Slideshow Crypto Ticker by Mike Kilday: Mike@DragonFrugal.com (leave this copyright / attribution intact in ALL forks / copies!) var exchange_markets = []; // LEAVE ALONE, AND DON'T DELETE (REQUIRED!!) /////////////////////////////////////////// // TYPOS LIKE MISSED SEMICOLONS / MISSED QUOTES / ETC WILL BREAK THE APP, BE CAREFUL EDITING THIS CONFIG FILE! // ############## PER-EXCHANGE FORMATTING EXAMPLES ########################## // COINGECKO NOTES: 'API_ID_HERE:ASSET/PAIR' ('API id' is on the asset's coingecko page, in the 'Info' section) // Coinbase formatting example: 'BTC-USD|BTC-GBP|ETH-USD|ETH-BTC|ETH-EUR|MKR-USD|MKR-BTC|MANA-USDC' // Kraken formatting example: 'XBT/USD|XBT/CAD|XBT/EUR|ETH/USD|ETH/EUR|ETH/CAD' // Bitstamp formatting example (MULTIPLE TICKERS NOT SUPPORTED): 'btcgbp' // Binance formatting example: 'btcusdt|ethusdt|ethbtc|mkrusdt' // Kucoin formatting example: 'MANA-USDT|ENJ-BTC' // Okex formatting example: 'ENJ-USDT|ENJ-BTC' // Hitbtc formatting example (MULTIPLE TICKERS NOT SUPPORTED): 'ETHBTC' // Gate.io formatting example: 'MANA_USDT|SAMO_USDT' // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // Screen orientation (offset in degrees) // Vertical position (adjusts the ticker's vertical position up/down) // Horizontal position (adjusts the ticker's horizontal position left/right) // Show exchange name in title (next to asset ticker symbol) // Show volume section EVEN IF NO VOLUME WAS PROVIDED // Show system temperature / memory stats (TOP LEFT corner of app screen, if device temps / RAM useage are available) // Title font size // 24 hour volume font size // Ticker font size // Ticker arrow size RATIO (to ticker size), DECIMAL NUMBER FORMAT X.XX OF 1.00 OR LESS // Maximum decimal places for ticker values worth under 1.00 in unit value, for prettier / less-cluttered interface // Minimum decimal places for ANY ticker values, // PRICE PERCENTAGE to round off ticker price IN DECIMALS (DYNAMIC / RELATIVE to price amount) // EMULATED / dynamic monospace font WIDTH spacing (percent of EACH font size as a decimal) // ALL font weights (for ALL ticker text) // Text color (https://www.w3schools.com/colors/colors_picker.asp) // Background color (https://www.w3schools.com/colors/colors_picker.asp) // Use a google font...set as null for default system serif font // MINUTES before refreshing non-websocket trading exchange API endpoints (coingecko) // SECONDS between "slideshowing" multiple tickers (if multiple assets configured) // Slideshow transition speed (fade out / fade in) IN SECONDS (can be decimals) // SECONDS to wait before reloading app after internet outages // Minimum number of MINUTES to wait before auto-reloading the app IF ERRORS ARE DETECTED THAT MAY BE FIXED WITH A RELOAD // HOURS before re-checking for any newly-released upgrades (at github) // DEBUG MODE (turns on console logging for certain logic) // All #ACTIVATED# market pairings (what the asset is paired with in markets), AND their currency symbols // Crypto market pairings (KEYS #MUST BE# UPPERCASE) // Fiat-equivelent market pairings (KEYS #MUST BE# UPPERCASE) /////////////////////////////////////////// And this is the result: i do not mind having all in USD. but i would like to have all tokens working. thanks for your work and help |



Thanks for the feedback / compliments, I'll have to look into this at some point.