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

    Massi1990

    @Massi1990

    0
    Reputation
    113
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Massi1990 Unfollow Follow

    Latest posts made by Massi1990

    • MMM-CryptoPortfolio

      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”
      }
      },

      posted in Utilities
      M
      Massi1990
    • RE: Problem with config MMM-Paris-RATP-PG

      personne ne peut m’aider

      posted in Troubleshooting
      M
      Massi1990
    • Problem with config MMM-Paris-RATP-PG

      Hello,

      here is my problem: magic mirror crashes when I add the configuration script? black screen

      first config :
      {
      module: ‘MMM-Paris-RATP-PG’,
      position: ‘top_left’,
      header: ‘mairie de fresnes’,
      config: {
      busStations: [
      {type: ‘bus’, line: 187, stations: ‘mairie+de+fresnes’, destination: ‘R’}
      ]
      }
      },

      and this :

      {
      module: “MMM-Ratp”,
      position: “top_left”,
      header: “Bus 187 (mairie de fresnes)”, // le titre qui sera affiché en haut sur la configuration du widget
      config: {
      apiURL: “https://api-ratp.pierre-grimaud.fr/v3/schedules/bus/187/mairie+de+fresnes/R”,
      }
      },

      neither configuration works

      Thanks for your help.

      posted in Troubleshooting
      M
      Massi1990
    • RE: Can't make MMM-Paris-RATP-PG work

      bonjour,

      voici ma config et rien ne fonctionne ? ecran noir ?

      {
      module: ‘MMM-Paris-RATP-PG’,
      position: ‘top_left’,
      header: ‘mairie de fresnes’,
      config: {
      busStations: [
      {type: ‘bus’, line: 187, stations: ‘mairie+de+fresnes’, destination: ‘R’}
      ]
      }
      },

      posted in Troubleshooting
      M
      Massi1990
    • RE: MMM-Paris-RATP-PG - Paris: Bus, Metro, RER, Tramway & Velib

      bonjour,

      je tiens a te remercier pour ce module et du travail effectuer.

      voici mon problème : magic mirror plante quand j’ajoute le script de configuration ? ecran noir

      {
      module: ‘MMM-Paris-RATP-PG’,
      position: ‘top_left’,
      header: ‘mairie de fresnes’,
      config: {
      busStations: [
      {type: ‘bus’, line: 187, stations: ‘mairie+de+fresnes’, destination: ‘R’}
      ]
      }
      },

      posted in Transport
      M
      Massi1990