MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. dannclose
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    dannclose

    @dannclose

    0
    Reputation
    194
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dannclose Unfollow Follow

    Latest posts made by dannclose

    • Calendar - not refreshing after event

      I can’t get my calendar to refresh without quitting MM and restarting?? this is my config.js:

      {
                  module: "calendar",
                  header: "Work Schedule",
                  fetchInterval: 10000,
                  position: "top_left",
                  config: {
                      calendars: [
                          {
                              symbol: "calendar-check-o ",
                              fetchInterval: 10000,
                              url: "url to icloud public calendar"
                          }
                      ]
                  }
      
      posted in Troubleshooting
      D
      dannclose