Closed maik-dmxc closed 2 years ago
same problem. But according to web-app-simple.png there must be also at least pattern of colors and buttons for effects. Also checked in MAMP server on my PC - same result.
By default the simple.html tries to reach the internet to load this page. You can change it to load locally from the chips spiffs.
You also need to download isotope.pkgd.min.js for local use, and include it in the simple.htm. Not sure why its not in the library by default.
Couldn't get this work, any one have pointers? I've downloaded the isotop....js and added it into the /js folder. Still will not populate in either IE or chrome.
I have the same issue. Using Chrome developer tools , this seems to be the issue.
simple.js:49 Uncaught ReferenceError: ReconnectingWebSocket is not defined at simple.js:49
IN simple.js line 49 reads
var ws = new ReconnectingWebSocket('ws://' + address + ':81/', ['arduino']);
Ah, simple.htm wasn't including that library. This should fix it: https://github.com/jasoncoon/esp8266-fastled-webserver/commit/757e3b2fd8ba86a17788491478615fc935acf0a0
Added that line and still nothing. Seems something is broken as not all of the js is being called or acknowledged.
Closing due to >1 year inactivity.
the webpage http://xxx.xxx.x.xx/simple.htm only shows 2 buttons ( on & off)
`
iss this a bug or a feature?
regards maik