Function showCallout

  • Show a callout, either weather, ....

    Parameters

    • json: { id: string; text: string } = ...
      • id: string

        string: "weather | "

      • text: string

        string: text to display

    Returns void

    {
    "id": "weather"
    }