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

    Posts

    Recent Best Controversial
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      I had this working fine on my Magic Mirror with a custom schedule, but now that I’ve started from scratch and created a new Magic Mirror install - MMM-MyWastePickup shows ‘No Schedule’ on the main page.

      Here’s my config:

      {
      	
      		module: 'MMM-MyWastePickup',
      		position: 'upper_third',
      		header: 'Bin Schedule',
      		config: {
      		  collectionCalendar: 'Custom',
      		}
      	},```
      

      And my schedule:

      Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
      Custom,02/07/21,0,0,1,0,0
      Custom,02/14/21,1,0,0,0,0
      Custom,02/21/21,0,0,1,0,0
      Custom,02/28/21,1,0,0,0,0

      And a pic of how it looks on the Magic Mirror

      alt text

      posted in Productivity
      M
      mike2323
    • RE: MMM-Strava

      @ianperrin Sorry for the delayed reply, I’ve just got around to looking at my Mirror config again. Have updated to the latest version and here is the config for MMM-Strava:

       {  
      			  module: "MMM-Strava",
      			   position: "bottom_left",
      			   header: "Michael's Garage Rides",
      			   config: {
      			        client_id: "00000",
      			        client_secret: "cxxxxxxxxxxxxxxxxxxxxxxxxxb",
      				mode: "chart",
      				activites: ["ride"],
      				period: "ytd",
      					   
      }
      		       },
       {
      			   module: "MMM-Strava",
      			   position: "bottom_right",
      			   header: "Stephen's Garage Rides",
      			   config: {
      			       client_id: "00000",
                  			client_secret: "cxxxxxxxxxxxxxxxxxxxxxxxxxb",			
      				mode: "chart",
      				activites: "ride",
      				period: "ytd",
      }
      		       },
      

      And here is a photo of how it appears on the Mirror (showing ride, run and swim instead of just ride).
      alt text

      Thanks for the help (and the great module)

      posted in Health
      M
      mike2323
    • RE: MMM-Strava

      When using table or chart the activities config seems to be ignored, and just shows ride, run and swim. However, if I used the radial option, then it respects the config and just shows the rides. Is there another setting I’m missing to just shows rides in chart view?

      posted in Health
      M
      mike2323
    • 1 / 1