They connect wirelessly. If you set the NodeID of the emonTx in the appropriate part of the GLCD sketch, then it should receive and display the values. The line is something like:
const int emonTx_nodeID = 10;
and it’s expecting the data as 4 integers:
typedef struct { int power1, power2, power3, Vrms; } PayloadTX;