MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. insofern
    3. Posts
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by insofern

    • MMM-SwissCommute Position of multiple Modules

      I successfully installed this module and it works fine. I want to use this module several times for several connections and get all the modules in the top right corner one below another.

      My code looks like this:

      {
      			module: 'MMM-SwissCommute',
      			position: 'top_right',
      			header: 'Winterthur - Zurich',
      			config: {
      				from: 'Winterthur', // Start train station
      				to: 'Eschlikon', // Destination station
      				maximumEntries: 2, // Max departures displayed
      				minWalkingTime: 10, // Minimum time to get to the station
      			}
      		},
      		{
      			module: 'MMM-SwissCommute',
      			position: 'top_right',
      			header: 'Winterthur - Lausanne',
      			config: {
      				from: 'Winterthur', // Start train station
      				to: 'Lausanne', // Destination station
      				maximumEntries: 2, // Max departures displayed
      				minWalkingTime: 10 // Minimum time to get to the station
      			}
      		},
      

      where I just take the module one after another.

      The outcome looks like this, where the modules are placed next to each other.
      0_1525171435686_1524927276920-screen_mm.png

      Does anybode know how to fix this?

      Thanks

      posted in Troubleshooting
      I
      insofern
    • RE: MMM-SwissStationboard

      @vanhoekd-0 thank you for your reply.

      I thought to ask the question here, because you reference the swisscommute module on your GitHub page. Wanted to try my luck 🙂

      But of course, feel free to move it to a more fitting place

      posted in Troubleshooting
      I
      insofern
    • RE: MMM-SwissStationboard

      I have a question to the MMM-SwissCommute Module. Perhaps anyone can help me within this topic:

      My code looks like this:

      {
      			module: 'MMM-SwissCommute',
      			position: 'top_right',
      			header: 'Winterthur - Zurich',
      			config: {
      				from: 'Winterthur', // Start train station
      				to: 'Eschlikon', // Destination station
      				maximumEntries: 2, // Max departures displayed
      				minWalkingTime: 10, // Minimum time to get to the station
      			}
      		},
      		{
      			module: 'MMM-SwissCommute',
      			position: 'top_right',
      			header: 'Winterthur - Lausanne',
      			config: {
      				from: 'Winterthur', // Start train station
      				to: 'Lausanne', // Destination station
      				maximumEntries: 2, // Max departures displayed
      				minWalkingTime: 10 // Minimum time to get to the station
      			}
      		},
      

      And I hoped to get the two Modules in the top-right corner, one below another. But for some reason they appear next to each other without a space (see figure).

      Does anyone know how to get the modules one below another?0_1524927274964_screen_mm.png

      posted in Troubleshooting
      I
      insofern
    • 1 / 1