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.

    Recurring events Calender

    Scheduled Pinned Locked Moved Solved Troubleshooting
    20 Posts 5 Posters 6.3k Views 5 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.
    • D Offline
      dawookie1979 @sdetweil
      last edited by dawookie1979

      @sdetweil i have made the changes to the files, but it says this

      code_text
      

      diff --git a/modules/default/weatherforecast/weatherforecast.js b/modules/default/weatherforecast/weatherforecast.js
      index 83389911…d6dc98ac 100644
      — a/modules/default/weatherforecast/weatherforecast.js
      +++ b/modules/default/weatherforecast/weatherforecast.js
      @@ -293,13 +293,10 @@ Module.register(“weatherforecast”, {
      this.hide(this.config.animationSpeed, { lockString: this.identifier });
      return;
      }

                  params += "&cnt=" + (this.config.maxNumberOfDays < 1 || this.config.maxNumberOfDays > 17 ? 7 : this.config.maxNumberOfDays);
      
      •           params += "&units=" + this.config.units;
                  params += "&lang=" + this.config.lang;
                  params += "&APPID=" + this.config.appid;
        
      •           return params;
          },
        
      
      

      but there is no gap between these entries?```

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @dawookie1979
        last edited by

        @dawookie1979 ok, looks like you changed the code in the weatherforecast module…

        so, you can save/restore that… how about the calendar file

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Reply Quote 0
        • D Offline
          dawookie1979 @sdetweil
          last edited by

          @sdetweil i have done calendar file, how do i get an original weatherforcast.js file? or restore it?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @dawookie1979
            last edited by

            @dawookie1979 do

            git stash
            

            you may have to register your name and email with the git commands shown from stash

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            D 1 Reply Last reply Reply Quote 0
            • D Offline
              dawookie1979 @sdetweil
              last edited by

              @sdetweil I have sorted it now, I just deleted the stuck file, and did the upgrade/update to 2.14 and all is good. My calendar is now fixed. Thank you for your help

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 1 / 2
              • 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