MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. dawookie1979
    3. Posts
    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

    Posts

    Recent Best Controversial
    • 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
    • RE: Recurring events Calender

      @sdetweil did you manage to fix this? I have similar issues, mine being 1 hour early ;)

      posted in Troubleshooting
      D
      dawookie1979
    • English Premier League Fixtures/Results

      Hi All,

      After my sd card crashed i have been reinstalling all my modules. I had the LiveSoccerScore, but now cant seem to get any of these working. Can someone help me get one working. Or point me in the right direction of what to use.

      posted in Troubleshooting
      D
      dawookie1979
    • RE: MMM-SoccerLiveScore

      hello, i will remove soccerlivescore, and try MMM-soccer. Thank you for your help

      posted in Sport
      D
      dawookie1979
    • RE: MMM-SoccerLiveScore

      @Feedy88 hello, i have the files and npm installed them into the module directory, but the module isnt showing up? i have it in the config file too :)

      posted in Sport
      D
      dawookie1979
    • RE: Config problems

      how do i mark this as solved :)

      posted in Troubleshooting
      D
      dawookie1979
    • RE: Config problems

      lol, ok. i have added/taken away {}. it now seems to work :0 . Thank you for your help

      posted in Troubleshooting
      D
      dawookie1979
    • RE: Config problems

      yes i have removed that, but still no joy

      posted in Troubleshooting
      D
      dawookie1979
    • RE: Config problems

      can anyone see problems?

      posted in Troubleshooting
      D
      dawookie1979
    • Config problems
      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      
      		{
      			module: "calendar",
      			header: "xxxxx Family Calendar",
      			position: "bottom_left",
      			config: {
      				calendars: [
      					
      {
      						symbol: "xxxxx Family",
      						url: "https://calendar.google.com/calendar/ical/xxxxx.com/public/basic.ics"
      					},
      
      
      		{				symbol: "uk holiday",
      				url: "https://calendar.google.com/calendar/ical/en-gb.uk%23holiday%40group.v.calendar.google.com/public/basic.ics"
      }
      			
      		
      				]
      			}
      		},
      		
      		{
      			module: "currentweather",
      			position: "top_left",
      			config: {
      				location: "xxxxx, UK",
      				locationID: "",  //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
      				appid: "xxxxx"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_left",
      			header: "Weather Forecast",
      			config: {
      				location: "xxxxx, UK",
      				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "xxxxx"
      			}
      		},
       {
      	module: 'MMM-SoccerLiveScore',
      	position: 'left',
      	header: 'Live Football Scores',
      	config: {
      		leagues: [17],
              showNames: true,
              showLogos: true,
              displayTime: 60 * 1000,
              showTables: false
      	}
      	
              },
          
      
      
              
      
      
      
      {
        module: "MMM-CountEvents",
        position: "left",
        config: {
          groupOrder: [], // When it set, the group of event which has same group name will be displayed and be rotated to others by groupInterval
          groupInterval: 1000*5,
          refreshInterval:1000*1,
          locale: null, //related with `humanize` (if omitted or null, MM default locale will be used.)
          template: "<p class=\"title\">%TITLE%</p><p class=\"output\">%OUTPUT%</p>",
          //You can modify HTML rendering.
          //%TITLE% : will be replaced by event.title
          //%OUTPUT% : will be replaced by event.output
          events: [
            {
              group: "default",
              title: "Daniel's Alcohol Free",
              targetTime: "2019-09-24", // See the time format section.
            	yearlyRepeat: false, // if this event should be refreshed yearly, set this to `true`. targetTime will be replaced the closest next date of this year or the next year.
            	unit: "days", // "years", "months", "weeks", "days", "hours", "minutes", "seconds"...
              //but if you set `humanize` to true, `unit` will be ignored.
            	humanize:false, //If set as `true`, %RESULT% will be humanized. (e.g "a year ago")
              absolute:true, //If set as `false`, remain duration will be `plus number`, past duration will be `minus number`. If set as `true`, all duration will be `plus number`
              ignore:null, //Available [null, "before", "after"]. This event will not be displayed `before|after` targetTime
              className: "", //You can assign class name to this event for beautifying with CSS.
            	output: "%RESULT% days passed", //You can modify output text. %RESULT% will be result of countdown/up calculation with above options.
            },
            {
              group: "default",
              title: "Emma's Alcohol Free",
              targetTime: "2019-09-26", // See the time format section.
            	yearlyRepeat: false, // if this event should be refreshed yearly, set this to `true`. targetTime will be replaced the closest next date of this year or the next year.
            	unit: "days", // "years", "months", "weeks", "days", "hours", "minutes", "seconds"...
              //but if you set `humanize` to true, `unit` will be ignored.
            	humanize:false, //If set as `true`, %RESULT% will be humanized. (e.g "a year ago")
              absolute:true, //If set as `false`, remain duration will be `plus number`, past duration will be `minus number`. If set as `true`, all duration will be `plus number`
              ignore:null, //Available [null, "before", "after"]. This event will not be displayed `before|after` targetTime
              className: "", //You can assign class name to this event for beautifying with CSS.
            	output: "%RESULT% days passed", //You can modify output text. %RESULT% will be result of countdown/up calculation with above options.
            },
          ]
        }
      },
      
      modules: [
          {
      		module: 		'MMM-UKNationalRail',
      		position: 		'bottom_left',
      		header:			'Whittlesford Parkway',		//Optional - delete this line to turn OFF the header completely
      		config: {
      			stationCode: 		'WLF', 		// CRS code for station
      			app_id: 			'xxxxx', 		// TransportAPI App ID
      			app_key: 			'xxxxx', 		// TransportAPI App Key
      			maxResults: 		5,  		//Optional - Maximum results to display.
      			showOrigin: 		false   	//Optional - Show the origin of the train in the table
      		}
      	},
      ]
      
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "BBC News",
      						url: "http://feeds.bbci.co.uk/news/rss.xml?edition=uk"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	
      		
      	
      ]
      
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      posted in Troubleshooting
      D
      dawookie1979
    • 1
    • 2
    • 1 / 2