How to adjust the widget "Visits overview"?

Hello,

on my website I want to show a short overview about the visitors data of the last month. For this purpose I have embedded the Piwik widget “Visits overview” with the following code:


<div id="widgetIframe"><iframe width="100%" height="550" src="http://piwik.my.url/index.php?module=Widgetize&action=iframe&widget=1&moduleToWidgetize=VisitsSummary&actionToWidgetize=getSparklines&idSite=1&period=month&date=today -1 month&disableLink=1&widget=1&token_auth=mytoken" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>

This works fine, in principle. But this widget doesn’t show the related month. So my first question is:

  1. Is there a way to show the related month in this widget?

I also would like to reduce the shown information to the most important rows: the visitor and page view numbers. So this is my second question:

  1. Is it possible to show only these two rows of the widget, and to hide the other rows?