I swapped to a newer branch of “MMM-MyCommute”. After install, it booted up on the first try. Happy that it is now working. Thanks to all the authors of this module.
Read the statement by Michael Teeuw here.
Latest posts made by charp07
-
RE: MMM-MyCommute
-
RE: MMM-MyCommute
@sdetweil also added comma to that location with no success. Then moved to behind bracket and nothing there either.
-
RE: MMM-MyCommute
@sdetweil okay, I’m new but the check:config command is not valid. So tried npm config and it brought up 10 errors.
Usage:
Npm config set
Npm config get …
Etc
Etc…What does this mean?
-
RE: MMM-MyCommute
{ module: 'MMM-MyCommute', position: 'bottom_right', config: { apikey: 'my api key from google', origin: '65 Front St W, Toronto, ON M5J 1E6', startTime: '00:00', endTime: '23:59', hideDays: [0,6], destinations: [ { destination: '14 Duncan St Toronto, ON M5H 3G8', label: 'Air Canada Centre', mode: 'walking', color: '#82E5AA' }, ] }
},
-
RE: MMM-MyCommute
MM is only loading the “loading…” text for this module. All my other modules are showing right. I am getting request on the Google API Console under the Directions API. So I believe that I must have the module installed correctly. Does anyone know why this would be happening?
-
RE: MMM-MyCalendar
I have this same issue and haven’t had any luck in resolving the issue. I even copied the recommended config from earlier in this forum. Is there something that I am missing?
It will just say, “Loading…”
{ module: "MMM-MyCalendar", position: "top_left", classes: "default everyone", header: "Upcoming", disabled: false, config: { colored: true, maximumNumberOfDays: 30, maximumEntries: 5, fade: false, maxTitleLength: 500, useRelativeDates: false, dayOfWeekFormat: "dddd", timeFormat: "h:mm A", dateFormat: "MMMM D", joiningWord: "at", urgency: 1, calendars: [ { url: "https://calendar.google.com/calendar/ical path", color: "#ffb350" }, { url: "https://calendar.google.com/calendar/ical path", color: "#ff77d4" } ] } }