MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. almightyyoshi
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 31
    • Groups 0

    almightyyoshi

    @almightyyoshi

    2
    Reputation
    8
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    almightyyoshi Unfollow Follow

    Best posts made by almightyyoshi

    • RE: MMM-CalendarExt3

      @sdetweil

      Nope. Stupid mistake. Needed to be month_9.date_22.

      posted in Utilities
      A
      almightyyoshi
    • RE: MMM-CalendarExt3

      I’m having a bit of css trouble. I’m trying to display an image in the background of specific cells. It was working in July (in both CX2 and CX3) but has since stopped displaying in either.

      .CX3 .month_09.date_22 { /*first day of fall*/
              opacity:50%;
              background-position:center;
              background-repeat:no-repeat;
              background-image: url('../modules/MMM-CalendarExt3/images/Fall-Tree-small.png');
      }
      
      
      posted in Utilities
      A
      almightyyoshi

    Latest posts made by almightyyoshi

    • RE: MMM-CalendarExt3

      Is there a way to remove the space where a symbol would be only for calendars not using a symbol?

      posted in Utilities
      A
      almightyyoshi
    • RE: Default Calendar Symbols

      @plainbroke I’ve tried both of those before. They still leave a big gap. I use CalExt3 as my display, I’ve just always attributed the issue to the default calendar module, since that’s where it pulls the symbols from. But I’ll prob try to ask mmrize if there’s a css fix.

      posted in Troubleshooting
      A
      almightyyoshi
    • Default Calendar Symbols

      Is there any way to not only not display symbols for specific calendars in the default calendar, but to also remove the space where the symbol would be? If I put in something like this:

      symbol: none

      so that it can’t pull a symbol, there’s still a gap before the event title where a symbol would be and I find that gap really annoying.

      posted in Troubleshooting default calendar symbols
      A
      almightyyoshi
    • RE: MMM-Fireworks

      @chrisfr1976 Thanks for this. I installed it in April when we were selling our house and used it as a welcome sign when people came through. Question for you: would you be able to make it so we can put in just a month and day for a start date? I was hoping to put in a list of birthdays and not have to remember to change the year.

      posted in Entertainment
      A
      almightyyoshi
    • RE: MMM-CalendarExt3

      @MMRIZE That worked…after I figured out I spelled instanceId incorrectly (I had instanceID). Thanks!

      posted in Utilities
      A
      almightyyoshi
    • RE: MMM-CalendarExt3

      @MMRIZE I have two instances of CalExt3: monthly (currentMonth) and weekly (currentWeek). Except for one calendar (Dinner), they both currently shows events with the event time like this:

      7490b2cf-aa2d-4cbc-9b4f-a751723b6170-image.png

      What I’d like is for only the currentMonth instance to show events without the event time like this:

      bd4ad26a-65ea-4796-baff-daaed64cd52f-image.png

      posted in Utilities
      A
      almightyyoshi
    • RE: MMM-CalendarExt3

      @MMRIZE Perfect. Thanks!

      posted in Utilities
      A
      almightyyoshi
    • RE: MMM-CalendarExt3

      @MMRIZE Sigh. I knew it was going to be something easy like that and I was overthinking it. Thanks! Couple more questions:

      1. How can I remove the CW? I’ve tried:
      .CX3 .cell.cellHeader .cw {
              display: none;
      }
      
      .CX3 .cell .cellHeader .cw {
              display: none;
      }
      
      .CX3 .cellHeader .cw {
              display: none;
      }
      

      and

      .CX3 .cell .cw {
              display: none;
      }
      
      1. How can I remove the start time in an instance? I’ve tried:
      .CX3_currentMonth .event .time.startTime {
              display: none;
      }
      

      I got it working with a specific calendar using:

      .CX3 .event.calendar_Dinner .time.startTime {
              display: none;
      }
      
      posted in Utilities
      A
      almightyyoshi
    • RE: MMM-CalendarExt3

      I have a Cozi calendar for dinner and the event comes over as “All: Pork Tenderloin”. Is there any way to get rid of the “All:” (with either Transform or preProcessor) and keep the rest?

      posted in Utilities
      A
      almightyyoshi
    • RE: Touchscreen works wrong when screen is rotated vertical

      @viktorzonix Wow! Thanks for this. In my searching a couple of years ago, this never came up and nothing else ever had the correct info. I had just lived with the fact that I had to keep re-entering it periodically. Woo hoo!

      posted in Troubleshooting
      A
      almightyyoshi