@ironman_DK Solved : I forgot to write the module MMM-Globe in to MMM-ModuleScheduler in Config.JS, now everything is working.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-ModuleScheduler -----> MMM-Globe ?
-
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 ? -
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… ?
-
MMM-Doomsday - remove space ?
Hi,
Does anyone know if its possible to remove the space between the text ? -
RE: MMM-Traffic - make text lighter ?
@pjkoeleman ahh off course,I have done it, Thnak you for your help :-)
-
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);
}
}
} -
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;
}
} -
MMM-Traffic - make text lighter ?
how can I make the highlighted text lighter (and only this text, not the text above )
-
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 } },
-
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 ?