• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. daniellang
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

daniellang

@daniellang

0
Reputation
244
Profile views
7
Posts
0
Followers
1
Following
Joined Sep 24, 2018, 4:10 PM
Last Online Oct 11, 2018, 9:18 PM

daniellang Unfollow Follow

Latest posts made by daniellang

  • 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
    Sep 26, 2018, 6:11 PM
  • RE: Problem with MMM-CalendarEXT

    sag bist du deutscher? llooollll

    posted in Troubleshooting
    D
    daniellang
    Sep 26, 2018, 5:59 PM
  • RE: Problem with MMM-CalendarEXT

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

    posted in Troubleshooting
    D
    daniellang
    Sep 26, 2018, 5:57 PM
  • RE: Problem with MMM-CalendarEXT

    @sean cant find the wrong marks…

    posted in Troubleshooting
    D
    daniellang
    Sep 26, 2018, 5:46 PM
  • 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
    Sep 26, 2018, 5:27 PM
  • 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
    Sep 26, 2018, 5:25 PM
  • 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
    Sep 25, 2018, 7:26 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy