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

    Posts

    Recent Best Controversial
    • RE: Problem with MMM-CalendarEXT

      @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!!

      posted in Troubleshooting
      D
      daniellang
    • RE: Problem with MMM-CalendarEXT

      sag bist du deutscher? llooollll

      posted in Troubleshooting
      D
      daniellang
    • RE: Problem with MMM-CalendarEXT

      no errors now…but the screen stay black…@sean sorry for disturbing…

      posted in Troubleshooting
      D
      daniellang
    • RE: Problem with MMM-CalendarEXT

      @sean cant find the wrong marks…

      posted in Troubleshooting
      D
      daniellang
    • RE: Problem with MMM-CalendarEXT
      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;}

      posted in Troubleshooting
      D
      daniellang
    • RE: Problem with MMM-CalendarEXT

      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 $

      posted in Troubleshooting
      D
      daniellang
    • Problem with MMM-CalendarEXT

      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&region=Hesse”
      },

      posted in Troubleshooting
      D
      daniellang
    • 1 / 1