Skip to content

Install on Beaglebord

Marcus edited this page May 28, 2013 · 2 revisions

Prerequisites

Install everymote-tellstick

npm install everymote-tellstick -g

If it successfully installed you can now start it by running

everymote-tellstick

Auto start

Her is a example on how you can get everymote-tellstick start automaticly at startup by creating a cron jobb. Start create starteverymote.sh:

#!/bin/sh

sleep 60
echo "started"
/usr/local/sbin/telldusd
echo "telldusd started"
/usr/bin/everymote-tellstick

To register the script as a cron jobb run

crontab -e

and add the flowing last

@reboot sh /dir/to/starteverymote.sh >/dir/to/log/cronout.log

Reboot and it should register all devices to everymote. Go to http://m.everymote.com and control your devices.