Skip to content

A MagicMirror² compliments file that displays "Good Fucking Design Advice"

Notifications You must be signed in to change notification settings

jonspraggins/MMM-GFDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

GoodFuckingDesignAdvice compliments file

This file displays a random bit of thought-provoking, and possibly not safe for work, advice. This is used by the compliments module for Magic Mirror.

Credit to the good fucking people at https://gfda.co/

Installation

Two options :

Option 1

You can download this file to your compliments module folder and locally reference it:

cd ~/MagicMirror/modules/default/compliments/
wget https://github.com/jonspraggins/MMM-GFDA/gfda.json

then modify the compliments config in config/config.js

config: {
	remoteFile: 'gfda.json'
        }

Option 2

Directly reference this file on github in the compliments section of the config/config.js file:

config: {
	remoteFile: 'https://raw.githubusercontent.com/jonspraggins/MMM-GFDA/master/gfda.json'
        }

About

A MagicMirror² compliments file that displays "Good Fucking Design Advice"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published