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

    Srcodesalittle

    @Srcodesalittle

    8
    Reputation
    34
    Profile views
    12
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    Srcodesalittle Unfollow Follow

    Best posts made by Srcodesalittle

    • Finally completed, quarantine mirror

      Picture1.png
      Never thought I would actually build one, always seemed so daunting! But the lockdown gave a perfect opportunity to pursue this project and learn a whole lot of skills along the way. A huge thank you to all the instructions and detailed tutorials on how to get this running. (shout outs to the custom.css write up which let me customize this!)

      With that said, I present my mirror.
      It is 19 inches across and is running the following modules :

      • MMM-BurnIn
      • MMM-Carousel
      • MMM-Remote-Control
      • MMM-Dad-Jokes
      • MMM-History
      • MMM-DCMetroTrainTimes
      • MMM-MyCommute
      • MMM-AirNow
      • MMM-UVIndex
      • MMM-BMW-CC
      • MMM-Pollen
      • MMM-RecentRainfall
      • MMM-WeatherDependentClothes
      • MMM-HolidayLights
      • MMM-Snow
        I plan to un-comment the last two in the config file come christmas time. I’m still on the lookout for fun modules, so I’m sure this will be an expanding list.

      Thanks again!

      posted in Show your Mirror
      S
      Srcodesalittle
    • RE: My mirror finally finished and installed

      That’s a great looking mirror. I especially like the cable channel underneath!

      posted in Show your Mirror
      S
      Srcodesalittle

    Latest posts made by Srcodesalittle

    • Error in MMM-Mycommute (by Qistoph) when using transit mode

      Hi, I’ve been using this particular module for driving directions with no problems. Today, I decided to add transit times to my work. I chose subway as the transitMode and for some reason, I get the error of
      Error: data.status != OK: ZERO_RESULTS

      Does this mean no results could be fetched? Which would be odd since I can still plot a route using subways on google maps. The trains have been very erratic due to COVID and construction, but my other train times modules is still working without error.

      Any help would be much appreciated. Below is the config info
      Thanks in advance!

      { 
      		  module: 'MMM-MyCommute',
      		  position: 'top_right',
      		  config: {
      			apiKey: 'key',
      			origin: 'home address',
      			startTime: '00:00',
      			endTime: '23:59',
      			pollFrequency:1800000, // every thirty minutes
      			destinations: [
      			 {
      				destination: 'destination 1 address',
      				label: 'label1',
      				mode: 'driving',
      				color: '#73BDE5',// car is blue
      			  },
      			  {
      				destination: 'destination 2 address',
      				label: 'label 2',
      				mode: 'transit',
      				transitMode: 'subway',
      				color: '#7CFC00', // train is green
      				startTime: '07:00',
      				endTime: '16:00',
      				showNextVehicleDeparture: true,
      			  },
      			  ],
      			  maxCalendarEvents: 3,
      			  maxCalendarTime: 2*24 * 60 * 60 * 1000 // 2 days
      			  
      					},
      
      posted in Troubleshooting
      S
      Srcodesalittle
    • RE: Downgrading the raspberryi pi

      Thanks for responding.
      Is there any particular reason why you feel strongly about the 3b+? In terms of hardware or connectivity or what?

      posted in Hardware
      S
      Srcodesalittle
    • Downgrading the raspberryi pi

      Hi all, my mirror is currently running off a raspberry pi 4 which I’m feeling is a little too overkill for the project. I’m hoping to use that pi for other projects like a plex server, steam link, retropie etc. So, considering that I do almost all my configuration of the mirror remotely, what is a good raspberry pi to scale down to? A pi3? pi 2? What are your thoughts?

      Thanks in advance!

      posted in Hardware
      S
      Srcodesalittle
    • RE: Can't get any google distance module running

      Ok, scratch that, Mycommute seems to be working again ( l literally just tried re-enabling it, I have no idea what made it work again). Kudos :) I’m not sure how to close a topic, but please consider this closed.

      posted in Troubleshooting
      S
      Srcodesalittle
    • Can't get any google distance module running

      Hi, everyone, I’m trying to setup a module to display time between my home and my work. Mycommute used to work flawlessly but then it just stopped working and I saw others here with the same issue. So, since then I’ve tried multiple modules like MytrafficCal and GoogleTrafficTimes. Problem is, even though I’m enabling all the requested APIs and such, I’m seeing no data on the mirror. The config data has the correct API key and the origin and destination info. I still see nothing at all in my mirror.

      Does anyone have any advice? I would be grateful.
      Thanks in advance!

      posted in Troubleshooting
      S
      Srcodesalittle
    • RE: My mirror finally finished and installed

      That’s a great looking mirror. I especially like the cable channel underneath!

      posted in Show your Mirror
      S
      Srcodesalittle
    • RE: MMM-MyCommute

      @RedNax Thanks for the heads up. So, I don’t actually run a calendar module so I’m a little lost on how to specify the destination (I go to the same destination everyday).
      Could you possibly please give me a more broken down instruction on what I need to do to set a destination?
      Thanks in advance!

      posted in Transport
      S
      Srcodesalittle
    • RE: MMM-MyCommute

      Hi there. Thanks for making this module.
      I was running this flawlessly till a few days ago when it randomly just disappeared from my mirror. The API is still active, I haven’t crossed my billing threshold or anything and the startup logs do show that Mycommute has started. Do you by any chance have any suggestions on what could be happening?

      Thanks in advance!

      posted in Transport
      S
      Srcodesalittle
    • RE: Finally completed, quarantine mirror

      @Stoffbeuteluwe Thanks! :)

      posted in Show your Mirror
      S
      Srcodesalittle
    • RE: Finally completed, quarantine mirror

      @Mykle1 Thank you very much!

      posted in Show your Mirror
      S
      Srcodesalittle