• 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 @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
                7/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