Skip to content

v3.0.0-BETA-1 released

Pre-release
Pre-release

Choose a tag to compare

@Nisbo Nisbo released this 12 Apr 11:07
5ea61b0

Card editor was reworked to use getConfigForm(). This makes it easier to add and modify options.

Currently, this is only implemented in the content-card-another-mvg card. The content-card-another-mvg-big card will be updated later once all options are implemented in the main card.

v3.0.0 introduces new features for improved card configuration

Multiple stops support

It is now possible to add more than one stop to the card.
You can either add different stops or add the same stop multiple times to display different transport filters.

Extended configuration options per stop

In addition to the settings defined in the entity configuration, you can further customize each stop:

  • Change the display format
  • Filter transportation types
  • Add a custom name (HTML possible)
  • Set a maximum number of departures
  • Always display a fixed number of departures, even if fewer are available, using placeholder rows

You can define these options individually for each stop in your card configuration.

  • grafik
  • grafik
  • grafik

Options

  • grafik
  • grafik

Color Options

  • grafik
  • grafik

Additional stops

  • grafik

Additional Stop Configuration

  • grafik
  • grafik
  • grafik

Here you can specify up to 4 additional stops that will be displayed on the same card. You can add more stops in the YAML configuration by following the pattern entity6, entity7, etc. The pattern also applies to the display options (displayOptions6, displayOptions7, etc.), the transport types (transportTypes6, transportTypes7, etc.), the maximum number of departures (maxDepartures6, maxDepartures7, etc.), and the name of the stop (name6, name7, etc.).