jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
712 stars 358 forks source link

cant open http://xxx.xxx.x.xx/simple.htm #77

Closed maik-dmxc closed 2 years ago

maik-dmxc commented 6 years ago

the webpage http://xxx.xxx.x.xx/simple.htm only shows 2 buttons ( on & off)

`<!DOCTYPE html>

ESP8266 + FastLED by Evil Genius Labs

`

iss this a bug or a feature?

regards maik

nekitoss commented 6 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.

anarchking commented 6 years ago

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.

anarchking commented 6 years ago

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.

killrmodz commented 5 years ago

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.

ArcadeNut commented 5 years ago

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']);

jasoncoon commented 5 years ago

Ah, simple.htm wasn't including that library. This should fix it: https://github.com/jasoncoon/esp8266-fastled-webserver/commit/757e3b2fd8ba86a17788491478615fc935acf0a0

killrmodz commented 5 years ago

Added that line and still nothing. Seems something is broken as not all of the js is being called or acknowledged. capture capture2

henrygab commented 2 years ago

Closing due to >1 year inactivity.