Potsky

Results 69 comments of Potsky

Ok perfect ! The problem was just the missing `type="text/css"`. Thanx! ps : SASS/SCSS/Compass preprocessor do not like the `#{}` syntax in `-dyn-webkit-transform: '"translate( 0px , #{-1*@win-scrollTop}px) "';`for example

Escaping # works

Hi @jschram Can't wait to test this! Do you know if we can handle sheets? We generate files with several sheets and need different custom styles on each sheet.

> Hi @potsky > > > Can't wait to test this! Do you know if we can handle sheets? We generate files with several sheets and need different custom styles...

@jschram it works! Finally we have found an other way for our multi-sheet so we will not add more feature.

Oops me too... The deprecated API is perhaps down now. I'll check this when coming back from holidays in two weeks.

Hello, it means your credentials are not correct. Double check if you have no error in your login, password, client and client secret in the configuration file...

Hi, You don't have to complete these both URL. When you say that your account is suspended, where do you see this information ? In the Netatmo widget ? If...

All informations are stored in the $result array. Just get the wanted metrics and add them in the output string.

Hi, just create this file : `css/style.user.css` and put : ``` td#inside { display:block; } td.outside { display:block; } ``` And you will get this :