question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Instructions for simple humans

See original GitHub issue

Hi, I’m a simple human that uses the terminal quite a bit to commit stuff while trying not to break the repo. Tiny Care Terminal seems like a great way to have a prettier and more useful terminal window somewhere on screen. However, after doing the NPM dance, I have no clue how to configure it, where is this .env file you speak of? 🤔

Oh, and thank you for making this 🙌🏽.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
IronistMcommented, Apr 20, 2017

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.

1reaction
notwaldorfcommented, Apr 19, 2017

Added some instructions in 6a53e22

Read more comments on GitHub >

github_iconTop Results From Across the Web

Product Support - Simplehuman
We design our products to last, but if something goes wrong, simplehuman is here to help. Find product support, troubleshooting guides, replacement parts ......
Read more >
User manual Simplehuman ST1027 (English - 7 pages)
Manual. View the manual for the Simplehuman ST1027 here, for free. This manual comes under the category Soap dispensers and has been rated...
Read more >
simplehuman Sensor Soap Dispensers - YouTube
TOP 5 Best Hand Soap Dispensers [ 2022 Buyer's Guide ] ... Kitchen Tools | Simple Human Variable Dispenser. TX Tool Crib. TX...
Read more >
simplehuman in-cabinet door mounted trash can - YouTube
http://www.simplehuman.com/in-cabinet-canOur in-cabinet can hangs inside your kitchen cabinet door for quick and easy access while you are ...
Read more >
Simple Human Bin Lid Attachment Tutorial - YouTube
Fitting the lid to a simple human bin can be a bit tricky. Here, experienced motivational speaker Matthew Taylor of Dene Healthcare shows ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found