For the BlynkTimer to run, you need timer.run(); in your void loop.
This:
will call your stagiu function one thousand timer per second. If you want to call it once per second then the interval needs to be 1000L (once every 1000 milliseconds).
This line should be deleted from your void loop:
Pin D0 (GPIO16) isn’t the best pin to use.
Read this: