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

    BananaBro

    @BananaBro

    1
    Reputation
    932
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    BananaBro Unfollow Follow

    Best posts made by BananaBro

    • RE: How to get 2 modules side by side?

      @j.e.f.f thanks thats already looking very promising.

      0_1520723117961_Bildschirmfoto von »2018-03-11 00-04-18«.png

      as you can see both instances of the MMM-PublicTransportBerlin module are side by side. Now it would be nice if there would be a little bit space between them.

      Maybe its just coincidence but my Mirror took ages to load. Does a custom css always slow down the first startup?

      posted in Troubleshooting
      B
      BananaBro

    Latest posts made by BananaBro

    • RE: Some Calendar Icons Missing

      I’m on the latest Magic Mirror version but icons like dumpster, drumstick-bite, trash, trash-alt are not working for me.
      calendar and birthday-cake are just fine.

      posted in Bug Hunt
      B
      BananaBro
    • RE: Some Calendar Icons Missing

      Hi,

      I’m setting up my Mirror right now and also have problems with font awesome icons.
      I tried a lot icons for my trash calendar. But the trash related icons do not work. Is there maybe a list with working icons? I’d rather not try out every icon :D

      thanks for any help

      posted in Bug Hunt
      B
      BananaBro
    • RE: [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song

      Premium Account. I just tried to create a new App in the Spotify developer dashboard with new Client ID and Secret and set up the Module once more.
      For now its working…
      Maybe it was just Spotify messing something up! I keep you updated if it will stop working for me again.
      Thanks again for this nice module.

      posted in Entertainment
      B
      BananaBro
    • RE: [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song

      Very cool module! Thanks for that.
      The Setup with your App is really easy and it seemed to work. After a restart your module loaded and showed my currently played song.
      But it won’t update. Progress bar wont run forwards. Next Song is not shown. Even after another restart the initial song is displayed.

      Do you have any Tips how to fix this? :)

      posted in Entertainment
      B
      BananaBro
    • RE: How to get 2 modules side by side?

      @j.e.f.f really appreciate your help!

      0_1520793257773_Bildschirmfoto von »2018-03-11 19-33-15«.png

      this is my result for now!

      .region.bottom.right {
        width: 720px;
        min-width: 720px;
        max-width: 720px;
      }
      
      .MMM-PublicTransportBerlin {
        display: inline-block;
        width: 45%;
        max-width: 45%;
        min-width: 45%;
        margin-left: 5%;
      }
      
      .MMM-PublicTransportBerlin:first-child {
        margin-right: 5%;
      }
      
      

      And this is my custom css if anyone is interested. I had to split the margin otherwise there was no space between the two instances.

      posted in Troubleshooting
      B
      BananaBro
    • RE: How to get 2 modules side by side?

      @j.e.f.f thx for the help. i tried to play with the percentages but it breaks the layout of the module. is there a possibility to grant more space in total?

      posted in Troubleshooting
      B
      BananaBro
    • RE: How to get 2 modules side by side?

      @j.e.f.f thanks thats already looking very promising.

      0_1520723117961_Bildschirmfoto von »2018-03-11 00-04-18«.png

      as you can see both instances of the MMM-PublicTransportBerlin module are side by side. Now it would be nice if there would be a little bit space between them.

      Maybe its just coincidence but my Mirror took ages to load. Does a custom css always slow down the first startup?

      posted in Troubleshooting
      B
      BananaBro
    • RE: How to get 2 modules side by side?

      Sry I mixed up horizontally and vertically :D
      Of course I meant it the other way around!
      My config and the rest of the text should have cleared that out though.

      posted in Troubleshooting
      B
      BananaBro
    • How to get 2 modules side by side?

      Hi,

      i have two instances of the MMM-PublicTransportBerlin Module.

      {
      			module: 'MMM-PublicTransportBerlin',
      			disabled : false,
      			position: 'bottom_right',
      			config: {
      				name: 'Leopoldplatz',
      				stationId: '900000009102',
      				hidden: false,
      				ignoredStations: [],
      				//ignoredLines: ['U5', 'U8', 'S75'],               
      				excludedTransportationTypes: 'bus', //suburban,subway   
      				travelTimeToStation: 8,
      				interval: 120000,
      				departureMinutes: 15,          
      				maxDepartures: 12,
      				marqueeLongDirections: true,
      				showColoredLineSymbols: true,  
      				useColorForRealtimeInfo: true,
      				showTableHeaders: true,
      				showTableHeadersAsSymbols: true,
      				maxUnreachableDepartures: 3,    
      				maxReachableDepartures: 7,
      				fadeUnreachableDepartures: true,
      				fadeReachableDepartures: true,
      				fadePointForReachableDepartures: 0.25,
      				excludeDelayFromTimeLabel: true
      			}
      		},
      		{
      			module: 'MMM-PublicTransportBerlin',
      			disabled : false,
      			position: 'bottom_right',
      			config: {
      				name: 'Leopoldplatz',
      				stationId: '900000009104',
      				hidden: false,
      				ignoredStations: [],
      				//ignoredLines: ['U5', 'U8', 'S75'],               
      				excludedTransportationTypes: 'bus', //suburban,subway   
      				travelTimeToStation: 8,
      				interval: 120000,
      				departureMinutes: 15,          
      				maxDepartures: 12,
      				marqueeLongDirections: true,
      				showColoredLineSymbols: true,  
      				useColorForRealtimeInfo: true,
      				showTableHeaders: true,
      				showTableHeadersAsSymbols: true,
      				maxUnreachableDepartures: 3,    
      				maxReachableDepartures: 7,
      				fadeUnreachableDepartures: true,
      				fadeReachableDepartures: true,
      				fadePointForReachableDepartures: 0.25,
      				excludeDelayFromTimeLabel: true
      			}
      		},
      

      As you can see I want them both in the bottom_right. For now they align horizontally vertically but I don’t have space for that. Side by side (vertically horizontally) is enough space and it would look much better.

      Unfortunately I don’t have a clue how to do it. Any help appreciated.

      posted in Troubleshooting
      B
      BananaBro
    • RE: HTTPS and Owncloud calendar + https rss feeds

      Ah ok. Thanks for the tip.

      Since I dont like sharing my private calendar in public, I tried to set it up without sharing the calendar.

      {	
      							url: 'webcal://cloud.linus-schuertz.de/remote.php/dav/calendars/Linus/linusics?export',
      							symbol: 'calendar-o',
      							auth: {
      								user: 'Linus',
      								pass: 'superstrongpassword',
      								method: 'basic' 
      							}
      						},
      

      This setup is working! :))

      Thanks alot for help!

      posted in Troubleshooting
      B
      BananaBro