I wish to insert HTML formatted card in Google Glass timeline using Mirror API. I am using PHP PHP Mirror Client API. It takes message and image as argument, and displays that image in the background. Something like this:
insert_timeline_item($mirror_service, $new_timeline_item, "image/jpeg", file_get_contents($image_url));
Any help about using custom card views with PHP Client library would be highly regarded. Thanks.