Stats fro today not showing up

The day before yesterday I’ve succesfully installed Piwik and runned the SSH commands to insert the crontab fro daily archiving. That works fine.
But Piwik doesn’t come up with the stats from today.

I inserted this piece of code for testing in config.ini.php:

[General]
time_before_today_archive_considered_outdated = 10
enable_browser_archiving_triggering = false
default_day = today

and set ‘Reports for today will be processed at most every’ under the General settings tab to 10 seconds.

But without luck… it doesn’t come up with the stats of today.
What am I doing wrong?

SOLVED

The misc/cron dir was permission 755, but archive.sh wasn’t.
I made archive.sh also 755 and it solved my problem.

It’s now updated every hour by the crontab.