Is there a step missing when updating? I follow the install or update instructions in GitHub but it never seems to actually update.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
C
Posts made by ChickenBeard
-
RE: MMM-CalendarExt3
-
RE: MMM-forecast-io -- Localized up to the minute weather
@lavolp3 Will do! Which log does it write to?
-
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,*** }
-
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.
-
RE: MMM-CalendarExt2
@Sean said in MMM-CalendarExt2:
Not adjusted automatically. you can set the height of the slot manually.
Is it CX2 .slot ?
-
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.