Read the statement by Michael Teeuw here.
MMM-UKNationalRail - Rail departure info for specific UK Railway stations
-
Hi Tenpin,
Sounds like me and you want the same thing!
I’m currently having issues with my module updating after a refresh though, don’t know what is going on there! Essentially after I restart the Mirror, the module will work for a couple of hours, then when I get up the next day it will still be showing last nights times, almost like it’s frozen.
How did you get the Header sorted and column headings?I am also using MMM-ModuleScheduler to display the specific Trains at different times.
I have three modules running see below, where my app id and app key I have replaced with xxx.
One for my partner, Monday to Friday from Home to Work in the morning. Stirling - Dundee (See Station Code is Stirling, calling_at: Dundee)
One for my partner, Monday to Friday from Work to Home in the evening. Dundee - Stirling (See Station Code is Stirling, called_at: Dundee)
One for me, Tuesday to Thursday from Home to Work in the morning. Stirling - Glasgow (See Station Code is Stirling, calling_at: Glasgow){ module: 'MMM-UKNationalRail', position: 'bottom_left', header: 'Stirling - Glasgow', //Optional - delete this line to turn OFF the header completely classes: 'scheduler', config: { module_schedule: {from: '0 7 * * 2-4', to: '0 9 * * 2-4' }, stationCode: 'STG', // CRS code for station calling_at: 'GLQ', app_id: 'xxx', // TransportAPI App ID app_key: 'xxx', // TransportAPI App Key maxResults: 3, //Optional - Maximum results to display. showOrigin: true //Optional - Show the origin of the train in the table } }, { module: 'MMM-UKNationalRail', position: 'bottom_left', header: 'Stirling - Dundee', //Optional - delete this line to turn OFF the header completely classes: 'scheduler', config: { module_schedule: {from: '0 7 * * 1-5', to: '0 9 * * 1-5' }, stationCode: 'STG', // CRS code for station calling_at: 'DEE', app_id: 'xxx', // TransportAPI App ID app_key: 'xxx', // TransportAPI App Key maxResults: 3, //Optional - Maximum results to display. showOrigin: true //Optional - Show the origin of the train in the table } }, { module: 'MMM-UKNationalRail', position: 'bottom_left', header: 'Dundee to Stirling', //Optional - delete this line to turn OFF the header completely classes: 'scheduler', config: { module_schedule: {from: '0 17 * * 1-5', to: '30 19 * * 1-5' }, stationCode: 'STG', // CRS code for station called_at: 'DEE', app_id: 'xxx', // TransportAPI App ID app_key: 'xxx', // TransportAPI App Key maxResults: 3, //Optional - Maximum results to display. showOrigin: true //Optional - Show the origin of the train in the table } },
This is my partner’s trians for coming home
https://imgur.com/a/OGflgLi
See it doesn’t list Stirling. It lists end destination and origin station. -
@tenpinmark Any chance you can post the code you used to fix it ? (or submit a fork to switch to instead)
@Glass92 I had similar problems (and only with this module). My solution was to create a cron job to reboot the mirror after midnight, which restarted the code. It’s not ideal, and actually introduces other issues with the HDMI port (will sometimes fail to initialise the display). I’ve since removed the cron job, and now just manually reboot if needed (usually once every couple of days)
-
Is there a way to make it work?
-
Getting emails from transportapi.com saying I’m over my call limit. Anyone else?
-
Looks like transportAPI.com has changed their free tier to just 30 calls per day. This module (for me) seems to have used almost 300 per day previously.
Also it doesn’t look like the module is maintained by the developer anymore. -
Is anyone able to show how I can get arrivals as well as departures showing?
I tried this, but it’s still only showing Departures.{ module: 'MMM-UKNationalRail', position: 'bottom_left', header: 'Departure', //Optional - delete this line to turn OFF the header completely config: { stationCode: 'CUF', // CRS code for station app_id: '8e9c6489', // TransportAPI App ID app_key: 'd8*********************7c9c45550', // TransportAPI App Key maxResults: 5, //Optional - Maximum results to display. showOrigin: false, //Optional - Show the origin of the train in the table type: "arrival,departure" } },
-
@Bungle68 it appears this module is no longer maintained, and most of the code is 6 years old.
wko knows what has changed in that time
-
@sdetweil Thanks
It seems to be working now, I just can’t get the platform numbers up.
Is there an alternative module? 🙏 -
@Bungle68 sorry, no idea
-
@Bungle68 what shows for showPlatform:true??
says - if no platform info