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

    Topics

    • K

      MirrorMirrorOntheWall Alexa Skill trouble

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      2k Views
      richland007R
      Check here for more recent developments this is the last page but the prior 10 pages have a lot of information https://forum.magicmirror.builders/topic/8569/mmm-mirrormirroronthewall-installation-issue/128 people have done …i am still not there yet myself but i will
    • K

      MMM-cryptocurrency

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      2k Views
      ?
      I had this problem too and spent way too long digging into it. The problem is in config/config.js. In the config for the MMM-cryptocurrency module, both “currency” and “significantDigits” SHOULD be arrays. If you’re trying to show more than one crypto, but don’t update “significant digits” then any index after 0 will show as NaN. Here’s my config as an example: { module: "MMM-cryptocurrency", position: "top_center", config: { currency: ['ethereum', 'bitcoin'], conversion: 'USD', showUSD: false, //headers: ['change24h', 'change1h', 'change7d'], displayType: 'logoWithChanges', showGraphs: false, significantDigits: [2,2], coloredLogos: true, } },
    • K

      MMM-NOAA

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      68
      0 Votes
      68 Posts
      44k Views
      H
      My question is a little different. After trying so many weather modules and looking for one that works accurately he in West Aus, NOAA was the firrst to actually work with some accuracy. Most of the others the API’s are now defunct. I use my MagicMirror on a 7inch Raspberry screen manly as an information screen of the weather and some server stats. At the moment I am trying to get this moduel to fit on the screen as the screen resolution is fixed. My question is which file holds the code for the section headings. I figure if I take them out and just have the date and icons, the module will fit perfectly on the small screen, then I can desing the other modules to fit in the space left. [image: 1611491873922-untitled.jpeg] Thanks in Advance
    • 1 / 1