qconrad / intellistar-emulator

A web application that displays weather information in the same visual presentation as the cable headend unit Intellistar.
https://qconrad.github.io/intellistar-emulator/
MIT License
89 stars 66 forks source link

Loop parameter wont work #28

Closed start2018 closed 3 years ago

start2018 commented 3 years ago

loop: true was set up in config.js but no luck, it wont work.

qconrad commented 3 years ago

Thanks for the report. I never tried setting from the config file because you can click the weather channel logo to toggle. This is fixed now but the config file is never overwritten by the software. This means you couldn't enable looping in the config file and disable it by clicking the logo for example. If either are enabled, it will loop so it's best to only use one method (config file or logo) for enabling it. Perhaps this could be made less ambiguous at a later date.