A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
News feed cannot hide description
-
Hello,
I try to hide the description just below the first line of news, but it didn’t work.
I tried to force “false” on showDescription option, but it’s not working neither.
How can I do it ? -
you can put this into
css/custom.css
file:.newsfeed-desc { display: none; }
-
@mattx38 it would not be “false” in quotes.
that is a string, and it’s value is true regardless of it’s contents -
Thank you.
Why do I need to modify the custom.css rather than the config.json ?
In other words, why isn’t it working ? -
@mattx38 in config.js, did you use false in quotes?
showDescription:"false"
this is incorrect
true or false do NOT use quotes
it should beshowDescription: false
-
showDescription
is the way you should enable/disable this, but it seems there is a bug in the current version of mm, see https://github.com/MichMich/MagicMirror/issues/2517