MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Calendar - not refreshing after event

    Troubleshooting
    2
    2
    599
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dannclose last edited by

      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"
                          }
                      ]
                  }
      
      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @dannclose last edited by A Former User

        @dannclose

        {
                    module: "calendar",
                    header: "Work Schedule",
                    fetchInterval: 10000, // < -- This is wrong position.
                    position: "top_left",
                    config: {
                        calendars: [
                            {
                                symbol: "calendar-check-o ",
                                fetchInterval: 10000, // < -- If you set like this, per every 10 sec, it will get data newly. But when there was no changes on calendar, Nothing will be changed on MM screen.
                                url: "url to icloud public calendar"
                            }
                        ]
                    }
        
        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy