nhl-led-scoreboard icon indicating copy to clipboard operation
nhl-led-scoreboard copied to clipboard

Current update v1.6.11 shows that v1.6.12 is available.

Open saxonpaul92 opened this issue 2 years ago • 1 comments

Describe the bug Just updated the latest update (I assume v1.6.11 as this is what the logs tell me). I verified the new files (seasoncountdown.py) and others are copied and performed the update.sh. All appears to update correctly however, the "Update Available" bar (green bar at top of display) is still showing. Checking the logs shows that v1.6.12 update is available. Tried update again and there is no update.

git reset --hard git checkout master git pull chmod +x scripts/install.sh ./scripts/install.sh

Logs 2023-08-01 22:36:52 INFO NHL-LED-SCOREBOARD - v1.6.11 (64x32) 2023-08-01 22:36:52 INFO location loaded from cache (saved -1 days ago): 1124 Foxtail Dr., Anna, Texas, 75409 [33.35332533409578, -96.56116886002043] 2023-08-01 22:36:53 INFO Refreshing OWM current observations weather 2023-08-01 22:36:53 INFO ['08/01 10:36 PM', '\uf002', 'clear sky', '89.6F', '98.2F', '59%', '76.4F'] 2023-08-01 22:36:53 INFO ['9.2mph', 'ESE', '\uf05b', '0mph', '1015 MB', '\uf07b', '6.2 mi'] 2023-08-01 22:36:53 INFO NWS alerts https://api.weather.gov/ returned status code: 200 2023-08-01 22:36:53 INFO Checking NWS weather alerts 2023-08-01 22:36:57 INFO Number of alerts is 2 2023-08-01 22:36:57 INFO NWS Alert (Excessive Heat Warning) has color: (199, 21, 133) 2023-08-01 22:36:57 INFO ['Excessive Heat', 'warning', '08/02 01:00 AM', 'Expected', 'Severe', (199, 21, 133)] 2023-08-01 22:36:57 INFO Updating weather forecast every 1 hour(s) starting @ 23:00 2023-08-01 22:36:57 INFO Refreshing OWM daily weather forecast 2023-08-01 22:36:58 INFO New forecast: [['Wed 08/02', 'overcast clouds', '\uf002', '108F', '83F'], ['Thu 08/03', 'scattered clouds', '\uf002', '107F', '85F'], ['Fri 08/04', 'clear sky', '\uf002', '108F', '84F']] 2023-08-01 22:36:58 INFO Forecast has changed and been updated.... 2023-08-01 22:36:58 INFO [['Wed 08/02', 'overcast clouds', '\uf002', '108F', '83F'], ['Thu 08/03', 'scattered clouds', '\uf002', '107F', '85F'], ['Fri 08/04', 'clear sky', '\uf002', '108F', '84F']] 2023-08-01 22:36:58 INFO Weather forecast next update @ 23:00 2023-08-01 22:36:58 INFO Checking for new release. riffnshred/nhl-led-scoreboard v1.6.11 installed in /home/pi/nhl-led-scoreboard 2023-08-01 22:36:58 INFO Using github api token: to check updates 2023-08-01 22:36:59 INFO New release v1.6.12 available. 2023-08-01 22:36:59 INFO Next check for update @ 2023-08-02 03:00:00-05:00 2023-08-01 22:36:59 INFO Rendering... 2023-08-01 22:36:59 INFO Your preferred teams are Off today 2023-08-01 22:36:59 INFO PING !!! Render off day 2023-08-01 22:36:59 INFO Checking for new day 2023-08-01 22:36:59 INFO It is not a new day 2023-08-01 22:36:59 INFO Weather Alert triggered in off day loop....will display weather alert board

Your config file { "debug": false, "loglevel": "INFO", "live_mode": true, "preferences": { "time_format": "12h", "end_of_day": "02:00", "location": "1124 Foxtail Dr., Anna, Texas, 75409", "live_game_refresh_rate": 10, "teams": [ "Stars" ], "sog_display_frequency": 4, "goal_animations": { "pref_team_only": false } }, "states": { "off_day": [ "clock", "weather", "wxalert", "scoreticker", "seasoncountdown", "christmas" ], "scheduled": [ "clock", "weather", "wxalert", "scoreticker", "seasoncountdown", "christmas" ], "intermission": [ "clock", "weather", "wxalert", "scoreticker" ], "post_game": [ "clock", "weather", "wxalert", "scoreticker", "seasoncountdown", "christmas" ] }, "boards": { "scoreticker": { "preferred_teams_only": false, "rotation_rate": 5 }, "seriesticker": { "preferred_teams_only": false, "rotation_rate": 5 }, "standings": { "preferred_standings_only": false, "standing_type": "conference", "divisions": "central", "conference": "western" }, "clock": { "duration": 15, "hide_indicator": false, "preferred_team_colors": true, "clock_rgb": "", "date_rgb": "", "flash_seconds": true }, "weather": { "enabled": true, "view": "summary", "units": "imperial", "duration": 30, "data_feed": "OWM", "owm_apikey": "1661ce0d759474413cab54a3be5ac47b", "update_freq": 5, "show_on_clock": true, "forecast_enabled": true, "forecast_days": 3, "forecast_update": 1 }, "wxalert": { "alert_feed": "NWS", "update_freq": 5, "show_alerts": true, "nws_show_expire": true, "alert_title": true, "scroll_alert": true, "alert_duration": 5, "show_on_clock": true } }, "sbio": { "screensaver": { "enabled": false, "animations": true, "start": "22:00", "stop": "08:00", "data_updates": false, "motionsensor": false, "pin": 7, "delay": 30 }, "dimmer": { "enabled": false, "source": "software", "daytime": "", "nighttime": "", "offset": 0, "frequency": 5, "light_level_lux": 400, "mode": "always", "sunset_brightness": 5, "sunrise_brightness": 40 }, "pushbutton": { "enabled": false, "bonnet": false, "pin": 25, "reboot_duration": 2, "reboot_override_process": "", "display_reboot": true, "poweroff_duration": 10, "poweroff_override_process": "", "display_halt": true, "state_triggered1": "weather", "state_triggered1_process": "" } } }

Hardware you are using

  • Raspberry pi model = Raspberry Pi 2
  • The Matrix driver = Adafruit Bonnet
  • Anti-flicker mod or not? yes

Software

  • v1.1.11 per the logs

saxonpaul92 avatar Aug 02 '23 03:08 saxonpaul92

thanks for the heads up. just updated the version file

riffnshred avatar Aug 02 '23 10:08 riffnshred