• 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. mike2323
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

mike2323

@mike2323

0
Reputation
1
Profile views
3
Posts
0
Followers
0
Following
Joined Nov 30, 2020, 6:29 PM
Last Online Feb 9, 2021, 11:30 AM

mike2323 Unfollow Follow

Latest posts made by mike2323

  • 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
    Feb 8, 2021, 4:30 PM
  • 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
    Feb 8, 2021, 2:49 PM
  • 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
    Nov 30, 2020, 6:58 PM
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