WXML
WXML (90.1 FM) is a radio station broadcasting a Christian radio format. Licensed to Upper Sandusky, Ohio, United States, the station serves the Mid-Ohio area. The station is currently owned by Kayser Broadcast Ministries and features programming from AP Radio.[1][2]
![]() | |
City | Upper Sandusky, Ohio |
---|---|
Broadcast area | Mid-Ohio |
Frequency | 90.1 MHz |
Branding | New Vision FM |
Slogan | The Christian Voice of Northwest Ohio |
Programming | |
Format | Christian radio |
Affiliations | AP Radio |
Ownership | |
Owner | Kayser Broadcast Ministries |
Sister stations | WXMF, WXMW |
History | |
Former call signs | WVZX (1990-1990) |
Technical information | |
Facility ID | 33626 |
Class | B |
ERP | 15,000 watts |
HAAT | 158 meters |
Transmitter coordinates | 40°54′53.00″N 83°7′32.00″W |
Links | |
Webcast | Listen Live |
Website | Official website |
History
The station went on the air as WXML on 1990-10-03. On 1990-11-15, the station changed its call sign to WVZX, and on 1991-11-22 to the current WXML,[3]

WXML studio, office and transmitter facility, just off Route 30 on the outskirts of Upper Sandusky, Ohio. This had once served as the original studio, office and transmitter facility for WYAN-FM 95.9 in Upper Sandusky (now WYNT Caledonia) until being silenced by bankruptcy.
gollark: Well, it's poorly designed, more so than JS in my opinion.
gollark: PHP is maaaaybe easy for simple stuff, but also very evil.
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
References
- "WXML Facility Record". United States Federal Communications Commission, audio division.
- "WXML Station Information Profile". Arbitron.
- "WXML Call Sign History". United States Federal Communications Commission, audio division.
External links
- WXML in the FCC's FM station database
- WXML on Radio-Locator
- WXML in Nielsen Audio's FM station database
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.