Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PING NOK since Invalid date #1

Closed
ThomasH-W opened this issue Aug 16, 2018 · 4 comments
Closed

PING NOK since Invalid date #1

ThomasH-W opened this issue Aug 16, 2018 · 4 comments

Comments

@ThomasH-W
Copy link

I do get an error when using the module:
PING NOK since Invalid date
Update requested at : Do. - 21:40:34

System: Raspberry 3 based on Stretch
Localisation Options: de-DE.UTF-8 UTF-8 auswählen

I do see the picture/stream when using the url in a chrome web-browser

config.js:

var config = {
	language: 'de',
	timeFormat: 24,
	units: "metric",
	modules: [
		{   // ------------------------------------------------------------------------ module
			module: 'MMM-iFrame-Ping',
				position: 'middle_center',	// This can be any of the regions.
				config: {
					// See 'Configuration options' for more information.
					url: "https://video.nest.com/embedded/live/wSbs3mRsOF?autoplay=1",
					height:"100%", 
					width:"100%",
					autoRefresh: true, //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" 
				}
		}, // end of module
	]
};
@AgP42
Copy link
Owner

AgP42 commented Aug 17, 2018

Hello,
the problem is that is seams that NEST server refuses to answer to ping, as you can see bellow (google answers, not nest...)
image
So you will not be able to use my module with nest camera...

I will update the readme file and the description of it.

I advice you to test one of the other iFrame module, see here

Sorry and good luck :-)

AgP42 added a commit that referenced this issue Aug 17, 2018
@ThomasH-W
Copy link
Author

Thanks for the quick response.
I did a reboot of the system.
Now the error message is still visible for a while but then the page gets loaded.

@AgP42
Copy link
Owner

AgP42 commented Sep 7, 2018

Hello,

on the next version (no idea when, sorry...), I will add a parameter to remove the "ping" request, this will probably solve your problem

Bye,

@ThomasH-W
Copy link
Author

Take your time, this is not a priority.
Anyway, thanks for sharing this module.

@AgP42 AgP42 closed this as completed Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants