Read the statement by Michael Teeuw here.
MMM-TitanSchoolMenu
-
I’m trying to only show the main entree for lunch on my MM. I can select everything and it will display the entree. I can add only vegetables and have it display those items only as well. I am unable to show only the main entree. Please advise. The data linked to the main entree looks like
"
-
@Lmagenis I can’t find MMM-TitanSchoolMenu on the module list.
-
-
Hey,
you can edit the
MMM-TitanSchoolMealMenu.js
file and then stash what you do not want have displayed. Look forappendChild
in the Lunch and/or Breakfast chapter and add//
in front for testing.
Like this:// lunchMenuList.appendChild(lunchMenuItems); lunchMenuItems.appendChild(lunchMenuTitle); // lunchMenuItems.appendChild(lunchMenuRecipes);
I think there is no option available at the moment for your belonging.
Maybe this solves your problem.
-
@chrisfr1976 Thank you! That actually pointed me in the direction of another thing I wanted to solve which was to only show the lunch menu and not the breakfast and lunch menus.