MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. AnnaV
    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 1
    • Posts 2
    • Groups 0

    AnnaV

    @AnnaV

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

    AnnaV Unfollow Follow

    Latest posts made by AnnaV

    • RE: MMM-CalendarExt2 fullday events showing as 2 days

      Is it only that calendar? What if you make a fullday appointment to the work calendar, does it “spill over” too? And does it do with every event on the other calendar?

      Only thing I can suggest now, is that you apparently have just one view? Try and remove the “views: [“view1”],” line from the scenes config and the "name: “view1"” line from the views config. And I noticed MMM-CalendarExt2 being extra picky about locales, you could try and add “locale: “en-US”,” to your views config. (I had to do that to get weeks start on Monday as they do here, even if the system locale was set correct; I still had to specify it in the config files)

      posted in Troubleshooting
      A
      AnnaV
    • MMM-CalendarExt2, event title styling.

      Hello!

      I’m just setting up a MM2 for our family and I got it mostly working. Now I’m having trouble finding and/or figuring out how to style one little part that I want to change…

      Currently the Event title is like this:
      [(Icon) (Start Time) (Title)]

      and this causes almost all of the event titles to only show up as a few letters and then dots (because the column width isn’t enough, obviously).

      I’d like it to be on two rows (of course inside the same cell, still):
      [(Icon) (Start Time) (End Time)]
      [(Event Title)]

      or

      [(Icon) (Event Title) ]
      [(Start Time) (End Time)]

      Is this somehow possible? I can’t seem to find any “styles” available anywhere, like MMM-CalendarExt had, everything just points to modifying css, and I’m embarrassed to say it’s been WAY too long since I took a look inside a CSS stylesheet to figure out how to do that.

      I can figure out colors on my own, just that little modification to events.

      Any help would be much appreciated!

      posted in Troubleshooting
      A
      AnnaV