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

    Tabbe

    @Tabbe

    0
    Reputation
    256
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Tabbe Unfollow Follow

    Latest posts made by Tabbe

    • RE: MMM-CalendarExt

      @sean
      Ah, somehow it is now working. Thanks!

      posted in Productivity
      T
      Tabbe
    • RE: MMM-CalendarExt

      @sean
      This is weird. I did update module and still not getting like that.

      :~/MagicMirror/modules/MMM-CalendarExt$ git pull
      Already up-to-date.
      

      Also, I would like it to be on current since it shows current date event. What I am trying to show is birthdays and suchs.

      posted in Productivity
      T
      Tabbe
    • RE: MMM-CalendarExt

      @sean
      I want to display weekday name, like saturday.

      posted in Productivity
      T
      Tabbe
    • RE: MMM-CalendarExt

      @sean said in MMM-CalendarExt:

      @tabbe
      https://github.com/eouia/MMM-CalendarExt/wiki/Configuration#defaultview

      Use dateFormat

      I did try with that but still it remains unchanged.

              current: {
                              title: "Test",
                              dateFormat: "dddd",
                              titleFormat: "dddd",
                              overTitleFormat : "dddd",
                              position: 'top_left',
                              useRelative: 0,
                              limit:2
                },
      

      I also tried without other formating and with basic M.D format.

      alt text

      posted in Productivity
      T
      Tabbe
    • RE: MMM-CalendarExt

      Hi all!

      Is there way to format the date of current and upcoming views? I used

                titleFormat: "dddd",
                overTitleFormat : "dddd",
      

      But still date format is unchanged.

      posted in Productivity
      T
      Tabbe