Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ## MMM-EasyPix
  2. The easiest way to show pictures onto your mirror.
  3. .jpg files, .png files, .gif files, etc.. (Even animated gif's work)
  4. ## Where your picture files go
  5. * Your picture files go in the "pix" folder inside the MMM-EasyPix module folder.
  6. ## Works with Hello-Lucy voice enhancement (required for sound)
  7. ## Installation
  8. * `git clone https://github.com/mykle1/MMM-EasyPix` into the `~/MagicMirror/modules` directory.
  9. * Annotated .css file included for exact positioning.
  10. ## Config.js entry and options
  11. {
  12. module: "MMM-EasyPix",
  13. position: "top_center",
  14. config: {
  15. picName: "18.jpg", // Enter the picture file name.
  16. maxWidth: "75%", // Size picture precisely. Retains aspect ratio.
  17. sounds: ["1.mp3", "me2.mp3"], // mp3 sound file names in quotes seperated by commas for Hello-Lucy
  18. updateInterval: 30 * 60 * 1000, // updates display
  19. animationSpeed: 3000,
  20. }
  21. },
  22. ## How to use it multiple times!
  23. * Simply make multiple entries in your config and name a different picture.
  24. ## Remember
  25. * All picture files go in the "pix" folder inside the MMM-EasyPix module folder.