MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. matteodanelli
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 23
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-cryptocurrency - v1.4

      @fox Yes, because padding is set at default value. You should set it explicitly where needed.

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @fox Well, css is the right place.
      You should get the class and fix in css file. Let me know if you need help.

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @Baxer Yes!
      Just add bitcoin-cash to your config file.

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @fox Because in the ranking is too low. You should change limit from 100 to at least 1000 in getTicker function to get it working.

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @fox You can find id in the homepage of coinmarketcap. Just get the link of the image of the graph of the desired currency.

      EG. For IOTA, link is https://files.coinmarketcap.com/generated/sparklines/1720.png, so id is 1720.

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @fox Hi,
      About the graphs, you should add your currency inside sparklineIds array (in Js file), which have to be taken directly from coinmarketcap.com.

      Let me know if it works!

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @rmeskill Hi, sure! You can contribute to the project if you want :)

      You can either create a fork of my repository and develop it with your needs. But you’ll lose my updates.
      Else, to keep updated, fork the repository and then make a pull request to merge your fork with my repository.
      I’ll accept it and everyone will have your useful work :)

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @SvenSommer Thank you! Great additions!

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @canadrian said in MMM-cryptocurrency - v1.1:

      chainlink: 1975

      Hi,
      I had configured module to get only top 25 currencies, in order to be more efficient.
      Now I’ve updated module in order to get all 100. If you want to check it out last version you should be able to get it.

      posted in Utilities
      M
      matteodanelli
    • RE: MMM-cryptocurrency - v1.4

      @ArkantosArk As @strawberry-3-141 mentioned, I use ES6 in the module and so some old browsers aren’t working. Midori uses an old version of the web engine, but I know that it’s the best browser on the RPi1.

      However, I tried to replace in my module a function which creates a problem. I am not sure to have solved totally the problem because I cannot test on Midori.
      I’ve updated the module so you can test it now, hoping that it’s working, or at least it shows less problems :)

      Let me know!

      posted in Utilities
      M
      matteodanelli
    • 1 / 1