https://github.com/halfdan/piwik-barometer-plugin
Piwik Plugin for visualizing the visits in the last N minutes compared to a 30 day timespan.
https://github.com/halfdan/piwik-barometer-plugin
Last synced: 12 months ago
JSON representation
Piwik Plugin for visualizing the visits in the last N minutes compared to a 30 day timespan.
- Host: GitHub
- URL: https://github.com/halfdan/piwik-barometer-plugin
- Owner: halfdan
- Created: 2013-03-18T20:40:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T09:46:50.000Z (over 10 years ago)
- Last Synced: 2025-03-26T09:21:54.666Z (about 1 year ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Piwik Barometer Plugin
## Description
This is a plugin for the Open Source Web Analytics platform Piwik. If enabled, it will add a two new widgets that you can add to your dashboard.
The widgets will show a Visitor Barometer and a Visit Time Barometer that auto-refresh every 5 seconds. It shows the number of visitors or visit time in a N minute period compared to the maximum number of visitors/average visit time in any N minute period of the last 30 days.
The idea for this plugin came from [@muesli](http://github.com/muesli) who suggested it on #piwik in IRC.
## Documentation
1. Clone the plugin into the plugins directory of your Piwik installation.
```
cd plugins/
git clone https://github.com/halfdan/piwik-barometer-plugin.git Barometer
```
2. Login as superuser into your Piwik installation and activate the plugin under Settings -> Plugins
3. You will now find the widget under the Live! section.
## Contribute
If you are interested in contributing to this plugin, feel free to send pull requests!