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

    Posts

    Recent Best Controversial
    • RE: Weather not working

      @sdetweil
      I read that doc and I changed weatherEndpoint to “/onecall” and put in the lat and lon variables, but now I get a parsing error: unexpected token “lat”

      posted in Troubleshooting
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil

      I changed it from appid to apiKey and the other module names to just “weather”, but still just black space where it should be in MM. Did I miss anything else?

      posted in Troubleshooting
      K
      KI6UVE
    • Weather not working

      I’ve got a fresh install of MM, but cannot get my weather working. There seems to be some places that reference the weather modules with different name, i.e. just “weather” and other places name it “currentweather” and “weatherforecast”. Also, some places use the term “apiKey” and others use the term “appid”. What is the best practice? Here is my config file:

      modules: [
        {
      	module: "alert",
        },
        {
      	module: "updatenotification",
      	position: "top_bar"
        },
        {
      	module: "clock",
      	position: "top_left"
        },
        {
      	module: "calendar",
      	header: "US Holidays",
      	position: "top_left",
      	config: {
      	  calendars: [
      		{
      		  symbol: "calendar-check",
      		  url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
      		}
      	  ]
      	}
        },
        {
      	module: "compliments",
      	position: "lower_third"
        },
        {
      	module: "currentweather",
      	position: "top_right",
      	config: {
      	  weatherProvider: "openweathermap",
      	  type: "current",
      	  location: "Poway",
      	  locationID: "5384690", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      	  appid: "c969043fff6dd1f7ef7bfa632f125d5c"
        }
      },
      {
      	module: "weatherforecast",
      	position: "top_right",
      	header: "Weather Forecast",
      	config: {
      	  weatherProvider: "openweathermap",
      	  type: "forecast",
      	  location: "Poway",
      	  locationID: "5384690", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      	  appid: "c969043fff6dd1f7ef7bfa632f125d5c"
      	}
        },
        {
      	module: "newsfeed",
      	position: "bottom_bar",
      	config: {
      	  feeds: [
      		{
      		  title: "New York Times",
      		  url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      		}
      	  ],
      	  showSourceTitle: true,
      	  showPublishDate: true,
      	  broadcastNewsFeeds: true,
      	  broadcastNewsUpdates: true
      	}
        },
      ]
      

      };

      posted in Troubleshooting
      K
      KI6UVE
    • RE: MESA-LOADER: failed to open kms_swrast

      @tacotaco
      Did you ever get this resolved? I have the same error.

      Thanks,
      Hans

      posted in Bug Hunt
      K
      KI6UVE
    • RE: MMM-Flights

      @karsten13
      Is this still an active module? I cannot seem to get it working.

      posted in Transport
      K
      KI6UVE
    • 1
    • 2
    • 2 / 2