Please add "Real Time Updating Status" icon.

NaIs0335

New member
Sometimes we want to create a macro that shows us Real Weather Temperature or Internet Speed Meter or Charging Speed directly on the status bar. But there are no such types of icons that will automatically update in real time.

So please add a "Updating Status" icon so that we can use features like those... Please...
 

Endercraft

Moderator (& bug finder :D)
It's not possible to manipulate icon effectively. Only using notifications can work.
There already is an Internet speed counter in Android.
 

NaIs0335

New member
Woohoo! It's almost what I was asking for. Thank you so much... 😊

But if it's possible then please make it sticked so that we can not move it by mistake.
 

NaIs0335

New member
There already is an Internet speed counter in Android.
Yes, we have. But in Xiaomi devices those are useless. It updates every 3 seconds and also doesn't show Today Uses, so if you add this variable then it will be really helpful. Thank you so much... 😃
 

Andydroid

Member
As long as you can fit your data into four characters, you can use the Display Notification action, and specify Text rather than Icon.

So, for example, to display the current temperature 'permanently' on the Status Bar, specify Any Weather Update as the trigger; and set a Display Notification action with {weather_temperature_c}C (or whatever data you want) as the Icon Text (sic).

Also include Notification Cleared and Macrodroid Initialised triggers so that the notification can be redisplayed in case it's accidentally cleared...
 
Top