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.

    No display with MMM-cryptocurrency

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 433 Views 2 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.
    • sifuhallS Offline
      sifuhall
      last edited by

      I’ve added MMM-cryptocurrency but I only get a blank display.

      I’ve checked my config.js and it passes validation.
      And I have created an API key as instructed.

      Here is my config section for MMM-cryptocurrency. If I delete or comment this out everything works. But when I include it all I get is a blank screen.

      		{
      				module: "MMM-cryptocurrency",
      				position: "bottom_center",
      				config: {
      						apikey: 'xxxxxxxxxxxx',
      						currency: ['ethereum', 'bitcoin'],
      						conversion: 'EUR',
      						headers: ['change24h', 'change1h', 'change7d'],
      						displayType: 'logoWithChanges',
      						showGraphs: true
      				}
      		},```
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @sifuhall
        last edited by

        @sifuhall see
        https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        sifuhallS 1 Reply Last reply Reply Quote 0
        • sifuhallS Offline
          sifuhall @sdetweil
          last edited by

          @sdetweil Thank you! it was missing request.

          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