Como faço um alarme com o MIT app inventor

Já tentei usar extensão do pura vida app, mas não funcionou, estou tentando fazer da forma que inicializa a pagina com o horário do sistema e esse horário seria comparado com o horário gravado, se for igual notifica. Estou com problema para gravar o horário do sistema
foto

Which extension are you using?
I do not see you using any extension blocks in your screenshot?
Please elaborate, what you are trying to do

Taifun

Tava usando a extensãoTaifunAlarm1, Não funcionou. Preciso que quando a hora escolhida seja igual a hora do celular apareça uma notificação na tela

Como resolver esse erro ao usaruma extensão de fora (How do you resolve this error when using an extension from outside?)


Estou usando a extensão para alarme

From the documentation at App Inventor Extensions: Alarm | Pura Vida Apps

This extension enables you to set an alarm programmatically for devices > API Level 9, Android 3.0 (Honeycomb).

And copied from the Q&A

Q9 Why does my app not open after clicking the alarm notification?
A : the extension uses the alarm clock API, which is the default alarm clock... there is no connection between your default alarm clock and your app... If you like to open your app after clicking the notification, try the Alarmmanager extension.

Taifun

  1. You have to fill all sockets

  2. from the documentation

Required permission: com.android.alarm.permission.SET_ALARM
Note: You will have to build the app to be able to test it, because the companion app does not offer the required permission.

Taifun