@Smedegaard
Can you please post the output of
tail -f ~/.pm2/logs/MagicMirror-out-0.log
and
tail -f ~/.pm2/logs/MagicMirror-error-0.log
AxLED
@Smedegaard
Can you please post the output of
tail -f ~/.pm2/logs/MagicMirror-out-0.log
and
tail -f ~/.pm2/logs/MagicMirror-error-0.log
AxLED
@zolabus
Yes there is a module, check MMM-MyCommute.
AxLED
it is not easy to give support, with this less informations.
As you send me .xml files some days ago, i saw some minor errors in your config.js
Can you please also answer my question:
Playing does not work, is selecting DB-SERVICE-NEXT (PREV) working?
To help you further i need some screenshots of the module on your mirror and some logs (pm2 or from the browser by using F12).
AxLED
@marc-malus
There is Not always the need to use update dom, you can manipulate the content afterwards. See Internet for Dom.
AxLED
@Cr4z33
Can you show me the MMM-Dreambox Part of your config and some logs?
Playing does not work, is selecting DB-SERVICE-NEXT (PREV) working?
AxLED
@Cr4z33
As you have MMM-Remote-Control installed you can test MMM-Dreambox with MMM-Remote-Control first, to make sure it works at all. (Requirement: Your mirror is reachable by browser in the same network). Open browser and enter (without the spaces around &):
http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-SERVICE-NEXT (for selecting next service)
http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-SERVICE-PREV (for selecting prev.service)
http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-PLAY (for start streaming)
http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-STOP (for stop streaming)
Hint: HD Services need MPG License so maybe start with SD services.
You can also try the dev branch, as this is the newer one with more functions.
AxLED
@evroom
here are some questions:
to 1: apibouquet expects a number (integer) and in java it starts with 0. If i use the xml-sample file of /web/getallservices you send me its in your case as follows:
0: Favourites (TV)
1: Nederland (TV)
2: Duitsland (TV)
to 2: i cant reproduce this behavior
to 3 & 4: try disabling some other modules, to find out if there is a intolerance beetween modules.
AxLED
@evroom
In your feature request, you wanted to select a bouquet (if there is more than one):
Okay.
Let’s say I have the bouquet “MagicMirror (TV)”, could there be an option to use this one, instead of the default “Favourites (TV)” ?
I assume “Favourites (TV)” is the default.
Please check the dev branch of my module.
git clone --branch dev https://github.com/Ax-LED/MMM-Dreambox.git in your modules folderRegards
AxLED
Hi,
i was annoyed to, that MMM-Podcast stops working, so i made a “quick & dirty” replacement.
[card:Ax-LED/MMM-Podcast2]
Difference to MMM-Podcast:
Goodies:
BUTTON_PRESSED to use the module, so not much changes in your config.js neccessarynpm install is requiredNote:
AxLED