• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. insofern
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
I
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 3
  • Groups 0

insofern

@insofern

0
Reputation
324
Profile views
3
Posts
0
Followers
0
Following
Joined Apr 28, 2018, 2:49 PM
Last Online May 2, 2018, 7:24 PM

insofern Unfollow Follow

Latest 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
    May 1, 2018, 10:44 AM
  • 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
    Apr 29, 2018, 10:40 AM
  • 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
    Apr 28, 2018, 2:54 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy