NickSutton
NickSutton
Hi, I attempted to parse NA 991 920 expecting `{ easting: 099100, northing: 912000 }` but instead receive ` { easting: 99100, northing: 912000 }` when using `OsGridRef.parse(na 991 920)`...
Hello, I've implemented the ticker, and am updating the elements dynamically, but running in to a problem. In my code I update the elements then call $('#ele').ticker(); which works fine...
PyAudio uses your default audio input device which is a microphone for most cases. You can also create a virtual audio input device using software such as [Voicemeeter](http://vb-audio.pagesperso-orange.fr/Voicemeeter/index.htm) on Windows,...
Hi, so i got the RPi to show the visualizations on screen. Pretty cool!! One thing though, they seem to be dancing away by themselves... Even with no audio playing...
Hi, just testing out the LED’s now I’ve got the full strip working but not seeing much white... Does this line ((https://github.com/scottlawsonbc/audio-reactive-led-strip/blob/e6964c27f025708df3d0d903f54b14539391cce2/python/led.py#L101)) require modifying to send a white value? Thanks
Hi, trying to get Grumble up and running on the Pi so I can leverage the websockets functionality. The install `go get mumble.info/grumble/cmd/grumble` Fails on a $GOPATH not set error,...
Hi, Which field would it be to pull in the local time from where the email was sent please? I tried `data.date` which gave me a time string a few...
Line 154, my Pi didn't like the commented text after the register array, I simply moved it to a new line and that solved the issue. `- name: system_datetime description:...
Hi, So I've got this pretty much reading most things I need but was wondering what modifications would be needed to write to the inverter? Ie Forced charge / discharge...
I'm seeing some HA errors in my logs for registers that don't have the correct Device Class etc. What should I be using where the value is not something that...