ottopaulsen / MMM-Tibber

Show data from Tibber in MagicMirror
MIT License
33 stars 11 forks source link

Background color #25

Closed gitsemsch closed 7 months ago

gitsemsch commented 2 years ago

Hi Otto.

MMM-Tibber is a great piece of work so big thanks to you. Is it possible to change the background color easily in the CCS file or some other way? I would like to have it partly transparant if possible so that it matches all other modules on the magicmirror screen.

thanks

ottopaulsen commented 8 months ago

I think this can be solved by configuring background color with a pattern object. But it requires coding.

Snille commented 7 months ago

I think the easiest way is to add the following to your custom.css

.MMM-Tibber .highcharts-background {
  opacity: 0;
} 

That works for me atleast. :)

gitsemsch commented 7 months ago

Thanks

tir. 20. feb. 2024, 08:21 skrev Erik Pettersson @.***>:

I think the easiest way is to add the following to your custom.css

.MMM-Tibber .highcharts-background { opacity: 0; }

That works for me atleast. :)

— Reply to this email directly, view it on GitHub https://github.com/ottopaulsen/MMM-Tibber/issues/25#issuecomment-1953615804, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASUG6NAHBVJHO74BAT2N3G3YURFJHAVCNFSM5NMZHPEKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJVGM3DCNJYGA2A . You are receiving this because you authored the thread.Message ID: @.***>

ottopaulsen commented 7 months ago

Great! Closing.