MB STUDIO can announce the current weather conditions such as the current temperature, the minimum and maximum temperatures, humidity. Weather can be read by a synthetic voice. Weather data come from the site: https://www.weatherapi.com/weather/

To receive weather data you must first of all go to the MBStudio\Configuration\Options\Weather menu and define the desired cities CONFIGURATION - OPTIONS - WEATHER


MB STUDIO offers the following wildcards can be used to obtain the values weather:

These wildcards give city values with index 0.

If you want to use multiple city values simply add the index number to the wildcard as in this example:

%tempnow1% indicates the current temperature of the city with index 1

%tempnow2% indicates the current temperature of the city with index 2

%humi4% indicates the humidity as a percentage of the city with index 4

etc etc


Now that MB STUDIO consistently receives weather data we can finally announce them. As said earlier announcements can be made by a synthetic voice or through pre-recorded human voices. The synthetic voices can read a short text written directly in the entry box, or they can read an entire text file; within the text, you can call the weather data through wildcards

Let's now some examples:
the current weather condition is %weather% <- this sentence will say the actual weather condition (Sunny, Cloudy, etc)
the current temperature is %tempnow% degrees! <- This sentence will say the current temperature
the minimum temperature was %tempmin% degrees! <- This sentence will say the minimum temperature
the maximum temperature was %tempmax% degrees! <- This sentence will say the maximum temperature
humidity is the % humi% percent! <- This sentence will announce humidity

Here is a complete example:

Let’s take a look at the weather observations recorded just moments ago in %city%!. The current weather condition is: ‘%weather%’. The temperature right now is %tempnow% degrees, with a feels-like temperature of %feelslike% degrees. Humidity stands at %humi% percent. So far today, the highest temperature has reached %tempmax% degrees, while the lowest has dropped to %tempmin% degrees. As for tomorrow, the forecast calls for: ‘%forecast1weather%’, with a high of %forecast1tempmax% degrees. That’s all for now — the next weather update will be on air in about an hour!

In general you should write all the text with Notepad and then save it to a text file that will load in the panel "Synthetic Voices":