jymbob
jymbob
@Grubba27 I'd be happy to take a look, but TypeScript and node aren't my usual set of tools. From a quick scan of import-scanner.ts, it looks like we'd need to...
Simplified example follows. I'm very happy to hear alternative suggestions for how to handle this. Framework modules: `ComponentHolder` `Component1` `Component2` componentMap.js (part of ComponentHolder module): ``` const Component1 = lazy(()...
I'd vote for the former if that's an easy change. A reminder once that you've got something unusual going on is handy. A reminder every time starts to get ignored
It looks like the code just takes whatever is written in OnText and OffText and pastes it verbatim inside a span. I can't see any reason why initialising it with:...
Can you post the contents of mijia-720p-hack.cfg? On Mon, 12 Nov 2018, 11:45 StormProff, wrote: > I did everything according to the instructions; access via telnet was, > In the...
Others have had some success with this camera. It started with an [issue raised on FangHacks](https://github.com/samtap/fang-hacks/issues/235), then someone managed to get telnet working from a custom image (now hosted [here](https://github.com/jymbob/fang-hacks)...
I can confirm that the Mijia 720P firmware works. I've put together a repo with instructions: https://github.com/jymbob/chuangmi-720-hack Note I'm not the author of any of the code, just collating it...
@Zippeyrude what DVR are you using? Something like an NVR should allow you to enter a custom URL for the stream. So you'd set it up with: IP Address:
I mainly put this repo together to pull in a few disparate projects that combined give you a functional camera. Sorry that you're having difficulty. I'd strongly recommend taking a...
Hi @fliphess glad you found it useful! I'll add a couple of suggestions as issues to your repo. Looks like you've got more time/skills available for this project. If you...