world clock, clocks 1 and 2
This commit is contained in:
parent
d3eb9ba991
commit
2fae855520
@ -14,10 +14,10 @@ touch crypto_settings.json last_updates.json system_info.json
|
||||
touch league_tables.json
|
||||
mkdir sports
|
||||
touch current_weather.json stocks_settings.json daily_weather.json live_games.json live_mlb.json live_mls.json live_nba.json live_nfl.json live_nhl.json live_pl.json commodities_settings.json indices_settings.json movie_settings.json ipo_settings.json
|
||||
touch display_settings.json message_settings.json upcoming_games.json forex_settings.json prepost_settings.json scheduler.json economic_settings.json jokes_settings.json place_settings.json
|
||||
touch display_settings.json message_settings.json upcoming_games.json forex_settings.json prepost_settings.json scheduler.json economic_settings.json jokes_settings.json place_settings.json clock1_settings.json clock2_settings.json worldclock_settings.json
|
||||
touch GIF_settings.json news_settings.json image_settings.json past_games.json general_settings.json portfolio_settings.json portfolio_crypto_settings.json market_settings.json sector_settings.json
|
||||
|
||||
filenames="crypto_settings.json last_updates.json league_tables.json current_weather.json stocks_settings.json daily_weather.json live_games.json live_mlb.json live_mls.json live_nba.json live_nfl.json live_nhl.json live_pl.json commodities_settings.json indices_settings.json movie_settings.json ipo_settings.json economic_settings.json display_settings.json message_settings.json upcoming_games.json forex_settings.json GIF_settings.json news_settings.json image_settings.json past_games.json portfolio_settings.json portfolio_crypto_settings.json prepost_settings.json scheduler.json jokes_settings.json market_settings.json sector_settings.json place_settings.json"
|
||||
filenames="crypto_settings.json last_updates.json league_tables.json current_weather.json stocks_settings.json daily_weather.json live_games.json live_mlb.json live_mls.json live_nba.json live_nfl.json live_nhl.json live_pl.json commodities_settings.json indices_settings.json movie_settings.json ipo_settings.json economic_settings.json display_settings.json message_settings.json upcoming_games.json forex_settings.json GIF_settings.json news_settings.json image_settings.json past_games.json portfolio_settings.json portfolio_crypto_settings.json prepost_settings.json scheduler.json jokes_settings.json market_settings.json sector_settings.json place_settings.json clock1_settings.json clock2_settings.json worldclock_settings.json"
|
||||
|
||||
echo '{"update_available": false, "first_boot": true}' >> system_info.json
|
||||
echo [\"Standard\", [[\"Stocks\", \"Crypto\", \"Forex\"]]] >> display_settings.json
|
||||
@ -52,6 +52,9 @@ echo '{"feature": "IPO", "speed": "medium", "speed2": "medium", "animation": "do
|
||||
echo '{"symbols": {}}' >> portfolio_settings.json
|
||||
echo '{"symbols": {}}' >> portfolio_crypto_settings.json
|
||||
echo '{}' >> prepost_settings.json
|
||||
echo '{"speed": "fast", "transition": "up", "pause": "20"}' >> clock1_settings.json
|
||||
echo '{"speed": "fast", "transition": "up", "pause": "20"}' >> clock2_settings.json
|
||||
echo '{"speed": "fast", "transition": "up", "pause": "20"}' >> worldclock_settings.json
|
||||
echo '{"feature": "Sector Performance", "speed": "medium", "speed2": "medium", "animation": "up", "logos": true, "title": true, "sectors": ["Energy", "Financials", "Real Estate", "Technology"], "data": {}}' >> sector_settings.json
|
||||
echo '{"feature": "Gainers, Losers, Active", "speed": "medium", "speed2": "medium", "animation": "up", "percent": true, "point": true, "logos": true, "chart": false, "title": true, "lohivol": false, "categories": ["Top Gainers", "Top Losers", "Most Active"], "gainers": {}, "losers": {}, "mostactive": {}}' >> market_settings.json
|
||||
echo '{"feature": "Jokes", "speed": "medium", "speed2": "medium", "animation": "up", "title": true, "safe": true, "categories": ["Any"], "blacklist": [], "amount": "5", "jokes": []}' >> jokes_settings.json
|
||||
|
Loading…
Reference in New Issue
Block a user