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

    Topics

    • M

      MagicMirror on a MacBook White

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      5
      2
      1 Votes
      5 Posts
      4k Views
      M
      @Mykle1 Yes I did :)
    • M

      My second Magic Mirror (without a mirror)

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      18
      3
      6 Votes
      18 Posts
      13k Views
      earnestrichardsE
      Very nice mirror. I really like the framing as well as your content choices. I’m working on copying some of what you did… I successfully installed the before-current-next month calendars. I figured out how to copy what you did with the ‘extra’ days on the beginning and end of each month. What I can’t seem to get going is how to have only the current month’s current day highlighted. Pointer? Please.
    • M

      My first MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      19
      1
      1 Votes
      19 Posts
      13k Views
      S
      @sdetweil After doing more reading, I found the modified .js file on GitHub. Replace original ~/MagicMirror/modules/calendar_monthly/calendar_monthly.js with this one (not mine) and edit ~/MagicMirror/config/config.js to load the module as follows: { disabled: false, module: 'calendar_monthly', position: "top_left", config: { showHeader: true, // cssStyle: "", monthOffset: 0, } }, That will show the current month. If you want the previous month, then add the module again before the current month and change monthOffset to -1. For the next month, add the module again after the current month and change monthOffset to 1. If you want current month plus the next two months, then add the module three times with monthOffset set to 0, 1, and 2.
    • 1 / 1