How to simply read pressure info?

Hello, may I please ask for help?

at beginning of code I set 

using Toybox.Sensor;

and then in function onUpdate(dc) I am trying to read pressure with

var status = Sensor.getInfo();

var pres = status.pressure;

But at runtime I get error

Error: Permission Required
Details: Module 'Toybox.Sensor' not available to 'Watch Face'

What can I do please?