• 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. 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 169
  • Groups 0

Posts

Recent Best Controversial
  • 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
    J
    JerryP
    Mar 26, 2022, 6:07 AM
  • 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
    J
    JerryP
    Mar 25, 2022, 7:15 AM
  • 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
    J
    JerryP
    Mar 19, 2022, 6:28 AM
  • RE: CALENDAR ERROR with ICLOUD

    @fozi
    your welcome

    posted in Troubleshooting
    J
    JerryP
    Mar 7, 2022, 12:14 PM
  • 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
    J
    JerryP
    Mar 6, 2022, 4:12 PM
  • 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
    J
    JerryP
    Mar 6, 2022, 10:01 AM
  • 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
    J
    JerryP
    Mar 6, 2022, 9:44 AM
  • 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
    J
    JerryP
    Mar 6, 2022, 8:59 AM
  • 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
    J
    JerryP
    Mar 6, 2022, 8:29 AM
  • RE: MMM-IPCam format

    @volkae yes but a screensaver on een security cam???

    @thephantom_nl I’m using the OMX_player is standard on the raspberry.
    But you must set the decoder in your cam on H.246

    {
    		module: "MMM-RTSPStream",
    		position: "upper_third",  // "middle_center" "upper_third"
    		config: {
    			autoStart: true,
    			rotateStreams: false,
    			rotateStreamTimeout: 20,
    			moduleWidth: 720,
    			moduleHeight: 320,
    			localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
    			remotePlayer: 'none',
    			showSnapWhenPaused: false,
    			remoteSnaps: false,
    			  stream1: {
    			  name: 'Garage 1',
    			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=1&subtype=1',
    			  protocol: "tcp",
    			  frameRate: 25,
    			  muted: true,
    			},
    			  stream2: {
    			  name: 'Steeg',
    			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=3&subtype=1',
    			  protocol: "tcp",
    			  frameRate: 25, 
    			  muted: true,
    			},
    			  stream3: {
    			  name: 'Garage  2',
    			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=2&subtype=1',
    			  protocol: "tcp",
    			  frameRate: 25, 
    			  muted: true,
    			},
    			  stream4: {
    			  name: 'MvH',
    			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=4&subtype=1',
    			  protocol: "tcp",
    			  frameRate: 25, 
    			  muted: true,
    			},
    			}},
    

    NL ik denk dat het grootste probleem in je decoder van je camera beelden zit. hier had ik ook erg veel last van. Als je hem dan hardware matig op die H.246 zet dan blijft hij bij mij wel draaien. zelfs 4 beelden tegelijk.

    posted in Troubleshooting
    J
    JerryP
    Mar 6, 2022, 8:09 AM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 16
  • 17
  • 6 / 17
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