Ahhh so it is tileboard you need help with, I suggest you do to the tileboard page TileBoard - New dashboard for Homeassistant
How did you install home assistant?
Ahhh so it is tileboard you need help with, I suggest you do to the tileboard page TileBoard - New dashboard for Homeassistant
How did you install home assistant?
Home assistant is running directly on the raspberry pi.
Tried getting help there but nothing so far.
I’m using a new installed home assistant. so really nothing in it so far.
Added the TileBoard changed the config.js and that’s where I’m stuck.
Then I think the directory will be /config not /root/config
Tried it…
same issue.
Am I correct that the only thing u really need to do is to add the TileBoard folder and then edit the config.js?
Please go to the tileboard thread. This is not the place. I can’t see any questions from you there (but it is long!)
Would you like to share your code?
I’ve now published the source at https://github.com/lukas-hetzenecker/smart-mirror
But unfortunately the documentation is severely lacking (read: non-existent), so I’m not sure it will be really useful
For everyone’s clarity, this source code Lukas posted isn’t what my integration uses. My project doesn’t require any external projects to work since it’s all using Home Assistant addons.
Nice repo though
Hi Darren,
Many thanks for the great instructions been looking for options to integrate my smart mirror into home assistant.
I seem to have a problem with the state script though. On and off scripts work fine but the state script shows:
state.sh: 3: state.sh: [[state: not found
off
This shows the same no matter what script has been run at the time.
Any ideas?
Cheers
Michael
I installed Magic Mirror and Home Assistant on the same machine (rsapberry pi 4).
the command:
command_on: 'ssh [email protected] -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /config/keys/id_rsa “/home/pi/scripts/on.sh”
remains the same I need to change it to localhost or 192.168.1.11 raspberry ip
command_on: 'ssh pi@localhost -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /config/keys/id_rsa “/home/pi/scripts/on.sh”
Thank you