MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    CalenderExt2 module won't show when using weather module

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 928 Views 2 Watching
    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.
    • A Offline
      aunrea
      last edited by

      The CalenderExt2 module works fine, but I want to use the default weather module. I want to show the current weather and the forecast. But when I add the forecast, the calendar will no longer show up.

      Here is my weather module config info:

      // TOP CENTER
              
              {
                  module: "weather",
                  position: "top_center",
                  header: "Currently in",
                  config: {
                    weatherProvider: "weathergov",
                    type: "current",
                    apiBase: "https://api.weather.gov/points/",
                    weatherEndpoint: "/forecast/hourly",
                    lat: "42.834",
                    lon: "-71.6618",
                    initialLoadDelay: 1000,
                    showHumidity: true,
                    degreeLabel: true,
                    updateInterval: 600000,
                  },
      
              // TOP RIGHT
      
              /*{
                  module: "weather",
                  position: "top_right",
                  header: "Forecast",
                  config: {
                    type: "forecast",
                    weatherProvider: "weathergov",
                    apiBase: "https://api.weather.gov/points/",
                    weatherEndpoint: "/forecast",
                    lat: "42.834",
                    lon: "-71.6618",
                    initialLoadDelay: 2000,
                    ignoreToday: true,
                    fade: false,
                    tableClass: "medium",
                    degreeLabel: true,
                  },
      
      

      The area with the calendar shows this html:

      <div class="region middle center"><div class="container" style="display: none;"></div></div>
      
      A 1 Reply Last reply Reply Quote 0
      • A Offline
        aunrea @aunrea
        last edited by

        I solved the problem by updating MagicMirror.

        1 Reply Last reply Reply Quote 0
        • A Offline
          aunrea @aunrea
          last edited by

          Is there possibly a conflict between the weather module and CalendarExt2? I don’t know why using the weather module in 2 locations causes the calendar to not show up. There are no errors in the logs either.

          A 1 Reply Last reply Reply Quote 0
          • D Offline
            DJBOOB66
            last edited by

            Since I updated to 2.17 if I use the internet function in GAv3 the mirror crashes with no errors unless I disable CalExt2 this only happen after updating MM

            1 Reply Last reply Reply Quote 0
            • A Offline
              aunrea @aunrea
              last edited by

              I solved the problem by updating MagicMirror.

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy