• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Album art from LastFm Module covering weekly forecast?

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 3 Posters 4.2k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    Anthony_Haddad
    last edited by Jan 4, 2017, 12:51 AM

    Hey guys, I hope you all had a Happy New Year! I installed the Last FM Module over the recent holiday, but once I started up the MM I realized that the Album Art is covering the forecast as shown below. Unfortunately I only know Python fluently and my CSS isn’t the best hahaha :) I would like to keep this module in the corner is it possible?
    0_1483491030624_FORUM.png
    Thanks in advance
    -Tony

    S 1 Reply Last reply Jan 5, 2017, 11:53 AM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @Anthony_Haddad
      last edited by Jan 5, 2017, 11:53 AM

      @Anthony_Haddad i guess the newsfeed is in bottom_bar? bottom_bar is underneath of bottom_right https://forum.magicmirror.builders/topic/286/regions set the region of the newsfeed to bottom_center

      Please create a github issue if you need help, so I can keep track

      A 1 Reply Last reply Jan 5, 2017, 2:03 PM Reply Quote 0
      • A Offline
        Anthony_Haddad @strawberry 3.141
        last edited by Jan 5, 2017, 2:03 PM

        @strawberry-3.141 Yes, you were right! It worked! Thank You! BUT unfortunately the album art is still covering the last two lines of the weekly forecast. Here is the CSS for the module: https://github.com/PtrBld/MMM-Scrobbler/blob/master/MMM-Scrobbler.css Is it possible to reduce the size of the album art? I’ve tried playing with the numbers but only managed to move the module more to the right…

        B S 2 Replies Last reply Jan 5, 2017, 2:23 PM Reply Quote 0
        • B Offline
          broberg Project Sponsor @Anthony_Haddad
          last edited by Jan 5, 2017, 2:23 PM

          @Anthony_Haddad

          There is no class assigned in the js file, so you might have to change some code.

          find

          <img src='"+ this.songData.image +"' width='200'>
          

          in the MMM-Scrobbler.js change it to

          <img src='"+ this.songData.image +"' width='150' height='150'>
          
          A 1 Reply Last reply Jan 5, 2017, 3:00 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @Anthony_Haddad
            last edited by Jan 5, 2017, 2:53 PM

            @Anthony_Haddad did you try

            .MMM-Scrobbler .album-art img {
              height: 150px;
              width: 150px;
            }
            

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 0
            • A Offline
              Anthony_Haddad @broberg
              last edited by Jan 5, 2017, 3:00 PM

              @broberg Thanks mate! It does reduce the size of the album art, you wouldn’t happen to know how remove the title of the album? So the module could drop down a little further as everything is still cramped up. Thank you for your help so far.

              S 1 Reply Last reply Jan 5, 2017, 3:03 PM Reply Quote 0
              • S Offline
                strawberry 3.141 Project Sponsor Module Developer @Anthony_Haddad
                last edited by Jan 5, 2017, 3:03 PM

                @Anthony_Haddad

                .MMM-Scrobbler .album-name {
                  display: none;
                }
                

                Please create a github issue if you need help, so I can keep track

                A 1 Reply Last reply Jan 5, 2017, 3:08 PM Reply Quote 0
                • A Offline
                  Anthony_Haddad @strawberry 3.141
                  last edited by Jan 5, 2017, 3:08 PM

                  @strawberry-3.141 @broberg Thank you so much guys! It looks perfect!

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    2/8
                    Last post
                  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