MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. BananaBro
    3. Posts
    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

    Posts

    Recent Best Controversial
    • 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
    • RE: HTTPS and Owncloud calendar + https rss feeds

      @Sean said in HTTPS and Owncloud calendar + https rss feeds:

      @BananaBro
      webcal://cloud.linus-schuertz.de/remote.php/dav/public-calendars/J41TY60YCHZ4MCQP?export
      I think this is right url of your iCal.

      This one actually works. Thanks dude. But how could you know ? :D is there any basic knowledge im missing? Is this anywhere in the owncloud documentary?

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

      I didn’t share the real link :D sry.

      https://cloud.linus-schuertz.de/remote.php/dav/calendars/Linus/linusics/

      i also tried to use a public link like this one where you dont have to authencitate:

      https://cloud.linus-schuertz.de/index.php/apps/calendar/p/J41TY60YCHZ4MCQP/magic_mirror_test

      doesnt work either

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

      Already tried without webcal:// . It won’t work either.

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

      Re: Calendar module - https URL

      Hi,
      I’m new to MagicMirror and trying to set it up on my Raspberry Pi 2 before I buy all the Hardware.
      I have my own Owncloud (on a hosted webspace) with SSL-Certificate. I tried to set it up like in the thread mentioned above. My calendar config:

      {
      			module: "calendar",
      			header: "Linus Kalendar",
      			position: "top_right",
      			config: {
      					colored: false,
      					calendars: [
      						{	
      							url: "webcal://https://mycloud.de/remote.php/dav/calendars/Linus/linusics/",
      							symbol: 'calendar-o',
      							auth: {
      								user: 'Linus',
      								pass: 'superstrongpassword,
      								method: 'basic' 
      							}
      						},	
      						{
      							symbol: 'calendar-o',
      							url: "http://i.cal.to/ical/3/borussiadortmund/bundesliga-spielplan/cb9838d6.22dc3615-9550730a.ics"
      						}	
      					],
      			},
      		},
      

      No problems with the second calendar but the first one from my Owncloud won’t show up. Any suggestions?

      I also have problems to get https rss feeds to work. Neither with the default rss module nor with the MMM-RSS-FEED module. Is there any chance to get it work?

      Thanks for any Help :)

      posted in Troubleshooting
      B
      BananaBro
    • 1 / 1