Read the statement by Michael Teeuw here.
MMM-Scrobbler CSS
-
@yawns that worked perfect. Now it’s blocking the bottom MyCommute module, any ideas how to get that fixed?
Screen Shot 2018-07-04 at 12.18.22 PM 🌚 -
@SoleLo , add the following into the module config
header:
So for example
module: ‘MMM-Scrobbler’,
position: 'top_right', header: 'insert your text here' config: {
Should work, let me know if it doesnt
-
@spwood100 I got it to work but it shows up over the MyCommute module…
-
@SoleLo , that would be something to do with the relative sizes of the modules. You would probably need to play about with some custom css to get these to not overlap, something I am still struggling with on my screen from time to time.
Some excellent posts in the forum on css though:
You could also post in the CSS help section?
https://forum.magicmirror.builders/category/31/development
Cheers
-
@spwood100 thanks I actually just did some trial and error and figured it out, It was much simpler than I thought.