applets/timer: fix plasmoid/PlasmoidItem
The timer applet tries to access the tooltip text and fullrepresentationItem properties through the plasmoid context property, but these are not properties of the applet, but of the PlasmoidItem.
Instead access them through the PlasmoidItem's id.