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

    Posts

    Recent Best Controversial
    • RE: Any modules that could display a livestream

      @tanvir586

      the config is on top

      posted in Requests
      JerryPJ
      JerryP
    • RE: Any modules that could display a livestream

      @tanvir586
      For me in Holland is the BBC live stream no go. Butt YouTube or a other site is working at mini mirror version 2.18

      posted in Requests
      JerryPJ
      JerryP
    • RE: Any modules that could display a livestream

      @adrien00

      		{
      		module: 'MMM-iFrame-Ping',
      		position: 'middle_center',	// This can be any of the regions.
      		config: {
      			// See 'Configuration options' for more information.
      			url: "https://", //url to display
      			height:"100%", 
      			width:"100%",
      			autoRefresh: false, //set to false for video
      			updateInterval: 1, //in min. Only if autoRefresh: true
      			displayLastUpdate: true,
      			width: "100%", // Optional. Default: 100%
      			height: "400px", //Optional. Default: 100px
      			scrolling: "no" 
      			}},
      
      posted in Requests
      JerryPJ
      JerryP
    • RE: MMM-Screencast Position

      @poucedeleon

      Possible values are top_bar , top_left , top_center , top_right , upper_third , middle_center , lower_third , bottom_left , bottom_center , bottom_right , bottom_bar , fullscreen_above , and fullscreen_below

       {
              module: "MMM-Screencast",
              position: "top_right", // This position is for hidden <div /> ect.
              config:  {
                     position:   " ", //Possible values are top_bar , top_left , top_center , top_right , upper_third , middle_center , lower_third , bottom_left , bottom_center , bottom_right , bottom_bar , fullscreen_above , and fullscreen_below
                     height:   300,
                     width:   500,
                     x:   -700,
                     y:   0,
           }
      },
      
      posted in Bug Hunt
      JerryPJ
      JerryP
    • RE: CALENDAR ERROR with ICLOUD

      @fozi
      your welcome

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: CALENDAR ERROR with ICLOUD

      @acdacd2
      Today i’t was iCloud server swap day. I think there where lot of problems. But erverywone have got the same solution.

      • stop share the calendar at the iCloud platform
      • log-out
      • log in
      • make a new share and get the new link.
      • chance the config file at the mirror.

      And de kalander module is working again.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: need help pleas MMM-MyCalendar does not work

      @stoffbeuteluwe

      Same problem.

      @Thorn2910  
      
      
      Woha!!!
      
      I just unchecked the Public calendar in iCloud and rechecked it again - this changed the link to
      
      webcal://p102-caldav.icloud.com/published/2/xxx
      and now it works again!
      
      Changing to solved!
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: MM-Calendar Module - iCloud Public Calendar not working

      @thorn2910
      and now u use the p44-caldev if u chance the server to p49

      HTTP 503 is a temporary error code (“Service unavailable”) indicating iCloud servers aren't responding correctly to requests from your devices. The error typically gets resolved as GoodNotes automatically retries, but we're getting many reports of the error lingering on, causing sync failures.
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: MM-Calendar Module - iCloud Public Calendar not working

      @thorn2910
      And the web url is 100% correct at your iCloud account. for sharing you Ical…

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: MM-Calendar Module - iCloud Public Calendar not working

      @thorn2910

      Goodmorning

      {
      			module: "calendar",
      			header: "Jerry",
      			position: "top_left",
      			config: {
      			calendars: [
      					{
      			symbol: "calendar-check",
      			maximumNumberOfDays: '3',
      			maximumEntries:'3',
      			url: "webcal://p49-caldav.icloud.com/published/2/blablablabla"					}
      				]
      		}},
      

      I see that you use https:// and I’m using webcam:// her it’s running fine

      posted in Troubleshooting
      JerryPJ
      JerryP
    • 1 / 1