-
293,097 Adoptable pets that need a good home.
-
11,460 Shelters and rescue members across NORTH AMERICA.
-
All types of animals for adoption.
-
Cat, dog, bird, rabbit, horse, reptile, barnyard, smallfurry .
-
I said ALL types.
-
A rotation of adoptable pets on your mirror, based on the criteria you enter into the config.
-
One without a header.
Fully annotated css file for coloring, sizing, aligning . . .
-
git clone https://github.com/PhantomOffKanagawa/MMM-PetFinder
into~/MagicMirror/modules
directory. -
Free API key here - https://www.petfinder.com/user/register
{
module: "MMM-PetFinder",
position: "top_left",
config: {
apiKey: "YOUR apiKey", // <-- Your apiKey goes there!",
animal: "cat", // barnyard, bird, cat, dog, horse, reptile, smallfurry (lowercase)
size: "medium", // small, medium, large, extra-large (lowercase)
sex: "female", // male, female (lowercase)
location: "10306", // the ZIP/postal code or city and state (Canada)
maxWidth: "300px",
useHeader: false, // Must be true to use header
header: "Save me! Please take me home!",
}
},