MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. dawookie1979
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 34
    • Groups 0

    dawookie1979

    @dawookie1979

    0
    Reputation
    293
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dawookie1979 Unfollow Follow

    Latest posts made by dawookie1979

    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      @reilley Hi, i cant get mine to load!!

      posted in Troubleshooting
      D
      dawookie1979
    • RE: v2.29.0 weather module issue

      @reilley Hello, where do i add it? can you help me edit my script?

      Thanks

      posted in Bug Hunt
      D
      dawookie1979
    • RE: v2.29.0 weather module issue

      Hi,

      i have same issue. I have signed up for the v3 api. Does anyone have a config for me to copy my api into?

      my code:
      {
      module: “weather”,
      position: “top_left”,
      header: “Weather Forecast”,
      config: {
      weatherProvider: “openweathermap”,
      type: “forecast”,
      location: “Haverhill”,
      locationID: “2647310”, //
      apiKey: “LEFT BLANK”
      }

      posted in Bug Hunt
      D
      dawookie1979
    • MMM-SoccerLiveScore not loading

      Anyone else having issues with this module? This was working before, but now is stuck on a loading screen?

      Thanks

      posted in Showcase
      D
      dawookie1979
    • Football (soccer) broken since update

      Hello, since upgrading to 2.25, my livesoccerscore module isnt working. Mirror wont even startup. When i delete the module, the mirror starts up normally.

      Is there any other footballl league and live scores that work, as i have tried others with same outcome

      Thanks

      posted in Showcase
      D
      dawookie1979
    • RE: Recurring events Calender

      @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

      posted in Troubleshooting
      D
      dawookie1979
    • RE: Recurring events Calender

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

      posted in Troubleshooting
      D
      dawookie1979
    • RE: Recurring events Calender

      @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?```

      posted in Troubleshooting
      D
      dawookie1979
    • RE: Recurring events Calender

      @sdetweil error: Your local changes to the following files would be overwritten by checkout:
      modules/default/calendar/calendar.js
      modules/default/weatherforecast/weatherforecast.js
      Please commit your changes or stash them before you switch branches.
      Aborting

      posted in Troubleshooting
      D
      dawookie1979
    • RE: Recurring events Calender

      @sdetweil thanks for that, but I get error. Your local changes to the following files… please commit or stash them before? What do I need to do

      posted in Troubleshooting
      D
      dawookie1979