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

    Posts

    Recent Best Controversial
    • RE: Third Party modules does not work

      Thanks for this advice. The module for public transports is working correnctly now! But I still have problems with the soccer module. It still shows “loading”. Any ideas? Maybe the syntax in the last line with leagues: … ???

      Thank you!

      posted in Troubleshooting
      N
      nem1
    • RE: Third Party modules does not work

      Hey guys,

      I also have a problem with 3rd party modules.

      I tried to add MMM-PublicTransportBerlin and MMM-soccer, but both are not working. After adding the modules the mirror shows just “loading” at the given position. Both modules are installed in: /MagicMirror/modules/ in seperated folders.

      Here you can see my entries in the config to the mentioned modules:

      {
      module: ‘MMM-PublicTransportBerlin’,
      position: ‘top_right’,
      config: {
      name: “Alexanderplatz”,
      stationId: 9100003,
      hidden: false,
      ignoredStations: [9100003,2342,1337],
      excludedTransportationTypes: ‘bus,suburban,subway’,
      delay: 10,
      interval: 120000,
      departureMinutes: 10,
      maxDepartures: 15,
      marqueeLongDirections: true,
      showColoredLineSymbols: true,
      useColorForRealtimeInfo: true,
      showTableHeadersAsSymbols: true,
      maxUnreachableDepartures: 3,
      maxReachableDepartures: 7,
      fadeUnreachableDepartures: true,
      fadeReachableDepartures: true,
      fadePointForReachableDepartures: 0.25
      }
      },

      {
      module: ‘MMM-soccer’,
      position: ‘bottom_right’,
      config: {
      api_key: ‘my key’,
      colored: ‘false’,
      show: ‘GERMANY’,
      leagues: ‘{“GERMANY”:430}’
      }
      },

      Would be great if anybody can help! All default modules are working correctly.

      Thank you!

      posted in Troubleshooting
      N
      nem1
    • 1
    • 2
    • 3
    • 3 / 3