-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use in Windows platforms #141
Comments
Hi, windows platforms are not supported. (i don't use it since many years now for some reason ... $$) maybe, best way is trying with a Virtual Machine with kubuntu/ubuntu on windows OS |
@SimoneMSR how are you attaching the sensor?? on pi this is GPIO pins.. what system, running windows, has support for them? |
By Touch or Cron (maybe) |
@bugsounet I understand. I am not willing to use the GPIO system, but just debugging the CRON system. |
@sdetweil no, I am just debugging the CRON system |
I'm not sure that my Cron library have an windows compatibility |
there is the Croner lib i added last release, used in |
If you are motivated, recode it, and make it better. I just "copy past* my old code from other modules (And make all in one ) |
with Cron: {
mode: 2,
schedules: [
{
from: {
dayOfWeek: [0,1,2,3,4,5,6,7],
hour: 12,
minute: 0
},
to: {
dayOfWeek: [0,1,2,3,4,5,6,7],
hour: 12,
minute: 30
}
},
{
from: {
<...>
},
to: {
<...>
}
}
]
},
Maybe we are able to determine if the screen should be turned on with the interval ( |
For initial question, can you try this under windows system (with fresh master repo): npm prune && npx electron-rebuild && npm run test:minify I think, It must works |
If works, we can add an |
It does not work with my node installation (20.13.1). node-gyp gives errors
Maybe I can install another version of node. |
Right, I have tested Working libraries:
Not Working libraries:
Todo:
|
Let's code it :) |
After modifying scripts in
package.json
so to execute the install shell scritps, when I runnpm run setup
I get this error:and I cannot install the package. Is there a way to use the module in Windows systems?
The text was updated successfully, but these errors were encountered: