MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Tekki
    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 5
    • Groups 0

    Tekki

    @Tekki

    0
    Reputation
    506
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Tekki Unfollow Follow

    Latest posts made by Tekki

    • RE: MMM-PublicTransportDB empty connections

      Hey Jay,
      Does the module still work in your installation?
      Unfortunately it does not work in my installation.
      Here is the error message I get in the console.

      Transportation fetcher created. (Station ID: 8000105)
      (node:1126) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'name' of undefined
      (node:1126) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      
      

      And here my Config.

      {
          module: 'MMM-PublicTransportDB',
          position: 'top_right',
          config: {
              name: "Bahnhof",
              stationId: '8000139',
      	hidden: false,
              ignoredStations: [], 
              excludedTransportationTypes: '',   
              delay: 0,
              interval: 120000,
              departureMinutes: 30,          
              maxDepartures: 15,
              marqueeLongDirections: true,
              showColoredLineSymbols: true,  
              useColorForRealtimeInfo: true,
              showTableHeadersAsSymbols: true,
              maxUnreachableDepartures: 3,    
              maxReachableDepartures: 7,
              fadeUnreachableDepartures: true,
              fadeReachableDepartures: true,
              fadePointForReachableDepartures: 0.25
          }
      },
      
      posted in Troubleshooting
      T
      Tekki
    • RE: MMM-PublicTransportDB

      Hello,

      I found the following message in the console.

      Transportation fetcher created. (Station ID: 8000139)
      (node:5048) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'name' of undefined
      (node:5048) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code
      

      Can someone help me?

      posted in Troubleshooting
      T
      Tekki
    • RE: MMM-PublicTransportDB

      Attached is the output in the console.

      Initializing MagicMirror.
      translator.js:197 Loading core translation file: translations/en.json
      translator.js:219 Loading core translation fallback file: translations/en.json
      loader.js:182 Load script: modules/MMM-PublicTransportDB//MMM-PublicTransportDB.js
      module.js:414 Module registered: MMM-PublicTransportDB
      loader.js:152 Bootstrapping module: MMM-PublicTransportDB
      loader.js:182 Load script: vendor/node_modules/moment/min/moment-with-locales.js
      loader.js:182 Load script: modules/MMM-PublicTransportDB//./vendor/bluebird-3.4.5.min.js
      loader.js:157 Scripts loaded for: MMM-PublicTransportDB
      loader.js:197 Load stylesheet: modules/MMM-PublicTransportDB//style.css
      loader.js:159 Styles loaded for: MMM-PublicTransportDB
      loader.js:161 Translations loaded for: MMM-PublicTransportDB
      loader.js:197 Load stylesheet: css/custom.css
      :8080/modules/MMM-PublicTransportDB//MMM-PublicTransportDB.js:29 Starting module: MMM-PublicTransportDB
      main.js:422 All modules started!
      module.js:117 MMM-PublicTransportDB received a system notification: ALL_MODULES_STARTED
      module.js:117 MMM-PublicTransportDB received a system notification: DOM_OBJECTS_CREATED```
      posted in Troubleshooting
      T
      Tekki
    • MMM-PublicTransportDB

      I have installed the module MMM-PublicTransportDB and adjusted the Config.
      After a reboot this mirror appears at the module position only Loading …
      What do I have to adjust to make the module work?
      Here is my config

      {
          module: 'MMM-PublicTransportDB',
          position: 'top_right',
          config: {
              name: "Bahnhof",
              stationId: 8000139,
              hidden: false,
              ignoredStations: [], 
              excludedTransportationTypes: '',   
              delay: 10,
              interval: 120000,
              departureMinutes: 300,          
              maxDepartures: 15,
              marqueeLongDirections: true,
              showColoredLineSymbols: true,  
              useColorForRealtimeInfo: true,
              showTableHeadersAsSymbols: true,
              maxUnreachableDepartures: 3,    
              maxReachableDepartures: 7,
              fadeUnreachableDepartures: true,
              fadeReachableDepartures: true,
              fadePointForReachableDepartures: 0.25
          }
      },
      
      posted in Troubleshooting
      T
      Tekki
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      Hallo,
      ich möchte das Modul MMM-PubliTransportDB einsetzen. Dieses habe ich installiert und die Config angepass. Es wird mir auf dem Mirror jedoch nur Loading… angezeigt. Das ganze läuft auf einem Rpi 3.
      Anbei noch die Config die nutzen möchte.

        	{
          module: 'MMM-PublicTransportDB',
          position: 'top_right',
          config: {
              name: "Günzburg",
              stationId: 8000139,
              hidden: false,
      	ignoredStations: [],
              ignoredLines: [],               
              excludedTransportationTypes: '',   
              delay: 0,
              interval: 120000,
              departureMinutes: 2,          
              maxDepartures: 15,
              marqueeLongDirections: true,
              showColoredLineSymbols: true,  
              useColorForRealtimeInfo: true,
              showTableHeaders: true,
              showTableHeadersAsSymbols: true,
              maxUnreachableDepartures: 3,    
              maxReachableDepartures: 7,
              fadeUnreachableDepartures: true,
              fadeReachableDepartures: true,
              fadePointForReachableDepartures: 0.25
          }
      },
      

      Vielen Dank
      Ralph

      posted in Transport
      T
      Tekki