A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Family Mirror
-
@plainbroke It’s a custom python script, and it has broken since I created this post. Working on a plan B.
-
This looks great! How did you get only the lunch menus to show?
-
@Lmagenis custom CSS:
/* MMM-TitanSchoolMealMenu CSS */ .MMM-TitanSchoolMealMenu { max-width: 500px; } .MMM-TitanSchoolMealMenu .meal-list { margin-block-start: unset; } .MMM-TitanSchoolMealMenu li { font-size: var(--font-size-small); } .MMM-TitanSchoolMealMenu ul { padding-inline-start: 0; } .MMM-TitanSchoolMealMenu .large { color: #f8dd70; line-height: unset; } .MMM-TitanSchoolMealMenu .meal-title, .MMM-TitanSchoolMealMenu .breakfast-description { display: none; }
The last entry is the key to what you’re asking.
-
@Lmagenis Looking again, it appears that my tweak to the module to add the ‘.breakfast-description’ class was never merged. I’m on my own fork of the module:
https://github.com/dathbe/MMM-TitanSchoolMealMenu/tree/combined
(Note that it’s the “combined” branch not the default branch.)
You can see the various tweaks I’ve made to my fork here:
-
@dathbe Thank you! I’m still learning all of this. I appreciate your help!