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: 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 / 1