MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-CryptoPortfolio

    Scheduled Pinned Locked Moved Utilities
    1 Posts 1 Posters 159 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      Massi1990
      last edited by

      MMM-CryptoPortfolio is a module for MagicMirror² that allows you to easily track your cryptocurrency investments. This module displays your portfolio value, cryptocurrency variations, and customizable data in real-time.
      5c5ca845-2f32-4fbd-91e2-25deec621063-scree4.png

      Download
      https://github.com/DzMassi/MMM-CryptoPortfolio

      Installation
      git clone https://github.com/DzMassi/MMM-CryptoPortfolio.git
      cd MMM-CryptoPortfolio
      npm install

      Using the module
      {
      module: “MMM-CryptoPortfolio”,
      position: “top_right”, // Position where the module will be displayed on MagicMirror
      config: {
      currency: “USD”, // Currency: USD, EUR, etc.
      displayCount: 10, // Number of cryptocurrencies to display
      showLogos: false, // Display logos (true/false)
      showPerformance24h: true, // Display 24-hour performance (true/false)
      showTotal: true, // Show total balance
      sortBy: “value”, // Sort by: value, name, etc.
      positiveColor: “#00FF00”, // Color for positive performance
      negativeColor: “#FF0000”, // Color for negative performance
      apiKey: “YOUR_API_KEY”, // CoinMarketCap API Key
      cryptoListFile: “modules/MMM-CryptoPortfolio/cryptoList.json”, // Path to the JSON file
      updateInterval: 10, // Update interval (based on the unit)
      updateIntervalUnit: “minutes” // Unit: “seconds”, “minutes”, or “hours”
      }
      },

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy