Northern Man
Northern Man
Suggestion from @ebaauw `To confirm a suspect SD card, just do a touch x, check that file x has been created, reboot, check that x has disappeared. Raspberry Pi OS...
Without coming onsite and taking a look, my guess is account permissions. And the account you are using on the command line is different than the one running homebridge. Is...
If you go back thru the version history about 18-24 months ago I switched from this approach ( of calling an exec ) to the library as a lot of...
@justinmm2 any thoughts ?
Tks for reporting this. I had never noticed this as I use it exclusively with homebridge-alexa, for my top WAF scoring home automation feature, 'Alexa, turn off the TV'. If...
Looks like the install failed, please try it again ``` sudo npm i -g https://github.com/NorthernMan54/homebridge-cmd-television ``` If this gives any errors, please share the log
That looks like an issue with NPM, are you running an old or non-standard version of nodes/npm ?
How about this ``` sudo npm i -g --unsafe-perm https://github.com/NorthernMan54/homebridge-cmd-television ```
I’m stumped Another trick is to change to the directory where the plugin is installed, sudo su, then just run ‘npm install’
What version of npm and nodejs are you running?