var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], language: "cs", timeFormat: 24, units: "metric", modules: [ { module: "alert", config: { } }, { module: "clock", position: "top_left" }, { module: "MMM_Webradio", header: "Webrádio", position: "bottom_left", config: { startindex: 0, initialVolume: 50, streams: [ { text: "Trap.Style", url: "http://trap.style:9992/stream" // rádia na http://www.radiosure.com/stations/ }, { text: "Evropa 2", url: "http://pool.cdn.lagardere.cz/fm-evropa2-128" }, { text: "101.ru Chillstep", url: "http://ic7.101.ru:8000/a260" }, { text: "Radio Record Dubstep", url: "http://air.radiorecord.ru:8102/dub_320" }, { text: "Fajn rádio", url: "http://ice.abradio.cz/fajn128.mp3" }, { text: "Impuls", url: "http://icecast5.play.cz:8000/impuls128.mp3" }] } }, { module: "calendar", header: "Kalendář", position: "top_left", config: { calendars: [ { symbol: "calendar-check", url: "", } ] } }, { module: 'MMM-Mail', position: 'bottom_left', header: 'Osobní e-mail', config:{ user: '', pass: '', host: 'imap.centrum.cz', port: 993, numberOfEmails: 4, fade: false, subjectlength: 50 }, }, { module: 'MMM-AlexaPi', position: 'lower_third', config: { } }, { module: "MMM-DHT-Sensor", position: "bottom_right", header: "Teplota a vlhkost", config: { sensorPin: 2, sensorType: 11, updateInterval: 10 * 1 * 1000, // update každých 10 vteřin initialLoadDelay: 0, animationSpeed: 0, units: "metric", relativeScale: 35, debug: true } }, { module: 'MMM-SystemStats', position: 'right_bottom', classes: 'small dimmed', header: 'Raspberry Pi', config: { updateInterval: 10000, align: 'right', view: 'textAndIcon', }, }, { module: "currentweather", position: "top_right", config: { location: "Praha", locationID: "3067696", //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city appid: "fa6ae3336c54660c874c58c5a0129be6" } }, { module: "weatherforecast", position: "top_right", header: "Předpověď počasí", config: { location: "Praha", locationID: "3067696", appid: "fa6ae3336c54660c874c58c5a0129be6" } }, { module: 'MMM-Remote-Control', header: "Vzdálené ovládání", position: 'bottom_right' }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "iDNES.cz", url: "http://servis.idnes.cz/rss.aspx?c=zpravodaj" } ], showSourceTitle: true, showPublishDate: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}