MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Vauxdvihl
    V
    • Profile
    • Following 0
    • Followers 1
    • Topics 15
    • Posts 106
    • Best 1
    • Controversial 1
    • Groups 0

    Vauxdvihl

    @Vauxdvihl

    0
    Reputation
    1874
    Profile views
    106
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Vauxdvihl Unfollow Follow

    Best posts made by Vauxdvihl

    • RE: MMM-PublicTransportDB

      Does somebody uses this module?
      Thanks

      posted in Troubleshooting
      V
      Vauxdvihl
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude
      Thanks for this great module noaa3
      One question
      is there a possiblity to increase the size of the module?
      Thanks
      Regards

      posted in System
      V
      Vauxdvihl

    Latest posts made by Vauxdvihl

    • RE: Show MirrorContent in other browsers

      Works
      Thanks a lot

      posted in Troubleshooting
      V
      Vauxdvihl
    • RE: MMM-CalendarExtPlan

      Can please somebody help me
      How can i increase the size of the icons?
      Thanks a lot

      posted in Utilities
      V
      Vauxdvihl
    • Show MirrorContent in other browsers

      Hi friends,
      on my pi i have mm and openhab running.
      Accessing from any browser in the lan obenhab via ip:8080 works fine (i can see the dashboards)
      Trying to access mm via ip:8081 (8081 is the port from my config) does not work.
      Do i need to “switch on” this function with some config task?
      Thanks
      Regards

      posted in Troubleshooting
      V
      Vauxdvihl
    • Problems with MMM-CalendarExt2

      Hi friends,
      among other modules i have running “MMM-CalendarExt2” and “MMM-CalendarExtPlan”.

      The view from “MMM-CalendarExt2” looks like.
      dfc38088-5bd1-4da6-8855-444f9964556a-grafik.png

      And the view from “MMM-CalendarExtPlan” looks like:
      23af0326-2c8d-409f-a9cc-0002e1811aab-grafik.png

      Sometimes CalExt2 shows all the infos from the connected calendars in the config (so same among like ExtPlan), but often it “only” shows a few entries.

      Maybe somebody can help me?
      Thanks a lot

      posted in Troubleshooting
      V
      Vauxdvihl
    • RE: MMM-CalendarExt2

      Hello all,
      one question
      I was trying to filter from an ics datas and sign them to other icons, colors and so on…
      But unfortunately nothing happend and i am really confused because i am sitting here for days and i really do not know the bug

      {//MMM-CalendarExt2
      		  module: 'MMM-CalendarExt2',
      		  config: {
      			locale: "de-DE",
      			calendars : [
      				  {
      					name: "Ferien Bayern",
      					url: "http://www.ecoline-media.de/ics/bayern_gf.ics",
      					className: "Ferien",
      					icon: "noto-v1:flag-for-germany",
      				  },
      				 {
      					name: "Müllabfuhr",
      					url: "http://localhost:8080/modules/abfallkalender.ics",
      					transform: (event)=>{
      										  if (event.title.search("Biotonne") > -1) { // If the event might include "Birthday" in its title,
      											event.icon = "mdi-bio" // Set icon of that event to "fxemoji-birthdaycake"
      											event.className = "AbfallBio"
      										  }
      										 
      										  if (event.title.search("Restmuelltonne") > -1) { // If the event might include "Birthday" in its title,
      											event.icon = "fa-solid:trash" // Set icon of that event to "fxemoji-birthdaycake"
      											event.className = "AbfallRest"
      										  } 
      										  
      										  if (event.title.search("Problemabfaelle") > -1) { // If the event might include "Birthday" in its title,
      											event.icon = "emojione-monotone:biohazard" // Set icon of that event to "fxemoji-birthdaycake"
      											event.className = "AbfallProb"
      										  } 
      										  
      										  if (event.title.search("Papiertonne") > -1) { // If the event might include "Birthday" in its title,
      											event.icon = "emojione-monotone:newspaper" // Set icon of that event to "fxemoji-birthdaycake"
      											event.className = "AbfallPap"
      										  } 
      										  
      										  if (event.title.search("Gelber Sack") > -1) { // If the event might include "Birthday" in its title,
      											event.icon = "fa-solid:trash" // Set icon of that event to "fxemoji-birthdaycake"
      											event.className = "AbfallGelb"
      										  } 
      										  
      										  return event // Return that event.
      											},//transform*/
      					},
      

      Can please somebody help me
      Thanks a lot

      posted in Utilities
      V
      Vauxdvihl
    • RE: MMM-CalendarExtPlan

      @Alvinger
      Thanks a lot…newbie mistake

      posted in Utilities
      V
      Vauxdvihl
    • RE: MMM-CalendarExtPlan

      @Sean
      Thanks for this module.
      Unfortunately i am not able to bring this module to work

      In CalExt2 i have (among other calendars) these ones here:

      {
      					name: "Benjamin",
      					url: "https://calendar.google.com/calendarxxxxxxxxxxxxxxxxxxxx0/basic.ics",
      					className: "Benjamin",
      					icon: "ps-bike",
      				  },
      

      Running the module i get the following error

      [2020-10-11 21:40:58.074] [ERROR]  WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/pi/MagicMirror/config/config.js:327
      			criteria: [
      			^^^^^^^^
      
      SyntaxError: Unexpected identifier
          at wrapSafe (internal/modules/cjs/loader.js:1051:16)
          at Module._compile (internal/modules/cjs/loader.js:1101:27)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1166:10)
          at Module.load (internal/modules/cjs/loader.js:981:32)
          at Module._load (internal/modules/cjs/loader.js:881:14)
          at Function.Module._load (electron/js2c/asar.js:769:28)
          at Module.require (internal/modules/cjs/loader.js:1023:19)
          at require (internal/modules/cjs/helpers.js:77:18)
          at loadConfig (/home/pi/MagicMirror/js/app.js:67:12)
          at App.start (/home/pi/MagicMirror/js/app.js:202:3)
      
      

      At line 327 the “criteria” start from this module

      {//MMM-CalendarExtPlan
      		  module: "MMM-CalendarExtPlan",
      		  position: "bottom_bar",
      		  config: {
      			maxItems: 100,
      			refreshInterval: 60*60*1000, // millisec.
      			dateFormat: "MMM D.",
      			eventTimeFormat: "HH:mm",
      			dayCount: 5,
      			fromNow: 0,
      			source: "CALEXT2"
      			criteria: [
      						{
      							title: "Benjamin",
      							calendars: ["Benjamin"],
      						  }
      						  /*{
      							title: "Müllabfuhr",
      							calendars: ["Müllabfuhr"],
      						  },
      						  {
      							title: "Elyas",
      							calendars: ["Elyas"],
      						  }*/
      						
      			],
      		  }
      		},
      

      I would be glad if you could help me
      Thanks a lot
      Regards

      posted in Utilities
      V
      Vauxdvihl
    • RE: Microsoft Teams

      Uhhhh
      I do not have any deep knowledge from this api stuff.
      Based on covid with all this homeschooling stuff, it would be great to see in the mirror, if some of the teachers has shared some new task, attached some new homework or commented something.
      Thanks

      posted in Requests
      V
      Vauxdvihl
    • Microsoft Teams

      Hi Friends,
      it there a possibility to integrate MS Teams to the MM?
      thanks

      posted in Requests
      V
      Vauxdvihl
    • RE: Max! cube system

      @pinsdorf
      i have a problem with getting connected to MaxCube

      [2020-09-16 20:55:56.345] [LOG]    Triggering MAX upate
      [2020-09-16 20:55:56.351] [ERROR]  Error: getaddrinfo ENOTFOUND 192.xxx.xxx.xxx:80
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) {
        errno: 'ENOTFOUND',
        code: 'ENOTFOUND',
        syscall: 'getaddrinfo',
        hostname: '192.xxx.xxx.xxx:80'
      }
      [2020-09-16 20:55:56.360] [ERROR]  Whoops! There was an uncaught exception...
      [2020-09-16 20:55:56.361] [ERROR]  Error [ERR_UNHANDLED_ERROR]: Unhandled error. (undefined)
          at MaxCubeLowLevel.emit (events.js:299:17)
          at Socket.<anonymous> (/home/pi/MagicMirror/modules/MMM-max/maxcube/maxcube-lowlevel.js:51:10)
          at Socket.emit (events.js:310:20)
          at emitErrorNT (internal/streams/destroy.js:92:8)
          at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
          at processTicksAndRejections (internal/process/task_queues.js:84:21) {
        code: 'ERR_UNHANDLED_ERROR',
        context: undefined
      }
      
      

      Do you have an idea want went wrong?

      here is my config

      {//MMM-max
      				module: 'MMM-max',
      				position: 'bottom_left',
      				header: 'Heizung / Temperatur',  // This is optional
      				config: {
      				maxIP: '192.xxx.xxx.xxx:80',// See 'Configuration options' for more information.
      						}
      				},
      

      Thanks a lot

      posted in Requests
      V
      Vauxdvihl