Giter Site home page Giter Site logo

Comments (5)

IronistM avatar IronistM commented on July 28, 2024 2

EDIT : corrected .bashrc to bash_profile wrongly referenced in the first place ;(

Hi!

You can open your bash_profile file (located in your home folder but hidden) and add the following

## This is the tiny-care-terminal configuration variables
# List of accounts to read the last tweet from, comma separated
# The first in the list is read by the party parrot.
export TTC_BOTS='tinycarebot,selfcare_bot,magicrealismbot'

# List of folders to look into for `git` commits, comma separated.
export TTC_REPOS='~/Documents/Github'

# Location/zip code to check the weather for. Both 90210 and "San Francisco, CA"
# should be ok. It's using weather.service.msn.com behind the curtains.
export TTC_WEATHER='Athens'

# Set to false if you're an imperial savage. <3
export TTC_CELSIUS=true

# Unset this if you _don't_ want to use Twitter keys and want to
# use web scraping instead.
export TTC_APIKEYS=true

# Refresh the dashboard every 20 minutes.
export TTC_UPDATE_INTERVAL=10

# Twitter api keys
export CONSUMER_KEY='...'
export CONSUMER_SECRET='...'
export ACCESS_TOKEN='...'
export ACCESS_TOKEN_SECRET='...'

You can check if they are working in the terminal

$ printenv | grep TTC_*
TTC_BOTS=tinycarebot,selfcare_bot,magicrealismbot
TTC_APIKEYS=true
TTC_WEATHER=Athens
TTC_CELSIUS=true
TTC_UPDATE_INTERVAL=10
TTC_REPOS=~/Documents/Github

Then open tiny-care-dashboard

$ tiny-care-dashboard

Hope this helps a bit.

from tiny-care-terminal.

notwaldorf avatar notwaldorf commented on July 28, 2024 1

Added some instructions in 6a53e22

from tiny-care-terminal.

OGKevin avatar OGKevin commented on July 28, 2024

After following this guide and creating the .bashrcfile my self and pasting the configuration lines.. still doesn't work šŸ˜” i mean the app works but cant configure it.

$ printenv | grep TTC_* returns nothing but $ printenv does return some other configurations.

from tiny-care-terminal.

OGKevin avatar OGKevin commented on July 28, 2024

If you place it in bash_profile it seems to work.

from tiny-care-terminal.

notwaldorf avatar notwaldorf commented on July 28, 2024

from tiny-care-terminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.