@strawberry-3.141
Thanks a lot ! It works !
Thomas
Read the statement by Michael Teeuw here.
Posts
-
RE: Mistake in the config.js and i dont no
-
RE: Mistake in the config.js and i dont no
@yawns
Hallo Stefan,
vielen vielen Dank für deine Hilfe.
Ich habe alles so gamacht wie Du beschrieben hast und siehe da es lief.
Super !
Es ist als absoluter Änfänger machmal gar nicht so leicht.
Eine Frag zu Abschluss. Kann man die Schriftfarbe der einzelnen Module auch ändern ?
Vielleicht hast Du ja da auch eine Lösung parat. :-)
Dir und deiner Familie einen guten Rutsch in´s neue Jahr und die besten Wünsche für 2017 !
Grüße aus Steinheim /Westf
Thomas -
RE: Mistake in the config.js and i dont no
@yawns
Good morning , thanks for the support !
I delete the entires and now i have no error but a blank screen :-)
Idont now …it very difficult.
i think i quit the projekt…its better :-)
here is my config again …
Best regards from Germany !
Thomasvar config = {
port: 8080,language: 'en', timeFormat: 24, units: 'metric', modules: [ { module: 'alert', }, { module: 'clock', position: 'top_left' }, { module: 'compliments', position: 'lower_third' }, { module: 'currentweather', position: 'top_right', config: { location: 'New York', locationID: '', //ID from http://www.openweathermap.org appid: 'YOUR_OPENWEATHER_API_KEY' } }, { module: 'weatherforecast', position: 'top_right', header: 'Weather Forecast', config: { location: 'New York', locationID: '5128581', //ID from http://www.openweathermap.org appid: 'YOUR_OPENWEATHER_API_KEY' } }, { module: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true } }, { module: "MMM-Fuel", position: "top_left", config: { api_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", lat: 52.518611, lng: 13.408333, types: ["diesel"], } },
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== ‘undefined’) {module.exports = config;} -
RE: Mistake in the config.js and i dont no
@Thomas
Good morning and thanks for your answer.
i delete the points under diesel but it doesn´t work.
we will see :-)
Many thanks for your support !
Best Regards Thomas -
RE: Mistake in the config.js and i dont no
@broberg
Many thanks for your answer.
Please lock at my config.js again.
There is a error in it but i dont no.
Sorry that i request you again !!
Many thanks ! (you are german ?)
Thomasvar config = {
port: 8080,language: 'en', timeFormat: 24, units: 'metric', modules: [ { module: 'alert', }, { module: 'clock', position: 'top_left' }, { module: 'calendar', { module: 'compliments', position: 'lower_third' }, { module: 'currentweather', position: 'top_right', config: { location: 'New York', locationID: '', //ID from http://www.openweathermap.org appid: 'YOUR_OPENWEATHER_API_KEY' } }, { module: 'weatherforecast', position: 'top_right', header: 'Weather Forecast', config: { location: 'New York', locationID: '5128581', //ID from http://www.openweathermap.org appid: 'YOUR_OPENWEATHER_API_KEY' } }, { module: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true } }, { module: "MMM-Fuel", position: "top_left", config: { api_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", lat: 52.518611, lng: 13.408333, types: ["diesel"], ... },
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== ‘undefined’) {module.exports = config;} -
Mistake in the config.js and i dont no
I´m a Newbie and a have a problem with the config.js at the Magic Mirror.
I ´m insert a the third module MMM-Fuel and now a have a error after the boot.
Here ist my config.js datei.
can someone help me with this Problem ?
Many thanks !!
Thomas/* Magic Mirror Config Sample
*- By Michael Teeuw http://michaelteeuw.nl
- MIT Licensed.
*/
var config = {
port: 8080,language: 'en', timeFormat: 24, units: 'metric', modules: [ { module: 'alert', }, { module: 'clock', position: 'top_left' }, { module: 'calendar', { module: 'compliments', position: 'lower_third' }, { module: 'currentweather', position: 'top_right', config: { location: 'New York', locationID: '', //ID from http://www.openweathermap.org appid: 'YOUR_OPENWEATHER_API_KEY' } }, { module: 'weatherforecast', position: 'top_right', header: 'Weather Forecast', config: { location: 'New York', locationID: '5128581', //ID from http://www.openweathermap.org appid: 'YOUR_OPENWEATHER_API_KEY' } }, { module: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true } }, module: "MMM-Fuel", position: "top_left", config: { api_key: "e4a59b56-f6c7-4bef-1eb3-456af035d82c", lat: 52.518611, lng: 13.408333, types: ["diesel"], ...
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== ‘undefined’) {module.exports = config;}