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

    Topics

    • M

      no font on ext3timeline

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      13
      0 Votes
      13 Posts
      1k Views
      S
      @mischag ok, color, opaqueness whats above that fontsize custom.css was used didpkay:none; would hide it too
    • M

      Lost Swipe functionality

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      594 Views
      S
      @sdetweil Correct, not sure why I wrote buster when os-release clearly stated bookworm.
    • M

      CalendarExt3Timeline disappeared

      Watching Ignoring Scheduled Pinned Locked Moved Productivity
      4
      0 Votes
      4 Posts
      452 Views
      S
      @mischag ok, so I think you need to reduce the config the the two modules Calendar and ext3timeline Simplest is to add disabled: true, To each other module after its position line Then once you solve this, change true to false
    • M

      Large google calendar not loading

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      9
      0 Votes
      9 Posts
      482 Views
      S
      @mischag ALL config for ALL modules goes in config.js. all the stuff in a module config BEFORE the config:{} section is info for the MagicMirror runtime. everything inside the config:{} section belongs to the module so in the MMM-CalendarExt3 module config section maybe you want a transformer as you want to change it { module:'MMM-CalendarExt3', position: xxx , config:{ mode:'month', eventTransformer: (event) => { if(event.title.includes('Mary') event.color='red' // always return the event return event; }, } }
    • 1 / 1