diff --git a/MMM-cryptocurrency.js b/MMM-cryptocurrency.js index c104d30..ff7d431 100644 --- a/MMM-cryptocurrency.js +++ b/MMM-cryptocurrency.js @@ -39,6 +39,7 @@ Module.register('MMM-cryptocurrency', { cardano: 2010, chainlink: 1975, cindicator: 2043, + 'crypto-com-coin': 3635, cryptonex: 2027, clams: 460, dash: 131, @@ -100,6 +101,7 @@ Module.register('MMM-cryptocurrency', { xrp: 52, 'polkadot-new': 6636, salt: 1996, + 'shiba-inu': 5994, siacoin: 1042, 'sirin-labs-token': 2313, smartcash: 1828, diff --git a/README.md b/README.md index 775f52f..1e578c5 100755 --- a/README.md +++ b/README.md @@ -68,22 +68,31 @@ Here is an example of an entry in `config.js` ## Cryptocurrency Logo Logo provided only for the following currencies: -- Bitcoin, Bitcoin cash, Bitcoin gold +- Bitcoin, Bitcoin cash, Bitcoin gold, Bitcoin SV - Ethereum, Ethereum classic -- Ripple -- Stratis -- Nem -- Litecoin -- Dash +- Basic Attention Token +- Binance Coin - Cardano +- Crypto.com Coin +- Dash +- Dogecoin - Eos - Iota +- Lisk +- Litecoin - Monero +- Nano +- Nem - Neo +- Polkadot +- Ripple +- Shiba Inu - Stellar -- Tron +- Stratis +- SwissBorg - The graph -- Polkadot +- Tron +- XRP Feel free to ask for support of your favorite currency. Else, just implement it (eg: to add Litecoin logo): - Add `'litecoin'` to the currency module config diff --git a/public/black-white/crypto-com-coin.png b/public/black-white/crypto-com-coin.png new file mode 100644 index 0000000..cda6c25 Binary files /dev/null and b/public/black-white/crypto-com-coin.png differ diff --git a/public/black-white/dogecoin.png b/public/black-white/dogecoin.png new file mode 100644 index 0000000..512493f Binary files /dev/null and b/public/black-white/dogecoin.png differ diff --git a/public/black-white/shiba-inu.png b/public/black-white/shiba-inu.png new file mode 100644 index 0000000..dfee7ec Binary files /dev/null and b/public/black-white/shiba-inu.png differ diff --git a/public/colored/crypto-com-coin.png b/public/colored/crypto-com-coin.png new file mode 100644 index 0000000..9037225 Binary files /dev/null and b/public/colored/crypto-com-coin.png differ diff --git a/public/colored/dogecoin.png b/public/colored/dogecoin.png new file mode 100644 index 0000000..ed0060b Binary files /dev/null and b/public/colored/dogecoin.png differ diff --git a/public/colored/shiba-inu.png b/public/colored/shiba-inu.png new file mode 100644 index 0000000..6bfcf1c Binary files /dev/null and b/public/colored/shiba-inu.png differ