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

    Posts

    Recent Best Controversial
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @swvalenti

      Server started is this correct??

      Aktive Internetverbindungen (Nur Server)
      Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
      tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      517/vncserver-x11-c
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      519/sshd: /usr/sbin
      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      487/cupsd
      tcp6       0      0 ::1:631                 :::*                    LISTEN      487/cupsd
      tcp6       0      0 :::5900                 :::*                    LISTEN      517/vncserver-x11-c
      tcp6       0      0 :::22                   :::*                    LISTEN      519/sshd: /usr/sbin
      udp        0      0 0.0.0.0:68              0.0.0.0:*                           862/dhcpcd
      udp        0      0 0.0.0.0:631             0.0.0.0:*                           545/cups-browsed
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           368/avahi-daemon: r
      udp        0      0 0.0.0.0:51486           0.0.0.0:*                           368/avahi-daemon: r
      udp6       0      0 :::40941                :::*                                368/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                368/avahi-daemon: r
      
      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @swvalenti

      > magicmirror@2.19.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "dev"
      
      [16.04.2022 21:59.19.108] [LOG]   Starting MagicMirror: v2.19.0
      [16.04.2022 21:59.19.126] [LOG]   Loading config ...
      [16.04.2022 21:59.19.142] [LOG]   Loading module helpers ...
      [16.04.2022 21:59.19.150] [LOG]   No helper found for module: alert.
      [16.04.2022 21:59.19.204] [LOG]   Initializing new module helper ...
      [16.04.2022 21:59.19.210] [LOG]   Module helper loaded: updatenotification
      [16.04.2022 21:59.19.215] [LOG]   No helper found for module: clock.
      [16.04.2022 21:59.19.227] [LOG]   Initializing new module helper ...
      [16.04.2022 21:59.19.232] [LOG]   Module helper loaded: MMM-DWD-WarnWeather
      [16.04.2022 21:59.19.285] [LOG]   Initializing new module helper ...
      [16.04.2022 21:59.19.289] [LOG]   Module helper loaded: MMM-bsh-tides
      [16.04.2022 21:59.19.293] [LOG]   No helper found for module: MMM-OpenmapWeather.
      [16.04.2022 21:59.19.432] [LOG]   Initializing new module helper ...
      [16.04.2022 21:59.19.434] [LOG]   Module helper loaded: MMM-OpenWeatherForecast
      [16.04.2022 21:59.19.825] [LOG]   Initializing new module helper ...
      [16.04.2022 21:59.19.829] [LOG]   Module helper loaded: MMM-CalendarExt2
      [16.04.2022 21:59.19.833] [LOG]   All module helpers loaded.
      [16.04.2022 21:59.20.096] [LOG]   Starting server on port 8081 ...
      [16.04.2022 21:59.20.117] [WARN]  You're using a full whitelist configuration to allow for all IPs
      [16.04.2022 21:59.20.136] [LOG]   Server started ...
      [16.04.2022 21:59.20.139] [LOG]   Connecting socket for: updatenotification
      [16.04.2022 21:59.20.143] [LOG]   Starting module helper: updatenotification
      [16.04.2022 21:59.20.145] [LOG]   Connecting socket for: MMM-DWD-WarnWeather
      [16.04.2022 21:59.20.147] [LOG]   MMM-DWD-WarnWeather helper started...
      [16.04.2022 21:59.20.149] [LOG]   Connecting socket for: MMM-bsh-tides
      [16.04.2022 21:59.20.151] [LOG]   Starting module helper: MMM-bsh-tides
      [16.04.2022 21:59.20.154] [LOG]   Connecting socket for: MMM-OpenWeatherForecast
      [16.04.2022 21:59.20.156] [LOG]   ====================== Starting node_helper for module [MMM-OpenWeatherForecast]
      [16.04.2022 21:59.20.161] [LOG]   Connecting socket for: MMM-CalendarExt2
      [16.04.2022 21:59.20.163] [LOG]   Sockets connected & modules started ...
      [16.04.2022 21:59.20.629] [ERROR] Whoops! There was an uncaught exception...
      [16.04.2022 21:59.20.648] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8081
          at Server.setupListenHandle [as _listen2] (node:net:1334:16)
          at listenInCluster (node:net:1382:12)
          at GetAddrInfoReqWrap.doListen [as callback] (node:net:1520:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:73:8) {
        code: 'EADDRINUSE',
        errno: -98,
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8081
      }
      
      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @swvalenti ```
      [16.04.2022 21:53.09.202] [LOG] ====================== Starting node_helper for module [MMM-OpenWeatherForecast]
      [16.04.2022 21:53.09.204] [LOG] Connecting socket for: MMM-CalendarExt2
      [16.04.2022 21:53.09.207] [LOG] Sockets connected & modules started …
      [16.04.2022 21:53.09.227] [ERROR] Whoops! There was an uncaught exception…
      [16.04.2022 21:53.09.241] [ERROR] Error: listen EADDRINUSE: address already in use 0.0.0.0:8082
      at Server.setupListenHandle [as _listen2] (node:net:1334:16)
      at listenInCluster (node:net:1382:12)
      at doListen (node:net:1520:7)
      at processTicksAndRejections (node:internal/process/task_queues:84:21) {
      code: ‘EADDRINUSE’,
      errno: -98,
      syscall: ‘listen’,
      address: ‘0.0.0.0’,
      port: 8082
      }

      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @swvalenti

      change the port in config and now this

      [16.04.2022 21:49.40.284] [LOG]   ====================== Starting node_helper for module [MMM-OpenWeatherForecast]
      [16.04.2022 21:49.40.286] [LOG]   Connecting socket for: MMM-CalendarExt2
      [16.04.2022 21:49.40.290] [LOG]   Sockets connected & modules started ...
      [16.04.2022 21:49.40.733] [ERROR] Whoops! There was an uncaught exception...
      [16.04.2022 21:49.40.751] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8082
          at Server.setupListenHandle [as _listen2] (node:net:1334:16)
          at listenInCluster (node:net:1382:12)
          at GetAddrInfoReqWrap.doListen [as callback] (node:net:1520:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:73:8) {
        code: 'EADDRINUSE',
        errno: -98,
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8082
      }
      
      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @swvalenti

      i don´t know whats wrong :worried_face:

      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @swvalenti

      [16.04.2022 21:43.37.262] [LOG]   ====================== Starting node_helper for module [MMM-OpenWeatherForecast]
      [16.04.2022 21:43.37.264] [LOG]   Connecting socket for: MMM-CalendarExt2
      [16.04.2022 21:43.37.268] [LOG]   Sockets connected & modules started ...
      [16.04.2022 21:43.37.716] [ERROR] Whoops! There was an uncaught exception...
      [16.04.2022 21:43.37.737] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
          at Server.setupListenHandle [as _listen2] (node:net:1334:16)
          at listenInCluster (node:net:1382:12)
          at GetAddrInfoReqWrap.doListen [as callback] (node:net:1520:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:73:8) {
        code: 'EADDRINUSE',
        errno: -98,
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8080
      }
      
      posted in Forum
      S
      SARCux
    • HELP -- MMM-calendarExt2 was not displayed

      Good day,

      I screwed together a Raspi3 with the MagicMirror 😉
      If I have installed all the modules I want, they are also displayed well.
      The calendarExt2 was also running until yesterday
      For whatever reason, this is no longer displayed.
      To check, I entered the standard calendar with the URL of the calendar, it’s not because of the URL.
      Nothing else was changed.

      Does anyone have a tip where I could still look why the MMM-calendarExt2 is not displayed?
      I look forward to tips.

      posted in Forum
      S
      SARCux
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      Moin zusammen,

      habe mir einen Raspi3 mit dem MagicMirror zusammengeschraubt ;-)
      Habe alle Module die ich möchte installiert, werden auch gut dargestellt.
      Bis gestern lief auch der calendarExt2
      Aus welchen Gründen auch immer, wird dieser nicht mehr angezeigt.
      Habe zur Überprüfung mal den Standardkalender mit der URL des Kalenders eingetragen, an der URL liegt es schonmal nicht.
      Es wurde sonst weiter nichts verändert.

      Hat jemand eventuell einen Tipp wo ich noch schauen könnte warum der MMM-calendarExt2 nicht dargestellt wird?
      Freue mich auf Tipps.

      posted in General Discussion
      S
      SARCux
    • RE: MMM-NINA

      Wie bekomme ich denn den Titel mit angezeigt?
      Trage ich in der config.js

      title: "NINA Warnungen",
      

      ein, wird es mir nicht angezeigt.

      posted in Utilities
      S
      SARCux
    • RE: MMM-CalendarExt2 config

      @mmrize said in MMM-CalendarExt2 config:

      ’ ',

      This is my View:

      views: [
      				{
      					mode: "daily",
      					title: "Termine nächsten Tage",
      					position: "top_center",
      					locale: "de-DE",
      					calendars: ["Speiseplan", "Michael", "Stefanie", "Phil", "Abfall-Wertstoff-Papier"],
      					slotCount: 3,
      					timeFormat:"LT",
      					hideOverflow: false,
      					slotSubTitleFormat: ' ',
      						dateTimeFormat: {
      						sameDay: "[Heute] HH:mm",
      						nextDay: "[Morgen] HH:mm",
      						nextWeek: "dddd HH:mm",
      						lastDay: "[Gestern] HH:mm",
      						lastWeek: "[Letzten] ddd HH:mm",
      						sameElse: "M/D HH:mm"
      										},
      				},
      					],
      

      CalendarExt2-1.png

      posted in Troubleshooting
      S
      SARCux
    • RE: MMM-CalendarExt2 config

      @mmrize
      it´s not the answer of my question :confused_face:

      I did not have any success with the documentation

      posted in Troubleshooting
      S
      SARCux
    • MMM-CalendarExt2 config

      Hi guys,

      i have a problem with my config MMM-CalendarExt2.
      here the picture
      CalendarExt2.png

      here the config.js from the module

      		{
      			module: 'MMM-CalendarExt2',
      			config: {
      			calendars : [
      					{
      						name: "Michael",
      						//icon: "emojione-monotone:anchor",
      						icon: "emojione-v1:mobile-phone",  //"noto:boy-light-skin-tone"
      						className: "Michael",
      						url: "https://calendar.google.com/calendar/ical/###/basic.ics",
      						scanInterval: 1500,
      						maxIterations: 100,
      					},
      					{
      						name: "Stefanie",
      						//icon: "bx:bx-happy-heart-eyes",
      						icon: "noto:cow-face",  // "emojione-v1:person-tipping-hand",
      						className: "Stefanie",
      						url: "https://calendar.google.com/calendar/ical/###/basic.ics",
      						scanInterval: 1500,
      						maxIterations: 100,
      					},
      					{
      						name: "Phil",
      						//icon: "simple-icons:angellist",
      						icon: "noto:jack-o-lantern", // "emojione-v1:blond-haired-person",
      						className: "Phil",
      						url: "https://calendar.google.com/calendar/ical/###/basic.ics",
      						scanInterval: 1500,
      						maxIterations: 100,
      					},
      					{
      						url: "https://calendar.google.com/calendar/ical/###/basic.ics",
      						name: "Abfall-Wertstoff-Papier",
      						icon: "whh-recycle",
      					},
      					{
      						name: "Speiseplan",
      						//icon: "mdi-recycle",
      						icon: "emojione-v1:pot-of-food",
      						className: "Speiseplan",
      						url: "https://calendar.google.com/calendar/ical/####/basic.ics",
      						scanInterval: 1500,
      						maxIterations: 100,
      					},
      						],
      			views: [
      				{
      					mode: "daily",
      					title: "Termine nächsten Tage",
      					position: "top_center",
      					locale: "de-DE",
      					calendars: ["Speiseplan", "Michael", "Stefanie", "Phil", "Abfall-Wertstoff-Papier"],
      					slotCount: 3,
      					timeFormat:"LT",
      					hideOverflow: false,
      					slotTitleFormat: {
      						sameDay: "[Heute]  DD. MMMM",
      						nextDay: "[Morgen] DD. MMMM",
      						nextWeek: "[am] dddd",
      						lastDay: "[Gestern]",
      						lastWeek: "[letzte] ddd",
      						sameElse: "DD.MM.",
      						className: "remove_empty_slot",
      								},
      				},
      					],
      			scenes: [
      				{
      					name: "DEFAULT",
      				},
      					],
      				},
      		},
      

      can anybody help??

      Thx SARCux

      posted in Troubleshooting
      S
      SARCux
    • RE: MMM-COVID19-AMPEL (focus on Germany)

      @sandy2503 Hat sich geklärt.
      Vielen Dank für die Rückfrage.

      BG
      SARCux

      posted in Health
      S
      SARCux
    • RE: MMM-CalendarExt2

      @debaetstony

      hi,
      these are my lines in the config.js

      views: [
      			{
      				name: "VIEW1",
      				mode: "daily",
      				title: "Termine nächsten Tage",
      				position: "top_center",
      				locale: "de-DE",
      				calendars: ["eigene Kalender eintragen"],
      				slotCount: 3,
      				slotTitleFormat: {
      						sameDay: "[Heute]",
      						nextDay: "[Morgen]",
      						nextWeek: "[am] dddd",
      						lastDay: "[Gestern]",
      						lastWeek: "[letzte] ddd",
      						sameElse: "DD.MM."
      								},
      			},
      
      			],
      

      2021-08-07 18_50_57-Window.png

      posted in Utilities
      S
      SARCux
    • RE: MMM-COVID19-AMPEL (focus on Germany)

      Finde die CityID auf der angegebenen Seite nicht. Kann da jemand helfen?
      In der Tabelle wird sie nicht mit angegeben und wenn ich die Karte öffne und den Landkreis auswähle sehe nicht nirgends die ID

      posted in Health
      S
      SARCux
    • RE: change resolution to 1680x1050

      Hi, thx
      raspi-config is not the answer…

      change the zoom in custom.ccs to 75%

      body {
      	transform-origin: top left;
      	zoom: 75%;
      	/*margin: 20px;
      	position: absolute;
      	/*height: calc(100% - 30px);*/
      	/*width: calc(100% - 30px);*/
      	background: #3a3cc0;
      	/*background-Color: #cccccc;*/
      	/*background-size: cover;*/
      	/*color: #99F */
      	color: #000;
      	font-family: "Roboto Condensed", sans-serif;
      	font-weight: 400;
      	font-size: 2em;
      	line-height: 1.5em;
      	-webkit-font-smoothing: antialiased;
      }
      
      

      then i can use right, center and left

      posted in Troubleshooting
      S
      SARCux
    • change resolution to 1680x1050

      Hi @all,
      i need your help. How can i change the resulution to 1680x1050 ??
      The display ist rotate in the config.txt, but the resolution ???

      AuflösungVNC Viewer.png

      posted in Troubleshooting
      S
      SARCux
    • RE: MMM-CalendarExt2

      @vulkandosii your screen looks very well. Can you send me your background?

      posted in Utilities
      S
      SARCux
    • RE: MMM-CalendarExt2

      Hi Guys,

      My MMM-CalendarExt2 is very small. How can I enlarge the font with the appointments?
      can i do this in the custom.css?
      What is the code?

      posted in Utilities
      S
      SARCux
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      Moin zusammen,

      kann mir jemand mitteilen wie ich die farbigen icons ins Wetter Modul integrieren kann?
      Stehe da grad aufm Schlauch und komme nicht weiter. 🤪

      posted in General Discussion
      S
      SARCux
    • 1
    • 2
    • 3
    • 2 / 3