Skip to content

MagicMirror module for Rijks Museum. This was developed using the Rijksmuseum API.

License

Notifications You must be signed in to change notification settings

73cirdan/MMM-Rijks

Repository files navigation

MMM-Rijks

MagicMirror module for Rijks Museum. This was developed using the Rijksmuseum API. Developed by eouia, since may 2020 maintained by 73cirdan.

Screenshots

screenshot

screenshot

Installation

Navigate into your MagicMirror's modules folder and execute

git clone https://github.com/73cirdan/MMM-Rijks.git

After that go into the MMM-Rijks folder and excute

npm install

Get API info & collection user set.

  1. Sign in to Rijks Museum. (https://www.rijksmuseum.nl/)
  2. After login, go to your profile settings (https://www.rijksmuseum.nl/en/rijksstudio/my/profile)
  3. find and click Advanced settings on end of page.
  4. Enable Rijksmuseum API key. you can get apiKey immediately. It looks like Tj2AtQf6
  5. Now, you should make your collection set to be displayed on your magicmirror.
  6. You can create and name your set. And you can add pictures by clicking Red Heart symbol on any other pictures.
  7. After creating set, go to your set page. (By clicking your profile icon on upper-right corner of any pages)
  8. Dive into your set page. URL looks like "https://www.rijksmuseum.nl/en/rijksstudio/2233403--your-name/collections/my-first-gallery".
  9. on above URL, 2233403 will be your userId, my-first-gallery will be your setId.
  10. Let's configure.

Configuration

{
  module: "MMM-Rijks",
  position: "fullscreen_below", //fullscreen_below is the best position.
  config: {
    descriptionLanguage: "en", //"en" or "nl"
    useDescription: true,
    account: {
      userId: "2233403",
      apiKey: "Tj2AtQf6",
      setId: "my-first-gallery",
    },
    refreshInterval: 1000*60,
  }
},

About

MagicMirror module for Rijks Museum. This was developed using the Rijksmuseum API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published