Benoit
Benoit
I checked by creating a new directory in the views directory, and running meteor-kitchen with --clean argument set. like: `meteor-kitchen myapp.json ./myapp --clean` The newly created directory was not cleaned...
I think it's now complete. PS: when using APIKEY to display data is like login in and it gives access to all kind of data the user has access to....
Hi glynhudson, I think I had the same error before I made the database update. I have written the README just after that episode. App module uses a specific table...
@glynhudson Please before testing this code, correct the user_model.php file (around line 442) where the sql query selecting user language is incorrect. This error correction is not part of app...
Hi Tristan and Glyn In new pullrequest I changed the checktable code the way proposed, its shorter and efficient. I changed the myelectric colours to blue I added the missing...
Hi Glyn, I have seen your comments on the difference between before and after. The displayed values are feeds, so I do not understand that the mods I have done...
Hi Tristan Because I introduced € (utf-8), the way the page was filled does not work the same way. this code has been changed ``` javascript $("#myelectric_usetoday_units_a").html("&"+app_myelectric.currency+";"); to $("#myelectric_usetoday_units_a").html(app_myelectric.currency); ```...
@TrystanLea parseInt is gives an error in jslint, but works perfect. After having rechecked at W3S and Mozilla, its practically the only math function not using this prefix. I changed...