nuketownhf

Results 16 comments of nuketownhf

Hello, thanks for the quick response, if I change it to: $(document).ready(function() { $("#signature").jSignature({ color:"black", lineWidth:5, height:100, width: 100 }); }) it will let my CANVAS where I draw the...

Hello, I'll try to clarify it with an image: [https://i.imgur.com/rcIP2bc.png](https://i.imgur.com/rcIP2bc.png) so basically the black box is the box where I can draw the signature the blue box is the signature...

I mean somewhere in the javascript file its defined that the first pixel and the last pixel of the signature drawing should be taken

by the way if I draw points at the corners the image result will look exactly how I want the image to be [https://i.imgur.com/GFFYfBc.png](https://i.imgur.com/GFFYfBc.png) regarding resizing the signature before the...

This happens if you have multiple Ringdoorbells The issue is located on #138 @tchellomello has to sort the IDs by order to have them fixed in position

I made it to work by myself by editing line 232 (method called __devices) to ---- ``` if device_type == 'doorbells': req = self.query(url).get('doorbots') for member in list((obj['description'] for obj...

Hello, I can't do a PR at the moment as the versions have been changed. You just need to sort the list of the IDs desc or asc so it...

I am having the same problem! Somebody got a fix for that issue? EDIT: fixed it myself. #138

I don't get why such simple questions do not get any answers, I'd love to know it too... EDIT: after experimenting I found out that changing the recording_url function in...