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

    Posts

    Recent Best Controversial
    • RE: MMM-ModuleScheduler -----> MMM-Globe ?

      @ironman_DK Solved : I forgot to write the module MMM-Globe in to MMM-ModuleScheduler in Config.JS, now everything is working.

      posted in Troubleshooting
      I
      ironman_DK
    • MMM-ModuleScheduler -----> MMM-Globe ?

      Is there a reason that I cant use MMM-ModuleScheduler to MMM-Globe ??
      in advance I am using MMM-ModuleScheduler to MMM-Traffic and there is no problem, is it not possible to use it at two places in my Config.js ?

      posted in Troubleshooting
      I
      ironman_DK
    • RE: MMM-Doomsday - remove space ?

      @pjkoeleman Thank very very much - is there a site or something else where I can read about code, color, size etc… ?

      posted in Troubleshooting
      I
      ironman_DK
    • MMM-Doomsday - remove space ?

      Hi,
      Does anyone know if its possible to remove the space between the text ?

      0_1490440936913_Unavngivet.jpg

      posted in Troubleshooting
      I
      ironman_DK
    • RE: MMM-Traffic - make text lighter ?

      @pjkoeleman ahh off course,I have done it, Thnak you for your help :-)

      posted in Troubleshooting
      I
      ironman_DK
    • RE: MMM-Traffic - make text lighter ?

      @Mykle1 I have solved the problem, I had to add bright in the text :

      //routeName
      if (this.config.route_name) {
      routeName.className = ‘bright small’;
      if (this.summary.length > 0 && this.config.show_summary){
      routeName.innerHTML = this.config.route_name + ’ ’ + this.config.summaryText + ’ ’ + this.summary + ’ ’ + this.config.arriveByText + ’ ’ + this.config.arrival_time.substring(0,2) + “:” + this.config.arrival_time.substring(2,4);
      } else {
      console.log(typeof this.config.arrival_time );
      routeName.innerHTML = this.config.route_name + ’ ’ + this.config.arriveByText + ’ ’ + this.config.arrival_time.substring(0,2) + “:” + this.config.arrival_time.substring(2,4);
      }
      }
      }

      posted in Troubleshooting
      I
      ironman_DK
    • RE: MMM-Traffic - make text lighter ?

      @strawberry-3.141 what do you mean do I have to delete it or … I guess that the text regarding the text is here :

      //routeName
      if (this.config.route_name) {
      routeName.className = ‘dimmed small’;
      if (this.summary.length > 0 && this.config.show_summary){
      routeName.innerHTML = this.config.route_name + ’ ’ + this.config.summaryText + ’ ’ + this.summary;
      } else {
      routeName.innerHTML = this.config.route_name;
      }
      }

      posted in Troubleshooting
      I
      ironman_DK
    • MMM-Traffic - make text lighter ?

      how can I make the highlighted text lighter (and only this text, not the text above )

      0_1490378440181_2017-03-24 18.56.32.jpg

      posted in Troubleshooting
      I
      ironman_DK
    • RE: MMM-Traffic config

      @bocapie said in MMM-Traffic config:

      @strawberry-3.141
      I figured out my issue with config not booting up. Now i have a problem with loading commute. All it says is “loading commute”. My settings from config file match the js. in the module folder.

      I have the same problem, my Config is as following, yesterday there was no problem but todays there is, its only coming with loading commute
      100:

      {
          module: 'MMM-Traffic',
          position: 'top_left',
          classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name
          config: {
              api_key: 'XXXXXX',
              mode: 'driving',
              origin: 'XXXXXXX',
              destination: 'XXXXX',
              arrival_time: '0800', //optional, but needs to be in 24 hour time if used.
              route_name: 'for at ankomme til XXXX',
              changeColor: true,
              showGreen: true,
              limitYellow: 5, //Greater than 5% of journey time due to traffic
              limitRed: 20, //Greater than 20% of journey time due to traffic
              traffic_model: 'pessimistic',
              interval: 120000, //2 minutes
      	showWeekend: true,
      	allTime: true       
          }
      },
      
      posted in Troubleshooting
      I
      ironman_DK
    • RE: The deafult weather and MMM-DOOMsday is not changing day in the morning......

      @broberg oohhhh off course, now it will work / I can see at my magic mirror, that there is a update, how do I update without reinstall the modul ?

      posted in Troubleshooting
      I
      ironman_DK
    • 1 / 1