Just updated the new repo.
It’s alive again.
Thanks great job
Just updated the new repo.
It’s alive again.
Thanks great job
I am on v6.12.3
And not working when I update npm install
I returned from a copied img from my sd card to an older version and only did
git pull
didn’t do the
npm install
at least now it works again
Also my MagicMirror is a blank screen. Will not start again
Bose uses XML for replies most other systems use JSON
Yes I only play classics (Music I can understand)
Maybe you could try this
let mycanvas = document.createElement("canvas"); // changed from div to canvas
mycanvas.id=("divcanvas")
let target=document.getElementById("divcanvas")
I made a typo yesterday
@axor I had installed a Dakboard. then I found a link to MagicMirror.
Now I am hooked to MagicMirror the best there is.
Okay I might have an idea
Change your createElement part to
let mycanvas = document.createElement("div");
mycanvas.id=("divcanvas")
let target=document.getElementById("divcanvas")
@sispheor Is everything invisible or just the gauge?
Do you see pressure or temperatures?
What is in your console.log from
console.log('adafruit_python_bpm.py results: %j', results[0]);
What is the code in your start.
I expect you don’t add the wrapper to the dom