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

    twontonhammer

    @twontonhammer

    0
    Reputation
    322
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    twontonhammer Unfollow Follow

    Latest posts made by twontonhammer

    • RE: MMM-GoogleMapsTraffic, Sorry! Something went wrong and I don't know what

      @yawns, Thank you! I didn’t understand you have to apply the same attributes to the top of the config as the bottom. Like I said i’m new to this, but i thought at the top of the config you call out the modules and at further down in the config you define all the attributes.

      posted in Troubleshooting
      T
      twontonhammer
    • MMM-GoogleMapsTraffic, Sorry! Something went wrong and I don't know what

      Re: MMM-GoogleMapsTraffic

      Hi, I just recently built a Magic Mirror. I had the google maps traffic module working for a while then it stopped working, I’ve been beating my head against the wall for the past few days. I’m a total noob when it comes to all this stuff so any help would be greatly appreciated.

      modules: [
      	{
      		module: "alert",
                          
      	},
                  {
                          module: 'MMM-Snow',
      	        position: 'fullscreen_above',
      	},
                  {
                          module:"MMMM-Admin-Interface"
                  },
                  {
      		module: "clock",
      		position: "top_left"
      	},
                  {       module: 'MMM-GoogleMapsTraffic',
                          position: 'top_left',
                  ,
                  {
      		module: "calendar",
      		header: "US Holidays",
      		position: "top_right",
      		config: {
      			calendars: [
      				{
      					symbol: "calendar-check-o ",
      					url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
                                          }
      			]
      		}
      	},
      	{
      		module: "compliments",
      		position: "bottom_bar"
      	},
      	{
      		module: "currentweather",
      		position: "top_right",
      		config: {
      			location: "",
      			locationID: "",  //ID from https://www.openweathermap.org/help/city_list.txt
      			appid: ""
      		}
      	},
      	{
      		module: "weatherforecast",
      		position: "top_left",
      		header: "Weather Forecast",
      		config: {
      			location: "",
      			locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      			appid: ""
      
                  {
                            module: 'MMM-GoogleMapsTraffic',
                            position: 'top__left',
                            config: {
                                    key: 'I HAVE THIS',
                                    lat: 50.235,
                                    lng: -78.129,
                                    height: '300px',
                                    width: '300px'
                            }
                  },
                  {
      		module: "newsfeed",
      		position: "bottom_bar",
      		config: {
      			feeds: [
      				{
      					title: "New York Times",
      					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      				}
      			],
      			showSourceTitle: true,
      			showPublishDate: true
      		}
      	},
      ]
      

      };

      posted in Troubleshooting
      T
      twontonhammer