MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Family Mirror

    Scheduled Pinned Locked Moved Show your Mirror
    8 Posts 4 Posters 2.3k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      dathbe @plainbroke
      last edited by

      @plainbroke It’s a custom python script, and it has broken since I created this post. Working on a plan B.

      1 Reply Last reply Reply Quote 0
      • L Offline
        Lmagenis
        last edited by

        This looks great! How did you get only the lunch menus to show?

        D 2 Replies Last reply Reply Quote 0
        • D Offline
          dathbe @Lmagenis
          last edited by

          @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.

          1 Reply Last reply Reply Quote 1
          • D Offline
            dathbe @Lmagenis
            last edited by dathbe

            @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:

            https://github.com/evanhsu/MMM-TitanSchoolMealMenu/pulls

            L 1 Reply Last reply Reply Quote 0
            • L Offline
              Lmagenis @dathbe
              last edited by

              @dathbe Thank you! I’m still learning all of this. I appreciate your help!

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy