MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED No display with MMM-cryptocurrency

    Troubleshooting
    2
    3
    129
    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.
    • sifuhall
      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
        sdetweil @sifuhall last edited by

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

        Sam

        Create a working config
        How to add modules

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

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

          Sam

          Create a working config
          How to add modules

          sifuhall 1 Reply Last reply Reply Quote 0
          • sifuhall
            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy