• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. charp07
  3. Posts
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 8
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-MyCommute

    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.

    posted in Transport
    C
    charp07
    Dec 2, 2019, 6:08 PM
  • RE: MMM-MyCommute

    @sdetweil also added comma to that location with no success. Then moved to behind bracket and nothing there either.

    posted in Transport
    C
    charp07
    May 31, 2019, 9:19 AM
  • 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?

    posted in Transport
    C
    charp07
    May 31, 2019, 9:14 AM
  • 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'
      },
      ]
      }
    

    },

    posted in Transport
    C
    charp07
    May 30, 2019, 6:53 AM
  • 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?

    posted in Transport
    C
    charp07
    May 30, 2019, 5:05 AM
  • RE: MMM-MyCalendar

    @charp07 figured it out! Sorry!

    posted in Utilities
    C
    charp07
    May 19, 2019, 6:02 PM
  • RE: MMM-MyCalendar

    @zzaidi148 @j-e-f-f

    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…”

    0_1558248904989_MMMirror.PNG

    {
    			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"
              }
            ]
          }
        }
    
    posted in Utilities
    C
    charp07
    May 19, 2019, 6:55 AM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy