Skip to content

A simple MagicMirror² module to display user karma from Reddit.com

License

Notifications You must be signed in to change notification settings

rcberg3/MMM-RedditKarma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-RedditKarma

A simple MagicMirror² module to display user karma from Reddit.com. It can also show your snoovatar if the user is a reddit gold subscriber.

Example of module

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/rcberg3/MMM-RedditKarma.git

Configure the module in your config.js file.

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
    {
        module: 'MMM-RedditKarma',
        position: 'bottom_left', // This can be any of the regions.
        config: {
            	reddit_user: "spez",
		use_snoovatar: true, 
		reload: 30, 
		use_color: true,
        	header_with_u: true
        }
    }
]

Configuration options

Option Description
reddit_user The reddit user for which you would like to show karma data.
Default = spez
use_snoovatar Show a users snoovatar in the first cell.
Default = true
reload The frequency, in minutes, of which the module should reload data.
Default = 30
Expected Value type: int
use_color Use a orange colored upvote icon.
Default = true
header_with_u Show the module header using the reddit /u/ formatting. Default = true

About

A simple MagicMirror² module to display user karma from Reddit.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published