darickc / MMM-BackgroundSlideshow

MIT License
138 stars 79 forks source link

Opacity changes #54

Closed Plainbroke closed 4 years ago

Plainbroke commented 4 years ago

can barely read on screen modules ["calendar"], ["MMM-ATM"], ["calendarH"], ["MMM-Fortune"], ["MMM-DailyQuote"], ["MMM-Gas"], ["MMM-CloneWarsQuotes"], ["MMM-Globe"], ["MMM-icanhazdadjoke"], is there a way to make the pictures in the background dimmer?

smartroad commented 4 years ago

I use: gradient: [ "rgba(0,0,0,0.8) 0%", "rgba(0,0,0,0.8) 100%"], change the 0.8 higher for darker or lower for lighter

Plainbroke commented 4 years ago

That's what I finally figured out. Thanks for the information.