How to install
Everymote on a Beaglebone
Everymote tellstick is no running on Beaglebone with Ängström, it will probably work on other linux distribution too.
npm install everymote-tellstick -g
everymote-tellstick
node app.js
#!/bin/sh
sleep 60
echo "started"
/usr/local/sbin/telldusd
echo "telldusd started"
/usr/bin/everymote-tellstick
crontab -e
@reboot sh /dir/to/starteverymote.sh >/dir/to/log/cronout.log