@0m4r Well I don’t know anything about reverse engineering so appreciate if you find anything.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SoccerLiveScore
-
RE: Google maps API key
@CharlesRobbins I have used the Google APi extensively in the last months while developing my own version of MMM-Commute and have to say i didn’t need to pay anything at any time.
That said, I don’t understand why they are making it so complicated (with this odd $200 voucher per month) and uncomprehensive. -
RE: MMM-Celebrations [german only!]
@KamiSchami sorry for the late reply, currently not here very often.
Try putting following in your custom.css
.MMM-Celebrations { text-align: center } -
RE: MMM-SoccerLiveScore
@0m4r said in MMM-SoccerLiveScore:
yes, the score is provided.
If the game is ended it provides the final result, if the game is on-going you get the current score, if the game is not started it provides a default “0 - 0” result.Thanks but i meant the information about the goals: minutes, scorers
-
RE: MMM-SoccerLiveScore
@0m4r
Do you know if the api provides the goals in any game as well?
And is German 2nd League and/or DFB cup integrated? (EDIT ok seen it in your README)
Are real-time live results availabe?I’ve put quite a lot of work into the MMM-soccer module but all of these are missing in the API.
MMM-soccer also contains the focus feature fyi.
-
RE: MMM-Buienalarm
@MajorC Then you can just wait.
I guess I’ll push the climacell change to the master branch later since there are already some modules out there that use Buienradar. -
RE: MMM-Buienalarm
@MajorC said in MMM-Buienalarm:
lat: 52.55,
lon: 13.45,Is that Berlin?
The current master branch uses Buienradar (NL) and does not work east of, let’s say Dortmund.
You could try to switch to the ‘climacell’ branchgit fetch --all git checkout climacell git pullYou’d need a climacell api key.
https://www.climacell.co/weather-api/
I have not completed the Readme yet in that branch. Will do over the next days. -
RE: Default Calendar doesn't show annually events
@ghelweg My default calendar shows birthdays very well. Also, the issue in the referred thread did not seem to be a general issue since Sam was not able to reproduce it.
Are you sure it is a module issue and not one of your (google) calendar? -
RE: axios request returns no data, while http request does
@sharklaser said in axios request returns no data, while http request does:
:
axios.defaults.headers.common[‘User-Agent’] = ‘PostmanRuntime/7.26.2’;That was the solution! Thanks!!
-
RE: MMM-rain-forecast
@MajorC You could try my MMM-Buienalarm. I just recently integrated the climacell API. Not as good as the dutch service but available in all Germany (and Europe.
Care to try it out?