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

schwarem

@schwarem

0
Reputation
1
Profile views
10
Posts
0
Followers
0
Following
Joined Sep 17, 2020, 2:10 AM
Last Online Jan 6, 2025, 12:19 AM

schwarem Unfollow Follow

Latest posts made by schwarem

  • RE: MMM-CalendarExt3Agenda only showing a few days of items

    @Como What was the resolution to this? I too have used this module for a while and it worked great. I about a week ago, I noticed it was only showing events through the end of May and not anything in June. Now that it is June 1, it shows events for the next 7 days again. Did you have it cutoff displaying events at the end of the month?

    posted in Troubleshooting
    S
    schwarem
    Jun 1, 2024, 11:29 AM
  • MMM-GooglePhotos Stuck on Loading

    My MMM-GooglePhotos module quit loading photos a couple of days ago. Nothing has changed in my configuration. Did Google change something to cause an issue with the module? I just have “Loading” in the bottom right corner.

    posted in Troubleshooting
    S
    schwarem
    Apr 28, 2024, 11:51 PM
  • RE: MMM-CalendarExt3Agenda Only loading a few items.

    @MMRIZE

    Increasing the WaitFetch worked. Thanks to everyone for the suggestions.

    By the way, I have a Raspberry Pi 4 B with 1 gb of RAM which had enough power for CalendarExt2.

    posted in Troubleshooting
    S
    schwarem
    Feb 4, 2024, 10:42 PM
  • RE: MMM-CalendarExt3Agenda Only loading a few items.

    @sdetweil Yes. and I just ran it again.

    posted in Troubleshooting
    S
    schwarem
    Feb 4, 2024, 4:07 PM
  • RE: MMM-CalendarExt3Agenda Only loading a few items.

    @sdetweil

    Below is the screenshot. It is loading everything, but not displaying in CalendarExt3. I also noticed in the debug console there was the message below. I don’t know what it means.

    c92f6168-d3c0-4a42-8a26-05a585321316-image.png

    dce7f440-1f51-42db-9f39-01f94dbb6fd9-image.png

    posted in Troubleshooting
    S
    schwarem
    Feb 4, 2024, 3:47 PM
  • RE: MMM-CalendarExt3Agenda Only loading a few items.

    @sdetweil
    Thanks for the update. Still no luck.

    posted in Troubleshooting
    S
    schwarem
    Feb 4, 2024, 3:17 PM
  • RE: MMM-CalendarExt3Agenda Only loading a few items.

    @sdetweil

    I switched it to only about the calendar list, but I still have the same issue.

    {	
    			module: "calendar",
    			position: "top_left",
    			config: 
    			{
    			broadcastPastEvents: false, 
    			fade: false,
    			coloredText: true,
    			maximumEntries: 15,
    			showLocation: true,
    			calendars: 
    			[
    				{
    
    posted in Troubleshooting
    S
    schwarem
    Feb 4, 2024, 4:00 AM
  • MMM-CalendarExt3Agenda Only loading a few items.

    I am rebuilding my Magic Mirror with the new CalendarExt3Agenda control after having used the CalendarExt2 controls for years to manage my multiple family calendars and activities. I can’t get all the entries to show up on the CalendarExt3Agenda control. It sometimes loads one or two of the calendar events from the Soccer calendar, but none from the others. Below is a screenshot with the basic calendar control shown and the CalendarExt3Agenda section of my config file. What am I missing?

    {	
    			module: "calendar",
    			position: "top_left",
    			//hiddenOnStartup: true,
    			config: 
    			{
    			broadcastPastEvents: false, 
    			hiddenOnStartup: true,
    			calendars: 
    			[
    				{
    					url: "https://calendar.google.com/calendar/file.ics",
    					name: "Molly", 
    					color: "Magenta", 
    					broadcastPastEvents: false, 
    					maximumEntries: 100, 
    					symbol: 'person-dress', 
    				},
    				{
    					url: "https://calendar.google.com/calendar/file.ics",
    					name: "Soccer", 
    					color: "Green", 
    					broadcastPastEvents: false, 
    					maximumEntries: 100, 
    					symbol: 'futbol', 
    				},
    			],
    			},
    		},
    		
    		{
    			module: "MMM-CalendarExt3Agenda",
    			position: "top_left",
    			title: "Family Agenda",
    			config: 
    			{
    				useWeather: false,
    				showMiniMonthCalendar: false,
    				hiddenOnStartup: true,
    			}
    		},
    

    Calendar Screenshot.JPG

    posted in Troubleshooting
    S
    schwarem
    Feb 3, 2024, 8:53 PM
  • MMM-Remote-Control Error After Accessing From Browser After Installation

    I just installed and configured the MMM-Remote-Control Module. I tried accessing it from my phone and from a different computer after I added the IP addresses to the whitelist. On both systems, I get the following error:

    {“status”:“error”,“reason”:“unknown_command”,“info”:“original input: {}”}

    That is the only line that shows up in the browser. Any advice?

    posted in Troubleshooting
    S
    schwarem
    Oct 2, 2020, 2:39 AM
  • RE: How add transparent background to modules

    I am not having any success with this either. Here is my CSS. Can someone help me out?

    body {
    	color: #aaa;
    }
    
    .dimmed {
      color: #666;
    }
    
    .normal {
      color: #999;
    }
    
    .bright {
      color: #fff;
    }
    
    .module.clock {
      background-color:rbga(255,255,255,0.4);
      border-radius:8px;
      padding:8px;
    }
    
    posted in Custom CSS
    S
    schwarem
    Sep 17, 2020, 2:39 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy