Hi,
Has anyone tried to use MMM-SmartWebDisplay module configured in fullscreen-above region ?
I’ve made several tests and each time I try to use a fullscreen region it displays nothing.
I’ll be glad to run some test or other configuration if you’ve got any idea 🙂
Regards.
Read the statement by Michael Teeuw here.
Latest posts made by BeatIdo
-
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
-
RE: News Feed Jenkins empty feed
Seems commenting following lines in newsfeed.js does the trick but it removes completely “Loading …” status when one could still use it.
Would you accept if I push a modification to add another configuration parameter to this module to manage this behaviour ?
I prefer to ask before risking refusal …
// wrapper.innerHTML = this.translate(“LOADING”);
// wrapper.className = “small dimmed”; -
RE: News Feed Jenkins empty feed
Here is a better view of what is received by News Feed module, just replaced <> by [] of course …
Would it be possible that module replies nothing at all instead of “Loading …” ?
[?xml version=“1.0” encoding=“UTF-8”?]
[feed xmlns=“http://www.w3.org/2005/Atom”][title]Tous failed builds[/title][link type=“text/html” href=“http://000.000.000.000:8080/” rel=“alternate”/][updated]2001-01-01T00:00:00Z[/updated][author][name]Jenkins Server[/name][/author][id]urn:uuid:00000000-0000-0000-0000-000000000000[/id][/feed] -
News Feed Jenkins empty feed
Hi,
Back again about using News Feed default module to retrieve data from Jenkins server.
Jenkins provides several RSS feeds such as all failed builds for example.
On the nice case where there is no failed build the feed is quite empty but still available.
In this situation News Feed module shows “Loading …” text.
Is this the expected behaviour or should it show another status or eventually nothing ? Honestly I was expecting the last one ^^
Here is a copy of this kind of feed where I obfuscated IP and UUID.
Tous failed builds2001-01-01T00:00:00ZJenkins Serverurn:uuid:00000000-0000-0000-0000-000000000000
PS : No Proxy problem anymore ;-)
-
RE: Jenkins RSS feed
I can confirm now my problem came from proxy configuration, module just didn’t handle error response which was not feed formatted.
-
RE: Jenkins RSS feed
Everything I tested this morning about proxy configuration did not work while starting MM through SSH connection using “node serveronly” command. Even accessing my local Jenkins server did not work …
Afterwards I tried starting MM directly from MM GUI using “npm start” command this worked for local servers access …
-
RE: Jenkins RSS feed
@roramirez nice test, it seems it confirms my proxy problem.
When I run this command directly on my RPi which lacks proper proxy configuration I got a “Network unreachable” error.
Interestingly enough if I connect though SSH to the same RPi from my PC whcih has proxy configured the command gets proxy authorization and get answers from http server.
I’ll try to configure proxy accordingly and got through this.
HEAD /jenkins/rssAll HTTP/1.1
User-Agent: curl/7.38.0
Host: hub.spigotmc.org
Accept: /< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Fri, 24 Feb 2017 08:06:31 GMT
Date: Fri, 24 Feb 2017 08:06:31 GMT
< Content-Type: application/atom+xml;charset=UTF-8
Content-Type: application/atom+xml;charset=UTF-8
< Connection: close
Connection: close
< Set-Cookie: __cfduid=de5c9bf89dbae2ffefd003694243d657a1487923591; expires=Sat, 24-Feb-18 08:06:31 GMT; path=/; domain=.spigotmc.org; HttpOnly
Set-Cookie: __cfduid=de5c9bf89dbae2ffefd003694243d657a1487923591; expires=Sat, 24-Feb-18 08:06:31 GMT; path=/; domain=.spigotmc.org; HttpOnly
< X-Content-Type-Options: nosniff
X-Content-Type-Options: nosniff- Server cloudflare-nginx is not blacklisted
< Server: cloudflare-nginx
Server: cloudflare-nginx
< CF-RAY: 33616b2f2e483c5f-CDG
CF-RAY: 33616b2f2e483c5f-CDG
<
- Closing connection 0
- SSLv3, TLS alert, Client hello (1):
- Server cloudflare-nginx is not blacklisted
-
RE: Jenkins RSS feed
So it seems I have proxy problems, sometimes I can access my local Jenkins sometimes I can access public MovingBlocks but not both … I have to look into that.
Thansk a lot for your support, I’ll come back to you whan I’m done :)
-
RE: Jenkins RSS feed
Eventually “link” markups are formatted in a different order between terasology server and mine but I doubt that would be the problem …
alternate field at the end or the beginning …
link rel=“alternate” type=“text/html” href=“http://jenkins.terasology.org/”/
link type=“text/html” href=“http://xxx.xxx.xxx.xxx:8080/” rel=“alternate”/
also my URL contains an IP and not a server name …
-
RE: Jenkins RSS feed
I’m wondering if the problem could be some entries have no content field ?
[Edit]
Actually is does not MovingBlocks feed has both entries with and without content field and all of them are well displayed.