Thx! After some little problems to install all the things to use mitmproxy it works now and i found some good json files. The only problem i have is that there is one json for region where i can`t choose a city. There are different json files for every city! Maybe i gonna make a module with regions for everybody but use the city json for my self!
Read the statement by Michael Teeuw here.
Posts
-
RE: save some information from a xml or json to a txt file
-
RE: save some information from a xml or json to a txt file
Ok. Shit happens. Maybe you can tell me with which program/method u read the code of a app? The I can do it alone…
-
RE: save some information from a xml or json to a txt file
@LukeCodewalker Thx for the answer. I will try it out. At the moment i can`t find my City. But maybe only because there is no warning at the moment? Otherwise on the alarm.meteocentrale.ch is still a warning for snow on the streets…?
What about wetteralarm.ch/? This is a app for iPhone and Android! Maybe it can work with this site?
-
RE: Need help for MMM-Carousel
Thank you very much. Now it works fine! Now i have two new Questions.
I also tried to realize it with the slides:[] function. But if i do that it shows me always only one modul. I have takken the code from here! Well it’s not very important i just want to know how it works.
My second Question is more important. When i have 2 different modules at the same position. Then normaly it shows me the second Modul straight under the first Modul. When i use the Carousel Modul for this two modules why the second one is still at the same position and not at the position from the first hidding modul. Is it posible to change that?
-
RE: Need help for MMM-Carousel
i still need help. Now i saw, that the ignoreModules: funktion works but only with the last line. (ignoreModules: [‘clock’] ) in my example.
Here is my config.js code:
{ module: 'MMM-Carousel', config: { ignoreModules: [ 'alert' ], ignoreModules: [ 'MMM-iCloud-Client' ], ignoreModules: [ 'MMM-DWD-WarnWeather' ], ignoreModules: [ 'calendar' ], ignoreModules: [ 'compliments' ], ignoreModules: [ 'MMM-swisstransport'], ignoreModules: [ 'clock' ], } },
-
RE: MMM-SwissTransport
I can`t find my Trainstation ID. When i go to http://transport.opendata.ch/examples/stationboard.html and search for my Station it shows me all the Departure Times but how can i see/search my Trainstation ID? In the Source Code it shows me always the ID for Lausanne…
-
RE: save some information from a xml or json to a txt file
@LukeCodewalker i want to make the same Module for Switzerland but i don`t know how to find the json data for my region…
Can you help me please? ;) I found your link in the node_helper.js file. From where do you got that?
I would like o work with http://alarm.meteocentrale.ch/
-
RE: How to change Day and Month for Upcoming Events
Thank you very much! This is what i was looking for! Great!
-
Need help for MMM-Carousel
I have some Troubles with the MMM-Carousel Module. It shows me always only one of my Modules even when i say that he has to ignore some Modules with ignoreModules: [‘clock‘]…
Then i also tried the slides function with two different slides but its still the same. Can somebody help me?
-
How to change Day and Month for Upcoming Events
Hi! I imported some iCal Calendar and everything works well. But now i like to change the Day and the Month of upcoming Events…
Example:
Now: Holidays April 1
What i want: Holidays 1. April
How can I Do that?