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

    ChickenBeard

    @ChickenBeard

    0
    Reputation
    92
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ChickenBeard Unfollow Follow

    Latest posts made by ChickenBeard

    • RE: MMM-CalendarExt3

      Is there a step missing when updating? I follow the install or update instructions in GitHub but it never seems to actually update.

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

      @lavolp3 Will do! Which log does it write to?

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

      @lavolp3 in ~/MagicMirror/config/config.js:

      module: 'MMM-forecast-io',
                             disabled:false,
                             position: 'bottom_center',  // This can be any of the regions.
                             config: {
                                     // See 'Configuration options' for more information.
                                     apiKey: 'xxxxx', // Dark Sky API key.
                                     // Only required if geolocation doesn't work:
                                     latitude:   xxxx,
                                     longitude: xxxx,
                                     ***enablePrecipitationGraph: true,***
                                     ***showForecast:false,***
                                     precipitationGraphWidth: 325,
                                     showWind: false,
                                     showSunriseSunset: false,
                                     ***alwaysShowPrecipitationGraph:true,***
                                     
                             }
      
      posted in Utilities
      C
      ChickenBeard
    • RE: MMM-forecast-io -- Localized up to the minute weather

      Is it possible to have the precipitation graph ONLY? I enabled it (and disabled the general “Forecast”). But it seems like the graph doesn’t update. It will load the “current” graph and just stay there until I restart MM.

      posted in Utilities
      C
      ChickenBeard
    • RE: MMM-CalendarExt2

      @Sean said in MMM-CalendarExt2:

      Not adjusted automatically. you can set the height of the slot manually.

      Is it CX2 .slot ?

      posted in Utilities
      C
      ChickenBeard
    • RE: MMM-CalendarExt2

      Did CalendarExt in Weeks (or Month) view automatically adjust the height of the day to accommodate the events?
      I swear if there was only one or two events for a day (in a given week), the whole row was shorter.

      posted in Utilities
      C
      ChickenBeard