• 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. KD
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
K
Offline
  • Profile
  • Following 0
  • Followers 1
  • Topics 3
  • Posts 19
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-CalendarExt3

    @sdetweil Thank you Sam, i tried that and still nothing…

    Here is my config now:

    {
      module: "MMM-CalendarExt3",
      position: "bottom_center",
      config: {
        mode: "month",
        instanceId: "basicCalendar",
        locale: 'en-UK',
    	fontSize: '25px',
    	refreshInterval: 10000,
        maxEventLines: 10,
        firstDayOfWeek: 1,
        calendarSet: ["KD", "Tini"],
    		}
    	},
    	{
      module: "calendar",
      config: {
        broadcastPastEvents: true, 
        maximumEntries: 100,
        calendars: [
    	{
    			name: "KD",
    			className: "KD",
    			url: "https://calendar.google.com/calendar/ical/basic.ics",
    			color: "green"
    		},
    		{
    			name: "Tini",
    			className: "tini",
    			url: "https://calendar.google.com/calendar/ical/basic.ics",
    			color: "pink"
    		},
    	]
    	}
          },
    
    posted in Utilities
    K
    KD
    Sep 11, 2022, 9:16 AM
  • RE: MMM-CalendarExt3

    @sdetweil Thanks Sam - do you mean “maxEventLines”?
    Screenshot 2022-09-10 193724.png

    If yes I have set them up to 10 now and still nothing

      module: "MMM-CalendarExt3",
      position: "bottom_center",
      config: {
        mode: "month",
        instanceId: "basicCalendar",
        locale: 'en-UK',
    	fontSize: '25px',
    	refreshInterval: 10000,
        maxEventLines: 10,
        firstDayOfWeek: 1,
        calendarSet: ["KD", "Tini"],
    		}
    	},
    
    posted in Utilities
    K
    KD
    Sep 10, 2022, 7:16 PM
  • RE: MMM-CalendarExt3

    @sdetweil Hi there - i can download the file by putting the URL in the browser and open it in Outlook and see the events…

    Also, I use both URL’s in another 2 magic mirrors I have in the house… I’m confident it’s not the URL’s

    posted in Utilities
    K
    KD
    Sep 10, 2022, 7:09 PM
  • RE: MMM-CalendarExt3

    Hi Guys,

    Just installed a brand new MM instance and downloaded the latest MMM-CalendarExt3 but for some reason i get no entries from my google calendars…

    I get entries if i setup MMM-CalendarExt2 or the default calendar but not on MMM-CalendarExt3…

    Here is my Config

    {
      module: "MMM-CalendarExt3",
      position: "bottom_center",
      config: {
        mode: "month",
        instanceId: "basicCalendar",
        locale: 'en-UK',
    	fontSize: '25px',
    	refreshInterval: 10000,
        maxEventLines: 5,
        firstDayOfWeek: 1,
        calendarSet: ["KD", "Tini"],
    		}
    	},
    	{
      module: "calendar",
      config: {
        broadcastPastEvents: true, 
        calendars: [
    	{
    			name: "KD",
    			className: "KD",
    			url: "https://calendar.google.com/calendar/ical/basic.ics",
    			color: "green"
    		},
    		{
    			name: "Tini",
    			className: "tini",
    			url: "https://calendar.google.com/calendar/ical/basic.ics",
    			color: "pink"
    		},
    	]
    	}
          },
    

    Screenshot 2022-09-10 193724.png

    posted in Utilities
    K
    KD
    Sep 10, 2022, 6:44 PM
  • RE: mmm-amazon-photos - slideshow not working

    I cannot see any errors relating to the module in the console…

    I have raised it as issue on the GitHub repo.

    Many thanks for your help.

    Regards

    KD

    posted in Troubleshooting
    K
    KD
    May 9, 2022, 10:49 AM
  • RE: mmm-amazon-photos - slideshow not working

    @sdetweil Hey Sam - it just displays one image of the album and it doesn’t rotate any other images… if I reboot the RPi or if I refresh MM it changes the image… but sits on that single image…

    Thanks

    KD

    posted in Troubleshooting
    K
    KD
    May 8, 2022, 10:13 AM
  • mmm-amazon-photos - slideshow not working

    Hello All,

    First post (and I am a Newbie) so please be understanding :)

    I have issues with getting MMM-Amazon-Photos to do slideshow for some reason… here is my config

    {
          module: 'mmm-amazon-photos',
          // position is important
          position: 'fullscreen_below',
          config: {
    		  slideshowSpeed: 60 * 60 * 1000,
    		  imageUrls: ['https://www.amazon.co.uk/photos/share/MyShare']
            // see below for configurable options
          },
        },
    

    I have also tried with this config too but same result:

    {
          module: 'mmm-amazon-photos',
          // position is important
          position: 'fullscreen_below',
          config: {
    		  slideshowSpeed:  10000,
    		  imageUrls: ['https://www.amazon.co.uk/photos/share/MyShare']
            // see below for configurable options
          },
        },
    

    Any help anyone could offer would be greatly appreciated!

    Many Thanks in advance

    posted in Troubleshooting
    K
    KD
    May 7, 2022, 7:44 PM
  • RE: MMM-COVID19

    @sdetweil Will do thank you - apologies i am new first post actually :)

    posted in Health
    K
    KD
    Oct 22, 2020, 3:04 PM
  • RE: MMM-COVID19

    Hi Guys, I cannot get this to work - not sure what i am doing wrong…i can only see the header displaying and nothing else… please help! my config looks like this:

      {
                        module: 'MMM-COVID19',
                          position: "bottom_right",
                          config: {
                          header: "COVID-19 Stats",
                          worldStats: true,
                          rapidapiKey: "My Rapidapikey",
                          orderCountriesByName: "false",
                          countries: [ "Austria", "Germany", "Italy" ],
                          updateInterval: 10000000,
                          lastUpdateInfo: "true",
                          headerRowClass: "small",
                          infoRowClass: "medium",
                                }
                      },
    

    Many Thanks in advance

    posted in Health
    K
    KD
    Oct 22, 2020, 3:01 PM
  • 1
  • 2
  • 2 / 2
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