[jsoncontentimporterpro parser=twig id=7 url=https://api.meetup.com/2/open_events?lat=48.1250724792&lon=11.5571479797&key=... urlparam=no]twig template:
no of found meetups: {{meta.total_count}}<br> {% set noonpage = 20 %} {% set noofpages = (meta.total_count/noonpage) | round(0, 'ceil') %} show on {{noofpages}} pages: {% for i in 1..noofpages %} {% if i==urlparam.no %} <b>this is page: {{urlparam.no}}</b> {% else %} <a href=?no={{i}}>{{i}}</a> {% endif %} {% endfor %}<br> {% set start = noonpage *(urlparam.no-1)+1 %} {% set end= noonpage *(urlparam.no) %} {% if start <1 %} {% set start = 1 %} {% set end = noonpage %} {% endif %} show {{start}} to {{end}} <hr> {% if meta.total_count==0 %} No meetup found {% endif %} <ul> {% for event in results %} {% if loop.index0< end+1 and loop.index0>start-1 %} <li> <b> {{loop.index0}} <a href="{{event.event_url}}" target=_"blank">{{event.name}}</a></b> <br> {% set realtime= event.time %} {% set shortts = realtime |slice(0,10) %} {% if shortts|date("H:i")=="00:00" %} {{shortts|date("d.m.Y") }} {% else %} {{shortts|date("d.m.Y, H:i") }} Uhr {% endif %} {% if event.venue.city!="" %} , <a href="https://www.google.de/maps/place/{{event.venue.lat}},{{event.venue.lon}}" target="_blank">{{event.venue.name}}, {{event.venue.address_1}}, {{event.venue.city}}</a> {% endif %} {% endif %} {% endfor %} </ul> <hr>Example in action: no of found meetups: 404
show on 21 pages: 1 2 3 this is page: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
show 61 to 80
-
61 Crime & Punishment - Section 3 & 4 pub chat
26.04.2018, 18:00 Uhr , Ryans Muddy Boot, Schlörstraße 10, Munich -
62 Let´s Salsa at Mint Club! With a Bachata Class!
26.04.2018, 18:30 Uhr -
63 Let's play Badminton!
26.04.2018, 20:00 Uhr , Park Club Nymphenburg, Stievestr. 15, München -
64 IT-Security: Hype oder Hygienefaktor?
27.04.2018, 13:30 Uhr , CMD+O - Open Workspace for Open Minds, Marienplatz 22, München -
65 Vernissage 27.04.18 Halle 50 / Domagk-Ateliers - Meet, greet and celebrate!
27.04.2018, 14:00 Uhr , Halle 50, Margarete-Schütte-Lihotzky-Straße 30, 80807 München -
66 Fireworks @ Frühlingsfest
27.04.2018, 16:30 Uhr , Theresienwiese, U4/U5 entrance, Theresienwiese, 80339 -
67 Fireworks @ Frühlingsfest
27.04.2018, 16:30 Uhr , Theresienwiese, U4/U5 entrance, Theresienwiese, 80339 -
68 Friday Beergarden
27.04.2018, 16:45 Uhr , To be announced, To be announced, München -
69 Weekly Eye Contact
27.04.2018, 17:00 Uhr , Kantine Kiosk, Akademie Straße 2-4, München -
70 Explorers Club - 36th Presentations Evening
27.04.2018, 17:00 Uhr , Guardinistrasse 90, Kulturzentrum, Guardinistrasse 90, München -
71 Let's have a drink and talk about life and stuff
27.04.2018, 17:00 Uhr , Paulaner am Nockherberg, Hockstraße 77, München -
72 Deutsch-Japanischer Stammtisch
27.04.2018, 17:00 Uhr , Alex, Rotkreuzplatz 8, München -
73 +Free Meditation & Yoga just show up – we start at 7.30pm Fridays in Munich
27.04.2018, 17:30 Uhr , Sahaja Yoga Zentrum, Am Lilienberg 2a (S-Bahn Rosenheimerplatz, gegenüber Gasteig), München, 81699 -
74 meet&read - B1 level required or advanced - ATTENTION: NOW ON FRIDAYS!
27.04.2018, 17:30 Uhr -
75 Herzogstand [Easy hike]
28.04.2018, 05:00 Uhr -
76 Play tennis!
28.04.2018, 08:00 Uhr , Rothof Tennis, Denninger Str. 120, München -
77 SPECIAL EVENT - PotentialDAY
28.04.2018, 08:30 Uhr , Henley Business School Germany, Maximilianstraße 40, München -
78 Saturday Street Workout at Olympiapark
28.04.2018, 08:30 Uhr , Calisthenics station in Olympiapark, Roopsingh-Bais-Weg, München -
79 Stadtrallye - Gamification: explore YOUR city
28.04.2018, 10:00 Uhr , Lovelace Hotel, Kardinal-Faulhaber Strasse 1, 80333, Munich -
80 Workshop: Let loose with Improv Theater
28.04.2018, 12:00 Uhr , Studio Rebecca, Anglerstraße 6, München
The code-magic behind this (also used at www.digimuc.de):