• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. BeatIdo
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
B
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 4
  • Posts 17
  • Groups 0

BeatIdo

@BeatIdo

0
Reputation
887
Profile views
17
Posts
0
Followers
0
Following
Joined Feb 20, 2017, 9:58 PM
Last Online Feb 7, 2021, 9:51 AM

BeatIdo Unfollow Follow

Latest posts made by BeatIdo

  • RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM

    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.

    posted in Utilities
    B
    BeatIdo
    Jan 25, 2020, 9:46 AM
  • 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”;

    posted in Troubleshooting
    B
    BeatIdo
    Mar 9, 2017, 1:20 PM
  • 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]

    posted in Troubleshooting
    B
    BeatIdo
    Mar 9, 2017, 1:10 PM
  • 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 ;-)

    posted in Troubleshooting
    B
    BeatIdo
    Mar 8, 2017, 10:32 AM
  • 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.

    posted in Troubleshooting
    B
    BeatIdo
    Mar 6, 2017, 2:47 PM
  • 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 …

    posted in Troubleshooting
    B
    BeatIdo
    Feb 24, 2017, 8:34 AM
  • 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):
    posted in Troubleshooting
    B
    BeatIdo
    Feb 24, 2017, 8:12 AM
  • 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 :)

    posted in Troubleshooting
    B
    BeatIdo
    Feb 23, 2017, 12:49 PM
  • 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 …

    posted in Troubleshooting
    B
    BeatIdo
    Feb 22, 2017, 8:58 AM
  • 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.

    posted in Troubleshooting
    B
    BeatIdo
    Feb 22, 2017, 8:44 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy