Giter VIP home page Giter VIP logo

mmm-events's Introduction

API is deprecated. Module is not functioning, until further notice.

MMM-Events

  • Rotation of upcoming events for your city.
  • Never miss a show because you didn't know about it!
  • Concerts and Tour Dates, Performing Arts, Art Galleries & Exhibits, Comedy Shows, Food and Drink, Sports, and more.

Examples

Pictures with Frame or noFrame.

, ,

,,

Installation

  • git clone https://github.com/mykle1/MMM-Events into the ~/MagicMirror/modules directory.
  • Get FREE API key --> https://api.eventful.com/keys/new
  • Annotated .css file included for your convenience.

Config.js entry and options

  {
    disabled: f,
    module: 'MMM-Events',
    position: 'top_right',
    config: {
        city: "49.1829,0.3707", // "new york", or lat,long ex "40.123456,-74.123456",
        radius: "100", // search radius
        radiusDistance: "km", // mi or km
        eventType: "music,movies_film,art,sports", // Choose from Events List below
        when: "This Week",  // "All", "Future", "Past", "Today", "Last Week", "This Week", "Next week", and months
        mode: "noFrame",   // "Frame" or "noFrame" (around picture)
        apikey: "YOUR API KEY",
        rotateInterval: 5 * 60 * 1000,     // New Event Appears every 5 minutes
        useHeader: true,	           // Set to true if you want a header
        header: "Spectacle a proximité",
        animationSpeed: 3000,              // Event fades in and out
        picture: true,                     // true, false = no image
    }
  },

For multiples of eventType

Seperate eventTypes (below) by commas (Ex. "music_electronic,music_jazz,music_vocal,music_rap_hiphop")

Choose your config.js "eventType" from this list

Concerts & Tour Dates

  • music
  • music_blues
  • music_classical
  • music_country
  • music_dance
  • music_easy_listening
  • music_electronic
  • music_folk
  • music_jazz
  • music_latin
  • music_newage
  • music_opera
  • music_rb
  • music_reggae
  • music_vocal
  • music_rap_hiphop
  • music_metal
  • music_religious
  • music_rock
  • music_pop
  • music_world
  • music_alternative
  • music_childrens

Performing Arts

  • performing_arts
  • performing_arts_cabaret
  • performing_arts_opera
  • performing_arts_dance
  • performing_arts_musical
  • performing_arts_ballet
  • performing_arts_comedy
  • performing_arts_theatre

Sports

  • sports
  • sports_autoracing
  • sports_dance
  • sports_gymnastics
  • sports_iceskatingskiing
  • sports_softball
  • sports_swimmingdiving
  • sports_volleyball
  • sports_baseball Sports:
  • sports_basketball
  • sports_cricket
  • sports_football
  • sports_golf
  • sports_hockey
  • sports_rugby
  • sports_soccer
  • sports_tennis
  • sports_wrestling

Conferences & Tradeshows

  • conference
  • conference_career
  • conference_convention
  • conference_seminar
  • conference_talkslectures

Comedy

  • comedy

Education

  • learning_education
  • learning_education_classworkshop

Kids & Family

  • family_fun_kids

Festivals

  • festivals_parades
  • festivals_parades_circus
  • festivals_parades_festival
  • festivals_parades_fairs
  • festivals_parades_parade

Film

  • movies_film
  • movies_film_filmfestival

Food & Drink

  • food
  • food_beer
  • food_wine
  • food_farmersmarket
  • food_tastings

Fundraising & Charity

  • fundraisers
  • fundraisers_blooddrive
  • fundraisers_volunteer

Art Galleries & Exhibits

  • art
  • art_antiques
  • art_painting
  • art_photography
  • art_artexhibits
  • art_artsandcrafts
  • art_fashion

Health & Wellness

  • support
  • support_fitness
  • support_seniorhealth
  • support_support
  • support_yoga

Holiday

  • holiday

Literary & Books

  • books
  • books_poetry

Museums & Attractions

  • attractions

Neighborhood

  • community
  • community_library
  • community_holiday
  • community_seasonal

Business & Networking

  • business

Nightlife & Singles

  • singles_social
  • singles_social_trivianight
  • singles_social_comedy
  • singles_social_bars
  • singles_social_dating
  • singles_social_karaoke
  • singles_social_openmic

University & Alumni

  • schools_alumni

Organizations & Meetups

  • clubs_associations

Outdoors & Recreation

  • outdoors_recreation
  • outdoors_recreation_cycling
  • outdoors_recreation_hiking
  • outdoors_recreation_nature
  • outdoors_recreation_running

Pets

  • animals
  • animals_cats
  • animals_dogs

Politics & Activism

  • politics_activism

Sales & Retail

  • sales
  • sales_auction
  • sales_craftshow
  • sales_fleamarket
  • sales_yardsale
  • sales_retail

Science

  • science

Religion & Spirituality

  • religion_spirituality

Technology

  • technology
  • technology_computer

mmm-events's People

Contributors

mykle1 avatar bibaldo avatar

Stargazers

 avatar  avatar CanbiZ avatar Ivan Chen avatar Dillon avatar  avatar  avatar 杜育轩 avatar Mithat avatar Cederic Privat avatar  avatar  avatar Kalen Daniel avatar  avatar Roman avatar doug-doug the mighty avatar Azmodeon avatar Sorin Petrus avatar Nick Urban avatar E:V:A avatar  avatar Jd Fiscus avatar  avatar

Watchers

E:V:A avatar James Cloos avatar  avatar Henri avatar  avatar

mmm-events's Issues

Loading

How long do the events usually take to load?

Can you have as a list?

Hi. Can you have as a list? Not as one by one. I want to see some games ahead at the same time. Thank you

Multiple event instances

I'm trying to display 3 of these at once, each with different search patterns. What happens is that all three are updated with the same result (usually the first one to return). Anyway to correct this?

Picture noch changing

I love this module, there is only a part i don't understand: The picture is all the time the same. It doesn't mater what kind of event.

This is my config:

{
			module: 'MMM-Events',
			position: 'top_left',
				config: {
				city: "Hannover",	 // Your City
				eventType: "performing_arts,comedy",	// Choose from Events List below
				when: "Next week",                
				mode: "noFrame",    // "Frame" or "noFrame" (around picture)
				apikey: "112233",
				rotateInterval: 20000,     // New Event Appears every 3 minutes
				useHeader: true,	           // Set to true if you want a header
				header: "Veranstaltungen in Hannover",
				animationSpeed: 3000,              // Event fades in and out
				picture: true,                     // true, false = no image
						}
		},

Day

Events not displalying

Hi, I have loaded the Events module onto my magic mirror and obtained key from eventful link provided. I used the example provided for config.js for testing purposes (with exception of key obtained from eventful site) yet all that loads is "Upcoming Events..." not sure what else i could be missing.

MMM-Events : nothing to display on my Magic Mirror

Hello,
I just installed the MMM-Events module and no events are displayed on my MM it remains blocked with "upcoming Events":
[url=https://zupimages.net/viewer.php?id=20/36/rren.png][img]https://zupimages.net/up/20/36/rren.png[/img][/url]

I created an API key :
[url=https://zupimages.net/viewer.php?id=20/36/jw25.png][img]https://zupimages.net/up/20/36/jw25.png[/img][/url]

here is my config.js:

		{
				module: 'MMM-Events',
				position: 'top_left',
				config: {
				city: "Caen",	           // Your City
				eventType: "music,movies_film,art", // One or more, seperated by commas. Choose from Events List below
				when: "This Week",                 // "All", "Future", "Past", "Today", "Last Week", "This Week", "Next week", and months by name, e.g. "October"
				mode: "noFrame",                   // "Frame" or "noFrame" (around picture)
				apikey: "Pq4n9Vh5zbshSVfS",
				rotateInterval: 5 * 60 * 1000,     // New Event Appears every 5 minutes
				useHeader: true,	           // Set to true if you want a header
				header: "Spectacle a proximité",
				animationSpeed: 3000,              // Event fades in and out
				picture: true,                     // true, false = no image
				}
			},

after typing the commands pm2 restart mm a reboot of my raspberry and created a new API Key always nothing...

Can you help me ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.