Maybe, although I don't really see how.
You could use it for its intended purpose, esp. together with a digital camera. Measure light temperature and set white balance manually on the camera.
The main question, however, is whether this meter will be any better than the automatic white balance adjustment in a typical modern digital camera. Frankly, I don't think so, and expect that e.g. a middle-of-the road DSLR will perform better and more consistently than this meter. A lot has changed in signal conditioning since these handheld meters were made. They use 1980s sensing technology and are prone to running out of calibration. Effects that easily throw off this kind of device (e.g. variations in ambient temperature, EMI) are much easier and more effectively mitigated in modern digital sensing circuits.
If you want/need a stand-alone color temperature meter, you can get a €2 Arduino Nano clone and a €5 RGB sensor off of AliExpress and build a meter that performs at least as well as this one in your attic/shed/living room.
Arduino library driver for Adafruit's TCS34725 RGB Color Sensor Breakout - adafruit/Adafruit_TCS34725
github.com
You don't even need to know how to write code. You can simply connect the modules together and run the example above. Hey presto - a working, calibration-free (actually auto-calibrating) color temperature meter.