{
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"
}},
Read the statement by Michael Teeuw here.
Posts
-
RE: Any modules that could display a livestream
-
RE: MMM-Screencast 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
{ 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, } },
-
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.
-
RE: need help pleas MMM-MyCalendar does not work
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!
-
RE: MM-Calendar Module - iCloud Public Calendar not working
@thorn2910
and now u use the p44-caldev if u chance the server to p49HTTP 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.
-
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… -
RE: MM-Calendar Module - iCloud Public Calendar not working
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
-
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.