This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
patman
About
- Username
- patman
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
[SOLVED] Thx. I had to install socket.io-client@0.9.17 and afterwards run npm install -g athom-cli again to finally get this working. socket.io-client was not even present on my machine!? $ athom project --run 1/4 - Archiving... 2/4 - Uploading…
-
@DieterKoblenz No I have not, but this is not my issue. I am just trying to get some console output. The last line after $athom project --run should mention 4/4 Debugging.... but is doesn't.
-
@Bas reformat (layout) van .json & .js maakte geen verschil
-
I use TextMate or Sublime, both on OS X (El Capitan). @caseda thx for the suggestion but there is no newline or any feedback on CLI, except when I press Ctrl+C.
-
I'v got more than 1 app. The Apps from the store were installed first and after succesful playing with them I started my Hello World. See screenshot for answers to your question(s).
-
Feedback appreciated! 1. I did not install any other app via CLI 2. Does step 4/4 on your environment appear after a (short) period? Because it does not happen for me, not even after rebooting Homey.
-
Het is een Hello world. [app.js] "use strict"; function init() { Homey.log("Hello world! Patrick"); } Homey.manager('flow').on('trigger.flow_test', function (callback, args) { console.log('This definitely should be logged') callback…
-
It is listed in the App tab 'Apps geinstalleerd op deze Homey' hovering over it does nothing. The app is NOT listed below in the Apps section on the left pane of the UI. Others are (like Plex, NOS Headlines,...) And when I install it via athom pr…