Read the statement by Michael Teeuw here.
MMM-Paprika
-
Evening
I have MMM-PaprikMenu installed and working on MagicMirror however, I am looking at trying to display it slightly different.
It currently displays in a vertical manner, but i’d like it to be horizontal, essentially i’d have 3 instances - 1 would show breakfast only, another lunch, another dinner.
Part of the issue I suspect is that the mealSortOrder is expecting each value for Breakfast(0), Lunch(1), Dinner (2) and Snack(3) at least once - so you cannot just list 0 and only display breakfast
Is there a way this can be achieved?
If not in MMM-PaprikaMenu, perhaps another module? -
@Cybex999 this module uses the templating system nunjucks
If you Look at the njk you can see it builds a vertical table
You could rewrite part of the njk to use th to define columns

