I wanted an IP screen that shows my current IP Number for the internet. dyndns.org wasn`t working properly and I needed it to use with an IP Camera, so people are directed to the correct place to view the cam.
I completed it using the new screen editor. I started a new 635 screen, named it as an IP screen. Started to configure, opened the text/html file handler, changed to html, pointed it to this site
http://blink.blank.com/
EDIT: Had to put a false address in as it was making too many calls to the address, back to the drawing board for now.
Changed the timer to 600, giving once every 10 minutes, as the site allows 3 times in 10 minutes. I presume the plugin will only try when the screen is in view on the module, so this should be better for the site owner. The html page shows your IP number, so I did a quick lookup and found some regex to locate and mirror IP numbers within a page onto the new screen.
(\d{1,3}\.){3}\d{1,3}
Result......
Reider
I completed it using the new screen editor. I started a new 635 screen, named it as an IP screen. Started to configure, opened the text/html file handler, changed to html, pointed it to this site
http://blink.blank.com/
EDIT: Had to put a false address in as it was making too many calls to the address, back to the drawing board for now.
Changed the timer to 600, giving once every 10 minutes, as the site allows 3 times in 10 minutes. I presume the plugin will only try when the screen is in view on the module, so this should be better for the site owner. The html page shows your IP number, so I did a quick lookup and found some regex to locate and mirror IP numbers within a page onto the new screen.
(\d{1,3}\.){3}\d{1,3}
Result......
My IP
123.456.654.321
123.456.654.321
Reider
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
Last edited: