matteodanelli / MMM-cryptocurrency

A MagicMirror module for crypto currencies value.
MIT License
95 stars 42 forks source link

typo in configuration displayTpe -> displayType #22

Closed nerdmaennchen closed 6 years ago

nerdmaennchen commented 6 years ago

The above mentioned typo prevents the module from displaying in the right mode. no graphs nor logos are drawn on a fresh install and since the configuration is called "displayTpe" and everywhere in the code "displayType" is tested agains it behaves as if the configuration is not set at all.

Btw.: You've made a super nice module for my mirror! Thank you so much for that.

Fix.: just change line 9 in MMM-cryptocurrency.js to displayType: 'detail',

kind regards and all the best, Lutz

matteodanelli commented 6 years ago

Oh.. Thanks you so much for have discovered this!

I fixed. Thank you!!!

nerdmaennchen commented 6 years ago

Wow, that was quick!

Thank you so much for fixing this and your awesome livetricker!