@sean said in Problem with MMM-CalendarEXT:
www.google.com/calendar/ical/spielplan.1.bundesliga%40gmail.com/public/basic.ics
THANK YOU…it worked… now i have do work at the google calender… thx Sean!!
@sean said in Problem with MMM-CalendarEXT:
www.google.com/calendar/ical/spielplan.1.bundesliga%40gmail.com/public/basic.ics
THANK YOU…it worked… now i have do work at the google calender… thx Sean!!
no errors now…but the screen stay black…@sean sorry for disturbing…
language: "de",
timeFormat: 24,
units: "metric",
modules: [
{
module: 'MMM-CalendarExt',
position: "lower_third", //anywhere. It is not related to real position of view
config: { // Read below
system: {
show: ['daily'],
locale: 'de', //when omitted, default value would be your system default locale by moment.js
showEmptyView: 0,
fullDayEventLocalize: 1,
redrawInterval: 30*60*1000, //minimum 60000
useProfileConfig: 0,
startProfile: ''
},
views: {
current: {
position: "top_left",
title: "Heute",
limit: 3,
},
upcoming: {
position: "top_left",
title: "Demnächst",
limit: 3,
},
daily: {
position: "bottom_bar",
title: "Überblick",
counts: 7,
}
},
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== “undefined”) {module.exports = config;}
Starting MagicMirror: v2.4.1
Loading config …
WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration.
Loading module helpers …
Initializing new module helper …
Module helper loaded: updatenotification
No helper found for module: helloworld.
All module helpers loaded.
Starting server on port 8080 …
Server started …
Connecting socket for: updatenotification
Sockets connected & modules started …
Launching application.
Shutting down server…
Stopping module helper: updatenotification
pi@raspberrypi:~/MagicMirror $
hi,
i tried the last one on the config-site by my screen stay black…
anny ideas ?
{
//disabled:true,
module: ‘MMM-CalendarExt’,
position: “bottom_center”,
config: {
system: {
show: [“daily”, “upcoming”],
locale: ‘en’,
redrawInterval:60000,
},
views: {
daily: {
position:‘bottom_bar’,
counts:7,
},
upcoming: {
position:‘top_left’,
limit:5
},
},
defaultCalendar: {
maxEntries:50,
maxDays:180,
interval: 1000605,
},
calendars :[
{
name: “deutschland”,
symbol: “calendar-o”,
styleName: “style1”,
url: “http://www.kayaposoft.com/enrico/ics/v1.0?country=deu&fromDate=01-01-2017&toDate=31-12-2017®ion=Hesse”
},