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

    Posts

    Recent Best Controversial
    • config file issue

      when magic mirror loads it displays config file issue, when i remove the wunderlist code it stops and run fine. can anyone point out the issue
      please```
      //modules: [
      {
      module: ‘MMM-Wunderlist’,
      position: ‘top_right’, // This can be any of the regions. Best results in left or right regions.
      header: ‘UPCOMING REMINDERS’, // This is optional
      config: {
      clientID: ‘xxxxxxxxxxxxxx’,
      accessToken: ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’
      lists: [ “inbox”],
      interval: 60
      fade: true
      }
      },
      ]
      modules: [
      {
      module: “alert”,
      },
      {
      module: “updatenotification”,
      position: “top_bar”
      },
      {
      module: “clock”,
      position: “top_left”
      },
      {
      module: “calendar”,
      header: “UK Holidays”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: "calendar-check-o ",
      url: “webcal://www.calendarlabs.com/templates/ical/UK-Holidays.ics”
      }
      ]
      }
      },
      {
      module: “compliments”,
      position: “lower_third”
      },
      {
      module: “currentweather”,
      position: “top_right”,
      config: {
      location: “New York”,
      locationID: “”, //ID from http://www.openweathermap.org/help/city_list.txt
      appid: “YOUR_OPENWEATHER_API_KEY”
      }
      },
      {
      module: “weatherforecast”,
      position: “top_right”,
      header: “Weather Forecast”,
      config: {
      location: “New York”,
      locationID: “5128581”, //ID from http://www.openweathermap.org/help/city_list.txt
      appid: “YOUR_OPENWEATHER_API_KEY”
      }
      },
      {
      module: “newsfeed”,
      position: “bottom_bar”,
      config: {
      feeds: [
      {
      title: “Threatpost”,
      url: “https://threatpost.com/feed/”
      }
      ],
      showSourceTitle: true,
      showPublishDate: true
      }
      },
      ]

      };

      posted in Troubleshooting
      O
      oj96
    • 1 / 1