MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. clever83
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    clever83

    @clever83

    0
    Reputation
    234
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    clever83 Unfollow Follow

    Latest posts made by clever83

    • RE: Inserting a script output into the compliments module

      So i was rereading the wiki and noticed the remote file needs to be in .json format while the script is in .js. I’m sure that will make things more difficult

      posted in Troubleshooting
      C
      clever83
    • Inserting a script output into the compliments module

      I’ve have a javascript file that checks the date to display a certain message and if the date doesn’t match will output a random quote I have in an array. At the at moment I have that working ok but i’m stuck on how to take the var it has and put that in the module. I’m thinking that I could possibly add the anytime array into that java file for the remote file to pull it from it but I’m not sure if this would work

      {
          "anytime" : [
              text
          ],
      

      with the var=text
      Also i’m not sure if it would refresh throughout the day like the normal compliments do.

      Would anyone mind giving me some advice? Thank you

      posted in Troubleshooting
      C
      clever83