@matteodanelli , @Klizzy
a portfolio view would be amazing, what do you think?
Like on the iOS app delta or on cryptocompare or etc. portfolios.
But its harder to implement i think because its the view of each MagicMirror User’s portfolio ?!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-cryptocurrency - v1.4
-
RE: MMM-cryptocurrency - v1.4
@matteodanelli Thank you! It worked and again - what an amazing module. Thank you very much.
-
RE: MMM-cryptocurrency - v1.4
@matteodanelli thank you.
But i dont know where the sparkline Id is written in coinmarketcap.
e.g. for IOTA: https://coinmarketcap.com/currencies/iota/#tools ? -
RE: MMM-cryptocurrency - v1.4
@SvenSommer Amazing Changes.
Thank you both. My question:
How to change the font size?
I was in MMM-cryptocurrency.css but there is no font.
thanksedit: i found it
.mmm-cryptocurrency-icon > tr > td { padding-bottom: 10px; text-align: left; font-size: 80%; }
How can i show other graphs?
-
RE: Ornate Awesomeness
What is this for a news feed in the bottom bar?
Because it shows small and bigger fonts… -
RE: MMM-WatchDog
Are there any issues with the newest update known?
I got it work again after removed the watchdog module -
RE: How to MANUALLY install MM on your Pi. For absolute beginners.
The problem was the module watchdog !
Also with fresh install it throws errors with the newest update.Fixed for me. Thank you @Mykle1 !!!
-
RE: Black Screen after Booting Up
@j.e.f.f said in Black Screen after Booting Up:
@fox I’d suggest backing up your MagicMirror folder (i.e. rename it) and try a fresh install. By renaming it you won’t lose anything.
I Think so
I just punched thebash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
in the terminal…
@j.e.f.f do you know how i can solve the two pm2 sessions after a fresh install?
With pm2 status i get always two MagicMirror/mm instances.
If i kill one, it comes back after a few seconds -
RE: Black Screen after Booting Up
@j.e.f.f said in Black Screen after Booting Up:
@nickymac12 ok. Try installing the sample config file.
Type:cd ~/MagicMirror/config
mv config.js config.js.bak
(this will back up your existing config)cp config.js.sample config.js
pm2 restart mm
If magic mirror starts, then you either have a problem with your config or with a module.
I checked the sample config. No other modules installed only the original. But i still have a blank screen…
What would you propose?