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

    Posts

    Recent Best Controversial
    • RE: MMM-IQAir

      @lparco I have the same problem.

      I installed the module and entered the following in the config

      		{
      		module: 'MMM-IQAir',
      		position: 'bottom_right',
      		config: {
      			key: 'kGdYrWay***********',
      		}
      		},
      

      Unfortunately, no luck. It doesn’t even show it to me. What could be wrong?

      posted in Utilities
      CyruS1337C
      CyruS1337
    • RE: MMM-CalendarExt3

      @sdetweil thanks a lot. It works

      posted in Utilities
      CyruS1337C
      CyruS1337
    • RE: MMM-CalendarExt3

      @sdetweil

      Great, it worked. I have one more question.
      Do I have to use the “calendar” module from MagicMirror, or would the MMM-MyCalendar module also work?

      						{
      			module: "MMM-MyCalendar",
      			position: "bottom_right",	// This can be any of the regions. Best results in left or right regions.
      			header: 'Kalender Andreas',
      		  config: {
      			colored: true,
      			maxTitleLength: 30, 
      			maximumEntries: 4,
      			displayRepeatingCountTitle: true,
      			timeFormat: "HH:mm",
      			dateFormat: "DD:MM:YYYY",
      			joiningWord: "um",
      			calendars: [
      			{
      				url: 'https://calendar.google.com/calendar/ical/................./basic.ics',
      				color: "#5b53d4",
      				symbol: 'calendar',
      				auth: {
      					user: 'username',
      					pass: 'superstrongpassword',
      					method: 'basic'
      								}
      			},
      			],
      	}
      		},
      						{
      			module: "MMM-MyCalendar",
      			position: "bottom_right",	// This can be any of the regions. Best results in left or right regions.
      			header: 'Kalender Daniela & Andreas',
      		  config: {
      			colored: true,
      			maxTitleLength: 30, 
      			maximumEntries: 4,
      			displayRepeatingCountTitle: true,
      			timeFormat: "HH:mm",
      			dateFormat: "DD:MM:YYYY",
      			joiningWord: "um",
      			calendars: [
      			{
      				url: 'https://calendar.google.com/calendar/ical/................./basic.ics',
      				color: "#f05db0",
      				symbol: 'calendar',
      				auth: {
      					user: 'username',
      					pass: 'superstrongpassword',
      					method: 'basic'
      								}
      			},
      			],
      	}
      		},
      
      posted in Utilities
      CyruS1337C
      CyruS1337
    • RE: MMM-CalendarExt3

      Hello everyone

      I hope you can help me. I’m trying to get the calendar to display in Calendar Ext3.

      This is what my configuration looks like

                              {
                                module: "calendar",
                                position: "top_left",
                                config: {
                                  broadcastPastEvents: true, // <= IMPORTANT to see past events
                                  calendars: [
                                    {
                                      url: "https://calendar.google.com/calendar/ical/....................ics",
                                      name: "Andreas", // <= RECOMMENDED to assign name
                                      color: "red" // <= RECOMMENDED to assign color
                                      }
                              ]
                              }
                            },
                              {
                                module: "MMM-CalendarExt3",
                                position: "bottom_bar",
                                 title: "",
                                 config: {
                                  mode: "month",
                                  instanceId: "basicCalendar",
                                  locale: 'de-CH',
                                  maxEventLines: 5,
                                  firstDayOfWeek: 1,
                                  calendarSet: ['Andreas'],
                                }
                      },
      
      posted in Utilities
      CyruS1337C
      CyruS1337
    • RE: MMM-RTSPStream

      Does somebody has any idea?

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • MMM-RTSPStream

      good day

      I would like to have my 8 surveillance cameras (Unifi) displayed on a monitor. Therefore I heard myself that I have the MagicMirror or the mmm-rtspstream module for my project.

      Enclosed my config:

      {
          module: "MMM-RTSPStream",
          position: "top_left",
          config: {
              autoStart: true,
              rotateStreams: true,
              rotateStreamTimeout: 10,
              moduleWidth: 354,
              moduleHeight: 240,
              localPlayer: 'omxplayer',
              remotePlayer: 'none',
              showSnapWhenPaused: true,
              remoteSnaps: true,
              stream1: {
                  name: 'Wald',
                  url: 'rtsp://IPCAM/42z4585742524dud1h',
                  frameRate: 'undefined',
                  snapshotType: 'url',
                  snapshotRefresh: 10,
                  width: undefined,
                  height: undefined,
                  },
              }
      },
      {
          module: "MMM-RTSPStream",
          position: "top_right",
          config: {
              autoStart: true,
              rotateStreams: true,
              rotateStreamTimeout: 10,
              moduleWidth: 354,
              moduleHeight: 240,
              localPlayer: 'omxplayer',
              remotePlayer: 'none',
              showSnapWhenPaused: true,
              remoteSnaps: true,
              stream1: {
                  name: 'Einfahrt',
                  url: 'rtsp://IPCAM/F5478u56hngdyzEYHt',
                  frameRate: 'undefined',
                  snapshotType: 'url',
                  snapshotRefresh: 10,
      			width: undefined,
                  height: undefined,
                  },
              }
      },
      

      I see the picture linked, but the picture is outside the frame and I see nothing on the right.

      Was I wrong?

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: MMM-Page - How does the page change

      @Stoffbeuteluwe

      Has worked so far, thanks.

      Now the positions of the modules which are in the corners are no longer in the corners but are slightly offset against inside.

      How can I, for example, bring my QR code module (MMM-EasyPix) to the outside, towards the edge of the screen?

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: MMM-Page - How does the page change

      @Stoffbeuteluwe Ok, thanks for the tip. I will try it tonight.

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: MMM-Celebrations [german only!]

      Oo cool, thank you :) coole Sache, weiter so ;)

      posted in Entertainment
      CyruS1337C
      CyruS1337
    • MMM-Page - How does the page change

      What do I have to set that every 5 seconds the page change. I would like to always display the module MMM-BackgroundSlideshow and two modules are displayed on the page: MMM-NowPlayingOnSpotify, MMM-EasyPix, MMM-SystemStats, compliments.

      That would be my configuration to the module and to the MMM Page Indicator

      {
              module: 'MMM-pages',
              config: {
                      modules:
                          [[ "MMM-NowPlayingOnSpotify", "MMM-EasyPix"],
                           [ "MMM-SystemStats", "compliments" ]],
                      fixed: ["MMM-BackgroundSlideshow", "MMM-page-indicator"],
      				animationTime: 5000,
        }
      },
      	
      {
              module: 'MMM-page-indicator',
              position: 'bottom_bar',
              config: {
                  pages: 2,
        }
      },
      

      At the moment, only the first page is displayed

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • 1 / 1