Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you need to know how to completely remove a weather source in Chameleon, you’ve come to the right place. As of February 2020, there isn’t a way to do this without using direct MySQL database manipulations. Perhaps someday we’ll enable this via a Flow feature.

Note

This process will remove the weather source’s locations from all weather playlists where it is used!

Quick-remove the Community Weather Source

...

You can delete it with a SQL command: (replace ## with the data_source ID value)

Code Block
languagesql
delete from data_source where ID = ##;

...