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

    Posts

    Recent Best Controversial
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @shavesophere sorry I wasn’t too descriptive!
      Here’s the example from the repo with the added ‘small’ class, forth line from the top:

        {
          module: 'MMM-forecast-io',
          position: 'top_right',  // This can be any of the regions.
          classes: 'small',
          config: {
            // See 'Configuration options' for more information.
            apiKey: 'abcde12345abcde12345abcde12345ab', // Dark Sky API key.
            // Only required if geolocation doesn't work:
            latitude:   16.77532,
            longitude: -3.008265
          }
       }
      

      Hope that helps!

      posted in Utilities
      D
      dmcinnes
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @pyrosmiley Hello! The precipitation graph is created using an HTML Canvas so unfortunately the colors cannot be tweaked by CSS apart from the border. The Javascript will need to be modified to support additional colors. Here is where the color is set for the curve and further up it draws the horizontal lines and tick marks. Ideally these colors are configurable. I’ve added an issue to the repo to track it!

      I’m knee deep in another project, so if someone wants to take a crack at it, please be my guest :)

      posted in Utilities
      D
      dmcinnes
    • RE: All stocks modules are not working for me.

      The Google API has been shut down, which is why the stocks module is not working. I’m not sure about the others…

      posted in Utilities
      D
      dmcinnes
    • 1 / 1