sam detweiler

Results 355 comments of sam detweiler

one should note that developers 'utilize modules installed by MagicMirror Core.' is because we don't have professional developers and they are cloning the default modules and re-using the code.. this...

i can browse to cloud.estimote.com, but have to logon of course.. the appid/token should bypass that logon of course

the downloadable UWB app connects and presents the beacon. so its not network access

in my case, I need to change the service being advertised.. i connect from my app send data from characteristic in esp32 loop delay 1 second (wait for milis() to...

undefined in this context means not set. the module calling updateDom() says the content changed. it's the module's job to tell MagicMirror. we don't compare old vs new.

in modules where I don't want the change flash, I return the same Dom object tree I built last(first) time. so the replace is identical. the browser knows if the...

cool.. I am wrong.. so, edit the code and try it out.. see what happens.. all you have to do is remove 2 quotes.. you can use the developers window...

there is a module that does this now in 3rd party list https://github.com/Toreke/MMM-Dynamic-Modules

really there's just one install, it copies the files and does NPM install and then you can run any one of the three environments from there full or server only...