Register

RSS Scroller

An Add-on Module for Foundry Virtual Tabletop

Author: Kaiibott Project Source Foundry Versions 11+ (Verified 12) Last Updated 4 months, 1 week ago

FoundryVTT RSS Journal Text Scroller

Overview

GitHub Downloads (all assets, all releases)

Do your Edgerunners watch the Corpo news propaganda that gets spread about them after their Friday Night Firefights? What about the weather before a road trip across the badlands? Is there a sale for the latest and greatest in Mr Stud or Midnight Lady technology your players have been looking for? Are there new deals for drinks at the local bar? Well now you can see it all laid out --- with a live news ticker in FoundryVTT! Feed your table in-universe headlines, corporate spin, or underground rumors straight from your journal entries. If you write it, the ticker runs it. 

The FoundryVTT RSS Scroller is a module that creates a scrolling text window in FoundryVTT using journal entries as the source for RSS-style news feeds. The feed is fully customizable, allowing adjustment to the theme, font size, scrolling speed, window dimensions, and more.

 

Features

The Scroller reads text from a journal you set up and all it's entries or pages and displays it as a horizontal scrolling news ticker. Great for having in-world news for your table! Did the party do something crazy and the world should react? Here's the best way to do that!

Supports dynamic settings, allowing users or the GM to modify:

Installation

  1. Paste the module.json into your Foundry Module Manifest or clone the module into your FoundryVTT modules directory.
https://raw.githubusercontent.com/KaiibottAI/foundry-rss-scroller/main/module.json
 

or

git clone https://github.com/KaiibottAI/foundry-rss-scroller.git
 
  1. Add the module to your game via Manage Modules in FoundryVTT.
  2. Enable it in your world modules.

Settings

The module provides several customizable settings via Game Settings.

Setting Description Default
RSS Scroller Theme Change the colour theme of the RSS Scroller. There are three options available right now, CyberpunkRED, Deep Blue and Fallout Terminal Green CyberpunkRED
RSS Scroller Title The title of the RSS Scroller window that will show to the players "RSS Scroller"
Journal Name The Journal name where the RSS Scroller will retrieve information from. This RSS Scroller does respect any html code you may have for the text, for example bolding and italics. Does not respect images linked in the journal. "News Feed"
Fixed RSS Size or Draggable? Toggle for if the RSS Scroller should be resizable on the fly or if you prefer rigid numbers of the height and width False
Width The default width of the RSS Scroller window 800
Height The default height of the RSS Scroller window 100
Font Size The default font size of the RSS Scroller text 40
RSS Speed The speed of the RSS Scroller text. Lower number = Faster speed 20
RSS Font List of Fonts available for the Scroller to use. Supports Custom Fonts inside Foundry Orbital

How Does It Works?

The module reads the text from a specified journal entry in the game settings. It processes the text content, stripping unnecessary HTML tags, paragraghs and page breaks, and formatting it into a continuous scrolling ticker. The scroller applies Foundry settings to modify its appearance and behavior and is animated with CSS to create a seamless scrolling effect. Great for having news given back to your players about things happening in your world!

Future Enhancements

Troubleshooting

Macros available

Toggle the RSS Feed Window. This macro is included in a compendium on install for ease of access.

toggleRSSFeed();
 

Toggle the RSS Feed Theme

// If you want the red on red like an OG digital clock
applyTheme("cyberpunk-red");
// blue on blue like a super relaxed dark theme
applyTheme("deep-blue");
// green on green like a Fallout Terminal
applyTheme("fallout-nuclear");

Categories

Available Versions

  1. Version 1.3.0

    4 months, 1 week ago
    Foundry Version 11+ (Verified 12) Manifest URL Read Notes
  2. Version 1.2.0

    4 months, 1 week ago
    Foundry Version 11+ (Verified 11) Manifest URL Read Notes
  3. Version 1.1.4

    4 months, 3 weeks ago
    Foundry Version 11+ (Verified 11) Manifest URL Read Notes
  4. Version 1.1.3

    4 months, 4 weeks ago
    Foundry Version 11+ (Verified 11) Manifest URL Read Notes
  5. Version 1.1.2

    4 months, 4 weeks ago
    Foundry Version 11+ (Verified 11) Manifest URL Read Notes