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

    CyruS1337

    @CyruS1337

    Project Sponsor
    9
    Reputation
    1.8k
    Profile views
    150
    Posts
    0
    Followers
    10
    Following
    Joined
    Last Online

    CyruS1337 Unfollow Follow
    Project Sponsor

    Best posts made by CyruS1337

    • RE: Help with Update to 2.7.0

      Run the following command in the MagicMirror folder

      rm package-lock.json
      rm vendor/package-lock.json 
      

      Then execute in the folder the usual command for the upload

      git pull && npm install
      

      Now it should work

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Where to buy 2 way mirror in Switzerland (or French Alps) ?

      I followed the advice of kruemel and also ordered from Glas Troesch. But I would have to look at home, which light reflection has my mirror

      0_1551703448650_RADA4069.JPG

      posted in Hardware
      CyruS1337C
      CyruS1337
    • RE: So where's the kid?

      I think he was consumed :) Now is the current strawberry season

      posted in General Discussion
      CyruS1337C
      CyruS1337
    • RE: My Full-Length Smart Mirror

      Looks great! What did you take between the monitor and the frame? A black plate or a cloth?

      posted in Show your Mirror
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      @sdetweil
      ok, i changed it. Thanks for the information

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: My mini magic mirror (pyramid style) build video

      Wooow great work !!!

      posted in Show your Mirror
      CyruS1337C
      CyruS1337
    • RE: Contribute to a module. Volunteers wanted! Easy!

      n268 Zuerich, Switzerland

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: My hallway 27" MagicMirror! (Sweden)

      Great work, looks very nice !! Like it a lot.

      posted in Show your Mirror
      CyruS1337C
      CyruS1337

    Latest posts made by CyruS1337

    • 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