Change data automatically 1 day in advance

giafiordi

New member
Hello everybody,

I'm new on Macrodroid and not so experienced on it.

I need to create a macro to change the data on my phone, 1 day per time every 50 seconds or 1 minute.

For example, If I set the data manually on 1st January 2020 and I start the macro every 50 seconds the data advance 1 day, so 2 January, 3 January, etc.

Anyone can help me to this?

Many thanks
 

dhj49er

Well-known member
Hello everybody,

I'm new on Macrodroid and not so experienced on it.

I need to create a macro to change the data on my phone, 1 day per time every 50 seconds or 1 minute.

For example, If I set the data manually on 1st January 2020 and I start the macro every 50 seconds the data advance 1 day, so 2 January, 3 January, etc.

Anyone can help me to this?

Many thanks
Does your phone have a setting for automatic date and time?
This will have to be disabled.
On my phone, disabling that setting brings up a set date and time option, allowing the date to be change manually. Again on my phone it shows a month calendar with arrows to change the month and days of the month to click on.
A macro using UI integration actions can replicate all the above steps. If the date change exceeds a month or year, the macro would need to know number of days in each month.
The trigger for the macro can be interval set to 1 minute.
There may be other ways, as this approach is doable but not easy especially if the macro needs to cover many months or even several years.
This is an unusual use case, as I'm sure most people use the auto setting and never change date manually.
 
Last edited:
Top