Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework tutorial not running correctly #124

Open
GoogleCodeExporter opened this issue Mar 26, 2015 · 0 comments
Open

Framework tutorial not running correctly #124

GoogleCodeExporter opened this issue Mar 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.following the tutorial
2.
3.
...

WebIOPi version used?
=>0.7.0

Python version used?
=>2.7.3

Distro used? (WebIOPi has only been tested on Raspbian Wheezy)
=>Raspbian

Raspberry Pi board revision? (1 or 2)
=>2

For Javascript side bugs, Browser?
=>Chrome, IE

Please provide any additional information below.

When I'm following the framework basis tutorial, I don't get the same result as 
it should. see attachment. Functions are OK, LED goes on and off but the button 
is not like it should.
I have the same problem when I'm doing the macros tutorial.

Also when I add more than 3 buttons the same as from the Original framework 
tutorial I'm not able to control the GPIO.
The button has a different color and will not do anything.
I tried GPIO 7, 21, 24 etc. I set the config file like it was recommended.

Strange thing is that the layout of the button as described below, doesn't seem 
to be recognised. the tekst stays completely black in Geany.
Am I missing a library or something like that?

<style type="text/css">
                button {
                        display: block;
                        margin: 5px 5px 5px 5px;
                        width: 160px;
                        height: 45px;
                        font-size: 24pt;
                        font-weight: bold;
                        color: white;
                }

                #gpio17.LOW {
                        background-color: Black;
                }

                #gpio17.HIGH {
                        background-color: Blue;
                }
        </style>

Regards,

Stefan van Amerongen

Original issue reported on code.google.com by [email protected] on 29 Oct 2014 at 10:27

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant