Skip to content

Releases: balassy/MMM-Futar

Multiple instance fix

20 Sep 04:18
Compare
Choose a tag to compare

This is a bugfix release to correct issues with the new data fetch mechanism when the module was added to the MagicMirror in multiple instances.

No more JSONP

17 Sep 02:29
ec43ca7
Compare
Choose a tag to compare

The Futár API has removed support for JSONP, so this release contains a rebuilt data fetch mechanism that works without JSONP.

For developers: the module no longer requires grunt to run the linters, and all developer dependencies have been updated to their latest versions.

Language fix

19 Aug 08:35
2a46e7d
Compare
Choose a tag to compare

This is a bugfix release that resolves the following issue:

  • Schedule information always in English (Issue #10)

Security update (lodash, mixin-deep, set-value)

31 Jul 03:07
Compare
Choose a tag to compare

This is a maintenance release that updates all third party developer dependencies to the latest version. This change should not affect the functionality of the module.

Using the new BKK Futár API URL

10 Jul 04:31
Compare
Choose a tag to compare
  • FIXED: This release uses the changed BKK API base URL through HTTPS and bypasses the CORS restrictions with JSONP.

Please run npm install after downloading this version.

Filter early departure times

24 Jan 16:59
Compare
Choose a tag to compare

ADDED: Too early stop times can be hidden with the new hideStopTimesInNextMinutes configuration setting.

Fixed vehicle icons

24 Jan 16:16
Compare
Choose a tag to compare
  • FIXED: The ferry, rail, subway and trolleybus vehicle icons are displayed properly. Subway and trolleybus text colors are slightly adjusted. See issue #5.

Alerts and route names in every stop time

14 Dec 04:58
Compare
Choose a tag to compare
  • ADDED: The route name can be displayed in every stop time using the new showRouteNameInStopTime configuration switch.
  • ADDED: The route name can be displayed in every stop time in colors using the new coloredRouteNameInStopTime configuration switch.
  • ADDED: Operational alerts are displayed in every stop time by default, but this behavior can be changed using the properties of the new alerts object in the configuration.

Check the README for details about the new configuration options.

Colored symbols and head text

12 Dec 04:55
Compare
Choose a tag to compare
  • ADDED: The symbol and the head text are colored colored by default, but this behavior can be changed with the new colorSymbolInHead, coloredTextInHead, coloredSymbolInStopTime and symbolColors configuration settings. See issue #3 for details.

  • ADDED: More information to the README about how to get the routeId. See PR #2 for details. Thanks @radokristof!

Limiting the number of items

12 Dec 04:46
Compare
Choose a tag to compare
  • ADDED: The maximum number of displayed items can be configured with the maxNumberOfItems setting.